Searched refs:NB_FILTERS (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aptx.h | 47 #define NB_FILTERS 2 macro 56 FilterSignal outer_filter_signal[NB_FILTERS]; 57 FilterSignal inner_filter_signal[NB_FILTERS][NB_FILTERS]; 135 static const int32_t aptx_qmf_outer_coeffs[NB_FILTERS][FILTER_TAPS] = { 150 static const int32_t aptx_qmf_inner_coeffs[NB_FILTERS][FILTER_TAPS] = {
|
D | aptxdec.c | 31 static void aptx_qmf_polyphase_synthesis(FilterSignal signal[NB_FILTERS], in aptx_qmf_polyphase_synthesis() argument 32 const int32_t coeffs[NB_FILTERS][FILTER_TAPS], in aptx_qmf_polyphase_synthesis() 36 int32_t samples[NB_FILTERS]) in aptx_qmf_polyphase_synthesis() argument 38 int32_t subbands[NB_FILTERS]; in aptx_qmf_polyphase_synthesis() 44 for (i = 0; i < NB_FILTERS; i++) { in aptx_qmf_polyphase_synthesis()
|
D | aptxenc.c | 32 static void aptx_qmf_polyphase_analysis(FilterSignal signal[NB_FILTERS], in aptx_qmf_polyphase_analysis() argument 33 const int32_t coeffs[NB_FILTERS][FILTER_TAPS], in aptx_qmf_polyphase_analysis() 35 int32_t samples[NB_FILTERS], in aptx_qmf_polyphase_analysis() argument 39 int32_t subbands[NB_FILTERS]; in aptx_qmf_polyphase_analysis() 42 for (i = 0; i < NB_FILTERS; i++) { in aptx_qmf_polyphase_analysis() 43 aptx_qmf_filter_signal_push(&signal[i], samples[NB_FILTERS-1-i]); in aptx_qmf_polyphase_analysis()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_waveform.c | 49 NB_FILTERS enumerator 155 …{ "filter", "set filter", OFFSET(filter), AV_OPT_TYPE_INT, {.i64=0}, 0, NB_FILTERS-1, FLAGS, "filt… 156 …{ "f", "set filter", OFFSET(filter), AV_OPT_TYPE_INT, {.i64=0}, 0, NB_FILTERS-1, FLAGS, "filt…
|