Home
last modified time | relevance | path

Searched refs:FILTER_ORDER (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Devrcdec.c44 #define FILTER_ORDER 10 macro
81 float lspf[FILTER_ORDER];
82 float prev_lspf[FILTER_ORDER];
83 float synthesis[FILTER_ORDER];
84 float postfilter_fir[FILTER_ORDER];
85 float postfilter_iir[FILTER_ORDER];
91 float pitch[ACB_SIZE + FILTER_ORDER + SUBFRAME_SIZE];
243 for (i = 0; i < FILTER_ORDER; i++) { in evrc_decode_init()
298 for (i = 1; i < FILTER_ORDER; i++) in decode_lspf()
323 lsp_interpolation_factors[index], FILTER_ORDER); in interpolate_lsp()
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_anequalizer.c31 #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()

Completed in 3 milliseconds