/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 87 DECLARE_ALIGNED(16, int16_t, quant_ptr[2]); in TEST_P() 113 quant_ptr[j] = rnd.Rand16(); in TEST_P() 118 quant_ptr, quant_shift_ptr, ref_qcoeff_ptr, in TEST_P() 122 coeff_ptr, count, skip_block, zbin_ptr, round_ptr, quant_ptr, in TEST_P() 145 DECLARE_ALIGNED(16, int16_t, quant_ptr[2]); in TEST_P() 171 quant_ptr[j] = rnd.Rand16(); in TEST_P() 176 quant_ptr, quant_shift_ptr, ref_qcoeff_ptr, in TEST_P() 180 coeff_ptr, count, skip_block, zbin_ptr, round_ptr, quant_ptr, in TEST_P() 203 DECLARE_ALIGNED(16, int16_t, quant_ptr[2]); in TEST_P() 232 quant_ptr[j] = rnd.Rand16(); in TEST_P() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 137 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 140 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 143 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 152 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 155 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 158 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 208 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 210 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.h | 22 const int16_t *round_ptr, const int16_t quant_ptr, 26 const int16_t *round_ptr, const int16_t quant_ptr, 33 const int16_t quant_ptr, tran_low_t *qcoeff_ptr, 38 const int16_t quant_ptr,
|
D | quantize.c | 117 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_c() argument 152 tmp = ((((tmp * quant_ptr[rc != 0]) >> 16) + tmp) * in vpx_quantize_b_c() 168 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_c() argument 203 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_c() 218 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_quantize_b_32x32_c() argument 257 tmp = ((((abs_coeff * quant_ptr[rc != 0]) >> 16) + abs_coeff) * in vpx_quantize_b_32x32_c() 273 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_c() argument 310 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 44 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 45 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 46 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 81 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 82 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 83 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 86 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 87 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 19 short *quant_ptr, short *dqcoeff_ptr); 25 short *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_mmx() local 33 round_ptr, quant_ptr, dqcoeff_ptr); in vp8_fast_quantize_b_mmx()
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 44 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 45 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 46 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 81 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 82 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 85 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 43 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 44 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 73 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 74 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 77 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 43 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 44 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 73 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 74 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 77 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 30 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_quantize_fp_neon() argument 44 int16x8_t v_quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_neon() 48 v_quant = vsetq_lane_s16(quant_ptr[0], v_quant, 0); in vp9_quantize_fp_neon() 72 v_quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_neon()
|
D | vp9_dct_neon.c | 24 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_fdct8x8_quant_neon() argument 32 vp9_quantize_fp_neon(temp_buffer, n_coeffs, skip_block, round_ptr, quant_ptr, in vp9_fdct8x8_quant_neon()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 25 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_quantize_fp_c() argument 45 tmp = (tmp * quant_ptr[rc != 0]) >> 16; in vp9_quantize_fp_c() 59 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_c() argument 80 const int abs_qcoeff = (int)((tmp * quant_ptr[rc != 0]) >> 16); in vp9_highbd_quantize_fp_c() 94 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_quantize_fp_32x32_c() argument 115 tmp = (abs_coeff * quant_ptr[rc != 0]) >> 15; in vp9_quantize_fp_32x32_c() 129 const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_highbd_quantize_fp_32x32_c() argument 150 abs_qcoeff = (uint32_t)((tmp * quant_ptr[rc != 0]) >> 15); in vp9_highbd_quantize_fp_32x32_c()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 21 const int16_t *quant_ptr, in vpx_highbd_quantize_b_sse2() argument 81 const int64_t tmp4 = ((tmp3 * quant_ptr[k != 0]) >> 16) + tmp3; in vpx_highbd_quantize_b_sse2() 96 const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument 144 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_32x32_sse2()
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 42 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 69 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 72 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 42 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 69 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 72 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 42 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 69 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 72 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 42 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 69 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 72 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 42 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 72 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 75 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/config/mips32-msa/ |
D | vp9_rtcd.h | 43 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 77 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 80 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/libvpx/config/mips64-msa/ |
D | vp9_rtcd.h | 43 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 77 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco… 80 …tr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qco…
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jdmarker.c | 529 JQUANT_TBL *quant_ptr; in get_dqt() local 547 quant_ptr = cinfo->quant_tbl_ptrs[n]; in get_dqt() 555 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp; in get_dqt() 561 quant_ptr->quantval[i], quant_ptr->quantval[i+1], in get_dqt() 562 quant_ptr->quantval[i+2], quant_ptr->quantval[i+3], in get_dqt() 563 quant_ptr->quantval[i+4], quant_ptr->quantval[i+5], in get_dqt() 564 quant_ptr->quantval[i+6], quant_ptr->quantval[i+7]); in get_dqt()
|
/external/libjpeg-turbo/ |
D | jdmarker.c | 513 JQUANT_TBL *quant_ptr; in get_dqt() local 531 quant_ptr = cinfo->quant_tbl_ptrs[n]; in get_dqt() 539 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp; in get_dqt() 545 quant_ptr->quantval[i], quant_ptr->quantval[i+1], in get_dqt() 546 quant_ptr->quantval[i+2], quant_ptr->quantval[i+3], in get_dqt() 547 quant_ptr->quantval[i+4], quant_ptr->quantval[i+5], in get_dqt() 548 quant_ptr->quantval[i+6], quant_ptr->quantval[i+7]); in get_dqt()
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 187 int16_t *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_msa() local 192 *d->eob = fast_quantize_b_msa(coeff_ptr, round_ptr, quant_ptr, dequant_ptr, in vp8_fast_quantize_b_msa() 201 int16_t *quant_ptr = b->quant; in vp8_regular_quantize_b_msa() local 209 zbin_boost_ptr, coeff_ptr, zbin_ptr, round_ptr, quant_ptr, in vp8_regular_quantize_b_msa()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 21 const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, in vp9_quantize_fp_sse2() argument 47 quant = _mm_load_si128((const __m128i *)quant_ptr); in vp9_quantize_fp_sse2()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 23 short *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_c() local 36 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */ in vp8_fast_quantize_b_c() 56 short *quant_ptr = b->quant; in vp8_regular_quantize_b_c() local 80 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >> in vp8_regular_quantize_b_c()
|