/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 88 DECLARE_ALIGNED(16, int16_t, quant_ptr[2]); in TEST_P() 114 quant_ptr[j] = rnd.Rand16(); in TEST_P() 119 quant_ptr, quant_shift_ptr, ref_qcoeff_ptr, in TEST_P() 123 zbin_ptr, round_ptr, quant_ptr, in TEST_P() 147 DECLARE_ALIGNED(16, int16_t, quant_ptr[2]); in TEST_P() 173 quant_ptr[j] = rnd.Rand16(); in TEST_P() 178 quant_ptr, quant_shift_ptr, ref_qcoeff_ptr, in TEST_P() 182 zbin_ptr, round_ptr, quant_ptr, in TEST_P() 206 DECLARE_ALIGNED(16, int16_t, quant_ptr[2]); in TEST_P() 235 quant_ptr[j] = rnd.Rand16(); in TEST_P() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.h | 23 const int16_t *round_ptr, const int16_t quant_ptr, 27 const int16_t *round_ptr, const int16_t quant_ptr, 34 const int16_t *round_ptr, const int16_t quant_ptr, 40 const int16_t quant_ptr,
|
D | quantize.c | 124 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in vpx_quantize_b_c() argument 159 tmp = ((((tmp * quant_ptr[rc != 0]) >> 16) + tmp) * in vpx_quantize_b_c() 175 const int16_t *round_ptr, const int16_t *quant_ptr, in vpx_highbd_quantize_b_c() argument 211 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_c() 228 const int16_t *quant_ptr, in vpx_quantize_b_32x32_c() argument 268 tmp = ((((abs_coeff * quant_ptr[rc != 0]) >> 16) + abs_coeff) * in vpx_quantize_b_32x32_c() 286 const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_c() argument 326 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 253 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 256 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 259 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 268 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 271 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 274 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 327 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 330 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 51 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 52 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 53 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 112 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 113 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 114 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 117 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 118 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 27 short *quant_ptr, short *dqcoeff_ptr); 34 short *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_mmx() local 47 quant_ptr, in vp8_fast_quantize_b_mmx()
|
D | quantize_mmx.asm | 17 ; short *quant_ptr, short *dqcoeff_ptr); 46 mov rdx, arg(6) ;quant_ptr
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 51 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 52 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 53 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 111 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 112 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 115 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 49 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 50 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 99 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 100 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 103 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 49 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 50 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 99 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 100 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 103 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 26 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_neon() argument 45 int16x8_t v_quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_neon() 49 v_quant = vsetq_lane_s16(quant_ptr[0], v_quant, 0); in vp9_quantize_fp_neon() 73 v_quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_neon()
|
D | vp9_dct_neon.c | 23 const int16_t* round_ptr, const int16_t* quant_ptr, in vp9_fdct8x8_quant_neon() argument 34 quant_ptr, quant_shift_ptr, qcoeff_ptr, dqcoeff_ptr, in vp9_fdct8x8_quant_neon()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 26 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in vp9_quantize_fp_c() argument 51 tmp = (tmp * quant_ptr[rc != 0]) >> 16; in vp9_quantize_fp_c() 69 const int16_t *quant_ptr, in vp9_highbd_quantize_fp_c() argument 97 const uint32_t abs_qcoeff = (uint32_t)((tmp * quant_ptr[rc != 0]) >> 16); in vp9_highbd_quantize_fp_c() 113 const int16_t *quant_ptr, in vp9_quantize_fp_32x32_c() argument 138 tmp = (abs_coeff * quant_ptr[rc != 0]) >> 15; in vp9_quantize_fp_32x32_c() 155 const int16_t *quant_ptr, in vp9_highbd_quantize_fp_32x32_c() argument 181 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 | 23 const int16_t *quant_ptr, in vpx_highbd_quantize_b_sse2() argument 89 const int64_t tmp2 = ((tmp1 * quant_ptr[k != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_sse2() 109 const int16_t *quant_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument 168 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; in vpx_highbd_quantize_b_32x32_sse2()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jdmarker.c | 533 JQUANT_TBL *quant_ptr; in get_dqt() local 553 quant_ptr = cinfo->quant_tbl_ptrs[n]; in get_dqt() 559 quant_ptr->quantval[i] = 1; in get_dqt() 568 quant_ptr->quantval[i] = 1; in get_dqt() 591 quant_ptr->quantval[natural_order[i]] = (UINT16) tmp; in get_dqt() 597 quant_ptr->quantval[i], quant_ptr->quantval[i+1], in get_dqt() 598 quant_ptr->quantval[i+2], quant_ptr->quantval[i+3], in get_dqt() 599 quant_ptr->quantval[i+4], quant_ptr->quantval[i+5], in get_dqt() 600 quant_ptr->quantval[i+6], quant_ptr->quantval[i+7]); in get_dqt()
|
/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 | 512 JQUANT_TBL *quant_ptr; in get_dqt() local 530 quant_ptr = cinfo->quant_tbl_ptrs[n]; in get_dqt() 538 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp; in get_dqt() 544 quant_ptr->quantval[i], quant_ptr->quantval[i+1], in get_dqt() 545 quant_ptr->quantval[i+2], quant_ptr->quantval[i+3], in get_dqt() 546 quant_ptr->quantval[i+4], quant_ptr->quantval[i+5], in get_dqt() 547 quant_ptr->quantval[i+6], quant_ptr->quantval[i+7]); in get_dqt()
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 47 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 92 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 95 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 47 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 92 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 95 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 47 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 92 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 95 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 47 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 92 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 95 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 47 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 95 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 98 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 219 int16_t *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_msa() local 224 *d->eob = fast_quantize_b_msa(coeff_ptr, zbin_ptr, round_ptr, quant_ptr, in vp8_fast_quantize_b_msa() 234 int16_t *quant_ptr = b->quant; in vp8_regular_quantize_b_msa() local 243 quant_ptr, quant_shift_ptr, in vp8_regular_quantize_b_msa()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 25 short *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_c() local 39 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */ in vp8_fast_quantize_b_c() 61 short *quant_ptr = b->quant; in vp8_regular_quantize_b_c() local 87 y = ((((x * quant_ptr[rc]) >> 16) + x) in vp8_regular_quantize_b_c()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 19 const int16_t* round_ptr, const int16_t* quant_ptr, in vp9_quantize_fp_sse2() argument 48 quant = _mm_load_si128((const __m128i*)quant_ptr); in vp9_quantize_fp_sse2()
|