/third_party/ffmpeg/libavcodec/mips/ |
H A D | aaccoder_mips.c | 144 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; in quantize_and_encode_band_cost_SQUAD_mips() local 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() 240 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; in quantize_and_encode_band_cost_UQUAD_mips() local 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 in quantize_and_encode_band_cost_UQUAD_mips() 355 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; quantize_and_encode_band_cost_SPAIR_mips() local 458 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; quantize_and_encode_band_cost_UPAIR7_mips() local 576 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; quantize_and_encode_band_cost_UPAIR12_mips() local 693 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; quantize_and_encode_band_cost_ESC_mips() local 1026 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_numbits_SQUAD_mips() local 1098 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_numbits_UQUAD_mips() local 1156 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_numbits_SPAIR_mips() local 1230 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_numbits_UPAIR7_mips() local 1288 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_numbits_UPAIR12_mips() local 1346 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_numbits_ESC_mips() local 1522 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_cost_SQUAD_mips() local 1641 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_cost_UQUAD_mips() local 1749 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_cost_SPAIR_mips() local 1873 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_cost_UPAIR7_mips() local 2012 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_cost_UPAIR12_mips() local 2151 const float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512]; get_band_cost_ESC_mips() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_utils.h | 66 int size, int is_signed, int maxval, const float Q34, in quantize_bands() 71 float qc = scaled[i] * Q34; in quantize_bands() 94 float Q34 = ff_aac_pow34sf_tab[POW_SF2_ZERO - sf + SCALE_ONE_POS - SCALE_DIV_512]; in find_min_book() local 96 qmaxval = maxval * Q34 + C_QUANT; in find_min_book() 65 quantize_bands(int *out, const float *in, const float *scaled, int size, int is_signed, int maxval, const float Q34, const float rounding) quantize_bands() argument
|
H A D | aacenc_quantization.h | 52 const float Q34 = ff_aac_pow34sf_tab[q_idx]; in quantize_and_encode_band_cost_template() local 80 s->quant_bands(s->qcoefs, in, scaled, size, !BT_UNSIGNED, aac_cb_maxval[cb], Q34, ROUNDING); in quantize_and_encode_band_cost_template()
|
H A D | aacenc.h | 420 int size, int is_signed, int maxval, const float Q34,
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | aacencdsp.asm | 53 ; int size, int is_signed, int maxval, const float Q34, 57 cglobal aac_quantize_bands, 5, 5, 6, out, in, scaled, size, is_signed, maxval, Q34, rounding
|
H A D | aacencdsp_init.c | 32 int size, int is_signed, int maxval, const float Q34,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | 67 type Q34 = [string, number][E.B]; // number 1162 type Q34 = [string, number][E.B];
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuAstcUtil.cpp | 657 deUint32 Q34 = data.getNext(2); 664 Q34 = 0; 675 const deUint32 Q = (Q56 << 5) | (Q34 << 3) | (Q012 << 0);
|