Home
last modified time | relevance | path

Searched refs:NB_CHANNELS (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daptxenc.c155 static void aptx_insert_sync(Channel channels[NB_CHANNELS], int32_t *idx) in aptx_insert_sync()
161 Quantize *min = &channels[NB_CHANNELS-1].quantize[map[0]]; in aptx_insert_sync()
162 for (c = &channels[NB_CHANNELS-1]; c >= channels; c--) in aptx_insert_sync()
192 int32_t samples[NB_CHANNELS][4], in aptx_encode_samples()
196 for (channel = 0; channel < NB_CHANNELS; channel++) in aptx_encode_samples()
201 for (channel = 0; channel < NB_CHANNELS; channel++) { in aptx_encode_samples()
226 int32_t samples[NB_CHANNELS][4]; in aptx_encode_frame()
228 for (channel = 0; channel < NB_CHANNELS; channel++) in aptx_encode_frame()
H A Daptxdec.c116 int32_t samples[NB_CHANNELS][4]) in aptx_decode_samples()
120 for (channel = 0; channel < NB_CHANNELS; channel++) { in aptx_decode_samples()
134 for (channel = 0; channel < NB_CHANNELS; channel++) in aptx_decode_samples()
152 frame->ch_layout.nb_channels = NB_CHANNELS; in aptx_decode_frame()
159 int32_t samples[NB_CHANNELS][4]; in aptx_decode_frame()
166 for (channel = 0; channel < NB_CHANNELS; channel++) in aptx_decode_frame()
H A Daptx.h35 NB_CHANNELS enumerator
97 Channel channels[NB_CHANNELS];
203 static inline int aptx_check_parity(Channel channels[NB_CHANNELS], int32_t *idx) in aptx_check_parity()
H A Daptx.c528 for (chan = 0; chan < NB_CHANNELS; chan++) { in ff_aptx_init()

Completed in 4 milliseconds