Searched refs:BT_UNSIGNED (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacenc_quantization.h | 46 int *bits, float *energy, int BT_ZERO, int BT_UNSIGNED, in quantize_and_encode_band_cost_template() argument 80 s->quant_bands(s->qcoefs, in, scaled, size, !BT_UNSIGNED, aac_cb_maxval[cb], Q34, ROUNDING); in quantize_and_encode_band_cost_template() 81 if (BT_UNSIGNED) { in quantize_and_encode_band_cost_template() 98 if (BT_UNSIGNED) { in quantize_and_encode_band_cost_template() 137 if (BT_UNSIGNED) 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 181 BT_ZERO, BT_UNSIGNED, BT_PAIR, BT_ESC, BT_NOISE, BT_STEREO, \
|