| /liblc3-latest/src/ |
| D | tables.c | 614 { &fft_twiddles_160, LC3_IF_PLUS_HR(&fft_twiddles_480, NULL) } 1451 LC3_IF_PLUS(&mdct_rot_40, NULL), 1452 LC3_IF_PLUS(&mdct_rot_80, NULL), &mdct_rot_120, 1456 LC3_IF_PLUS(&mdct_rot_80, NULL), &mdct_rot_160, &mdct_rot_240, 1466 LC3_IF_PLUS_HR(&mdct_rot_1920, NULL) }, 4043 LC3_IF_PLUS( mdct_win_2m5_8k , NULL ), 4044 LC3_IF_PLUS( mdct_win_2m5_16k, NULL ), 4045 LC3_IF_PLUS( mdct_win_2m5_24k, NULL ), 4046 LC3_IF_PLUS( mdct_win_2m5_32k, NULL ), 4047 LC3_IF_PLUS( mdct_win_2m5_48k, NULL ), [all …]
|
| D | bwdet.c | 65 [LC3_DT_2M5] = LC3_IF_PLUS(bws_table_2m5, NULL), in lc3_bwdet_run() 66 [LC3_DT_5M ] = LC3_IF_PLUS(bws_table_5m , NULL), in lc3_bwdet_run()
|
| D | lc3.c | 400 return NULL; in lc3_hr_setup_encoder() 650 side && side->pitch_present ? &side->ltpf : NULL, xh, xs); in synthesize() 700 return NULL; in lc3_hr_setup_decoder() 759 synthesize(decoder, ret ? NULL : &side, nbytes); in lc3_decode()
|
| D | spec.c | 423 bool high_rate = resolve_modes(sr, nbytes, NULL); in put_quantized() 501 bool high_rate = resolve_modes(sr, nbytes, NULL); in get_quantized() 852 int nbits = compute_nbits(dt, sr, nbytes, x, &side->nq, 0, NULL); in lc3_spec_analyze()
|
| /liblc3-latest/test/ |
| D | lc3_py.c | 35 return NULL; in setup_encoder_py() 43 PyObject *encoder_obj = from_encoder(NULL, encoder); in setup_encoder_py() 57 return NULL; in encode_py() 62 CTYPES_CHECK(NULL, encoder_obj = to_encoder(encoder_obj, encoder)); in encode_py() 84 return NULL; in setup_decoder_py() 92 PyObject *decoder_obj = from_decoder(NULL, decoder); in setup_decoder_py() 105 return NULL; in decode_py() 109 char *in = in_obj == Py_None ? NULL : PyBytes_AsString(in_obj); in decode_py() 115 CTYPES_CHECK(NULL, decoder_obj = to_decoder(decoder_obj, decoder)); in decode_py() 132 { NULL },
|
| D | ltpf_py.c | 33 return NULL; in resample_py() 37 CTYPES_CHECK(NULL, hp50_obj = to_ltpf_hp50_state(hp50_obj, &hp50)); in resample_py() 61 return NULL; in analyse_py() 65 CTYPES_CHECK(NULL, ltpf_obj = to_ltpf_analysis(ltpf_obj, <pf)); in analyse_py() 90 return NULL; in synthesize_py() 95 CTYPES_CHECK(NULL, ltpf_obj = to_ltpf_synthesis(ltpf_obj, <pf)); in synthesize_py() 98 CTYPES_CHECK(NULL, data_obj = to_ltpf_data(data_obj, &data)); in synthesize_py() 105 <pf, pitch_present ? &data : NULL, x, x + nd); in synthesize_py() 116 return NULL; in get_nbits_py() 128 { NULL },
|
| D | tns_py.c | 33 return NULL; in compute_lpc_coeffs_py() 58 return NULL; in lpc_reflection_py() 80 return NULL; in quantize_rc_py() 101 return NULL; in unquantize_rc_py() 123 return NULL; in analyze_py() 145 return NULL; in synthesize_py() 149 CTYPES_CHECK(NULL, data_obj = to_tns_data(data_obj, &data)); in synthesize_py() 166 return NULL; in get_nbits_py() 183 { NULL },
|
| D | sns_py.c | 34 return NULL; in compute_scale_factors_py() 56 return NULL; in resolve_codebooks_py() 76 return NULL; in quantize_py() 100 return NULL; in unquantize_py() 124 return NULL; in spectral_shaping_py() 149 return NULL; in analyze_py() 173 return NULL; in synthesize_py() 177 CTYPES_CHECK(NULL, data_obj = to_sns_data(data_obj, &data)); in synthesize_py() 191 return NULL; in get_nbits_py() 207 { NULL },
|
| D | spec_py.c | 36 return NULL; in estimate_gain_py() 61 return NULL; in adjust_gain_py() 81 return NULL; in quantize_py() 105 return NULL; in compute_nbits_py() 135 return NULL; in analyze_py() 142 CTYPES_CHECK(NULL, tns_obj = to_tns_data(tns_obj, &tns)); in analyze_py() 143 CTYPES_CHECK(NULL, spec_obj = to_spec_analysis(spec_obj, &spec)); in analyze_py() 161 return NULL; in estimate_noise_py() 182 { NULL },
|
| D | attdet_py.c | 34 return NULL; in attdet_run_py() 38 CTYPES_CHECK(NULL, attdet_obj = to_attdet_analysis(attdet_obj, &attdet)); in attdet_run_py() 52 { NULL },
|
| D | bwdet_py.c | 32 return NULL; in bwdet_run_py() 45 { NULL },
|
| D | mdct_py.c | 33 return NULL; in mdct_forward_py() 59 return NULL; in mdct_inverse_py() 81 { NULL },
|
| D | energy_py.c | 35 return NULL; in energy_compute_py() 52 { NULL },
|
| D | ctypes.h | 30 if (!(t)) return (exc) ? PyErr_Format(PyExc_TypeError, exc) : NULL; \ 81 return NULL; in __to_scalar() 95 return NULL; in __to_1d_ptr() 108 return NULL; in __to_2d_ptr() 141 PyObject *obj = PyArray_SimpleNew(0, NULL, t); in __new_scalar() 285 CTYPES_CHECK(NULL, to_ltpf_hp50_state( in to_ltpf_analysis() 720 from_attdet_analysis(NULL, &enc->attdet)); in from_encoder() 723 from_ltpf_analysis(NULL, &enc->ltpf)); in from_encoder() 726 from_spec_analysis(NULL, &enc->spec)); in from_encoder() 766 CTYPES_CHECK(NULL, to_attdet_analysis( in to_encoder() [all …]
|
| /liblc3-latest/wasm/ |
| D | string.h | 22 #define NULL ( (void *)0 ) macro
|
| /liblc3-latest/tools/ |
| D | dlc3.c | 99 const char *optarg = NULL; in parse_args() 152 if (p.fname_in && (fp_in = fopen(p.fname_in, "rb")) == NULL) in main() 155 if (p.fname_out && (fp_out = fopen(p.fname_out, "wb")) == NULL) in main()
|
| D | elc3.c | 95 const char *optarg = NULL; in parse_args() 154 if (p.fname_in && (fp_in = fopen(p.fname_in, "rb")) == NULL) in main() 157 if (p.fname_out && (fp_out = fopen(p.fname_out, "wb")) == NULL) in main()
|