Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daptx.h43 NB_SUBBANDS enumerator
85 int32_t dither[NB_SUBBANDS];
88 Quantize quantize[NB_SUBBANDS];
89 InvertQuantize invert_quantize[NB_SUBBANDS];
90 Prediction prediction[NB_SUBBANDS];
111 extern ConstTables ff_aptx_quant_tables[2][NB_SUBBANDS];
195 for (subband = 0; subband < NB_SUBBANDS; subband++) in aptx_quantized_parity()
H A Daptx.c313 ConstTables ff_aptx_quant_tables[2][NB_SUBBANDS] = {
395 for (subband = 0; subband < NB_SUBBANDS; subband++) in ff_aptx_generate_dither()
500 for (subband = 0; subband < NB_SUBBANDS; subband++) in ff_aptx_invert_quantize_and_prediction()
530 for (subband = 0; subband < NB_SUBBANDS; subband++) { in ff_aptx_init()
H A Daptxenc.c146 for (subband = 0; subband < NB_SUBBANDS; subband++) { in aptx_encode_channel()
163 for (i = 0; i < NB_SUBBANDS; i++) in aptx_insert_sync()
H A Daptxdec.c89 for (subband = 0; subband < NB_SUBBANDS; subband++) in aptx_decode_channel()

Completed in 3 milliseconds