Searched refs:L_SUBFR_16k (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | sipr16k.c | 127 synth + 30, 2 * L_SUBFR_16k - 30, in postfilter() 131 memcpy(mem_preemph, out_data + 2*L_SUBFR_16k - LP_FILTER_ORDER_16k, in postfilter() 179 int frame_size = SUBFRAME_COUNT_16k * L_SUBFR_16k; in ff_sipr_decode_frame_16k() 184 float fixed_vector[L_SUBFR_16k]; in ff_sipr_decode_frame_16k() 207 int i_subfr = i * L_SUBFR_16k; in ff_sipr_decode_frame_16k() 231 LP_FILTER_ORDER, L_SUBFR_16k); in ff_sipr_decode_frame_16k() 239 ff_set_fixed_vector(fixed_vector, &f, 1.0, L_SUBFR_16k); in ff_sipr_decode_frame_16k() 243 acelp_decode_gain_codef(sqrt(L_SUBFR_16k), fixed_vector, in ff_sipr_decode_frame_16k() 246 L_SUBFR_16k, 2); in ff_sipr_decode_frame_16k() 253 gain_code, L_SUBFR_16k); in ff_sipr_decode_frame_16k() [all …]
|
D | sipr.h | 32 #define L_SUBFR_16k 80 macro 73 float excitation[L_INTERPOL + PITCH_MAX + 2 * L_SUBFR_16k];
|
D | sipr.c | 532 int subframe_size = ctx->mode == MODE_16k ? L_SUBFR_16k : SUBFR_SIZE; in sipr_decode_frame()
|