Home
last modified time | relevance | path

Searched refs:BT_ESC (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc_quantization.h47 int BT_PAIR, int BT_ESC, int BT_NOISE, int BT_STEREO, in quantize_and_encode_band_cost_template() argument
102 if (BT_ESC && vec[j] == 64.0f) { //FIXME: slow in quantize_and_encode_band_cost_template()
141 if (BT_ESC) { in quantize_and_encode_band_cost_template()
171 #define QUANTIZE_AND_ENCODE_BAND_COST_FUNC(NAME, BT_ZERO, BT_UNSIGNED, BT_PAIR, BT_ESC, BT_NOISE, B… argument
180 BT_ESC ? ESC_BT : cb, lambda, uplim, bits, energy, \
181 BT_ZERO, BT_UNSIGNED, BT_PAIR, BT_ESC, BT_NOISE, BT_STEREO, \