/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 25 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_dc() local 55 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_dc() local 74 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_dc_32x32() local 106 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_dc_32x32() local 151 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_b_c() local 202 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_c() local 255 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_quantize_b_32x32_c() local 315 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_32x32_c() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | adaptive_quantize_sse2.c | 51 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_adaptive_sse2() local 202 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_adaptive_sse2() local 251 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_32x32_adaptive_sse2() local 409 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_quantize_b_32x32_adaptive_sse2() local
|
D | highbd_quantize_intrin_sse2.c | 63 int abs_coeff[4]; in aom_highbd_quantize_b_sse2() local 138 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_32x32_sse2() local 196 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in aom_highbd_quantize_b_64x64_sse2() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 44 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_c() local 80 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_highbd_quantize_fp_c() local 112 int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_quantize_fp_32x32_c() local 147 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_highbd_quantize_fp_32x32_c() local
|
D | vp9_dct.c | 646 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vp9_fdct8x8_quant_c() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 67 int abs_coeff[4]; in vpx_highbd_quantize_b_sse2() local 145 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in vpx_highbd_quantize_b_32x32_sse2() local
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 61 int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_fp_helper_c() local 88 int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_fp_helper_c() local 135 const int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_fp_helper_c() local 162 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_fp_helper_c() local 340 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_dc() local 511 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_dc() local
|
D | encodetxb.c | 1507 int64_t abs_coeff = (coeff ^ coeff_sign) - coeff_sign; local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_quantize_avx2.c | 110 const __m256i abs_coeff = _mm256_abs_epi16(*c); in quantize() local 182 const __m256i abs_coeff = _mm256_abs_epi16(*c); in quantize_32x32() local 257 const __m256i abs_coeff = _mm256_abs_epi16(*c); in quantize_64x64() local
|
D | av1_highbd_quantize_avx2.c | 52 const __m256i abs_coeff = _mm256_abs_epi32(*c); in quantize() local
|
/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 58 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_b_adaptive_helper_c() local 143 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in quantize_b_helper_c() local 217 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_b_adaptive_helper_c() local 297 const int abs_coeff = (coeff ^ coeff_sign) - coeff_sign; in highbd_quantize_b_helper_c() local
|
/external/libhevc/encoder/ |
D | ihevce_cabac_tu.c | 1561 WORD32 abs_coeff = pu2_sig_coeff_buf[0] + 1; in ihevce_cabac_residue_encode() local 2141 WORD32 abs_coeff = pu2_sig_coeff_buf[0] + 1; in ihevce_cabac_residue_encode_rdopt() local 2971 WORD32 abs_coeff = pu2_sig_coeff_buf[0] + 1; in ihevce_cabac_residue_encode_rdoq() local
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 181 int abs_coeff[16]; in quant_fp_nz() local
|