Searched refs:ROUND_STANDARD (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | aaccoder_mips.c | 162 qc1 = scaled[i ] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_SQUAD_mips() 163 qc2 = scaled[i+1] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_SQUAD_mips() 164 qc3 = scaled[i+2] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_SQUAD_mips() 165 qc4 = scaled[i+3] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_SQUAD_mips() 260 qc1 = scaled[i ] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_UQUAD_mips() 261 qc2 = scaled[i+1] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_UQUAD_mips() 262 qc3 = scaled[i+2] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_UQUAD_mips() 263 qc4 = scaled[i+3] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_UQUAD_mips() 375 qc1 = scaled[i ] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_SPAIR_mips() 376 qc2 = scaled[i+1] * Q34 + ROUND_STANDARD; in quantize_and_encode_band_cost_SPAIR_mips() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc_quantization.h | 185 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(ZERO, 1, 0, 0, 0, 0, 0, ROUND_STANDARD) 186 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(SQUAD, 0, 0, 0, 0, 0, 0, ROUND_STANDARD) 187 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(UQUAD, 0, 1, 0, 0, 0, 0, ROUND_STANDARD) 188 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(SPAIR, 0, 0, 1, 0, 0, 0, ROUND_STANDARD) 189 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(UPAIR, 0, 1, 1, 0, 0, 0, ROUND_STANDARD) 190 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(ESC, 0, 1, 1, 1, 0, 0, ROUND_STANDARD) 192 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(NOISE, 0, 0, 0, 0, 1, 0, ROUND_STANDARD) 193 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(STEREO,0, 0, 0, 0, 0, 1, ROUND_STANDARD)
|
D | aacenc_utils.h | 36 #define ROUND_STANDARD 0.4054f macro
|