Searched refs:FILTER_ORDER (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | evrcdec.c | 42 #define FILTER_ORDER 10 macro 79 float lspf[FILTER_ORDER]; 80 float prev_lspf[FILTER_ORDER]; 81 float synthesis[FILTER_ORDER]; 82 float postfilter_fir[FILTER_ORDER]; 83 float postfilter_iir[FILTER_ORDER]; 89 float pitch[ACB_SIZE + FILTER_ORDER + SUBFRAME_SIZE]; 241 for (i = 0; i < FILTER_ORDER; i++) { in evrc_decode_init() 296 for (i = 1; i < FILTER_ORDER; i++) in decode_lspf() 321 lsp_interpolation_factors[index], FILTER_ORDER); in interpolate_lsp() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | af_anequalizer.c | 31 #define FILTER_ORDER 4 macro 133 for (i = 0; i < FILTER_ORDER / 2; i++) { in draw_curves() 536 butterworth_bp_filter(f, FILTER_ORDER, w0, wb, f->gain, bw_gain, 0); in equalizer() 540 chebyshev1_bp_filter(f, FILTER_ORDER, w0, wb, f->gain, bw_gain, 0); in equalizer() 544 chebyshev2_bp_filter(f, FILTER_ORDER, w0, wb, f->gain, bw_gain, 0); in equalizer() 688 for (i = 0; i < FILTER_ORDER / 2; i++) { in process_sample()
|