/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 20 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc() argument 29 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in vpx_quantize_dc() 35 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant; in vpx_quantize_dc() 45 tran_low_t *dqcoeff_ptr, const int16_t dequant, in vpx_highbd_quantize_dc() argument 50 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in vpx_highbd_quantize_dc() 59 dqcoeff_ptr[0] = qcoeff_ptr[0] * dequant; in vpx_highbd_quantize_dc() 68 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc_32x32() argument 78 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in vpx_quantize_dc_32x32() 85 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant / 2; in vpx_quantize_dc_32x32() 95 tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_dc_32x32() argument [all …]
|
D | quantize.h | 23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, 27 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, 34 tran_low_t *dqcoeff_ptr, const int16_t dequant, 39 tran_low_t *dqcoeff_ptr,
|
/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 20 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_b_adaptive_helper_c() argument 30 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in quantize_b_adaptive_helper_c() 76 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in quantize_b_adaptive_helper_c() 98 dqcoeff_ptr[rc] = 0; in quantize_b_adaptive_helper_c() 111 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in quantize_b_helper_c() argument 122 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in quantize_b_helper_c() 161 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in quantize_b_helper_c() 173 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_b_adaptive_helper_c() argument 186 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in highbd_quantize_b_adaptive_helper_c() 228 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_b_adaptive_helper_c() [all …]
|
D | quantize.h | 27 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 36 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, 44 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 51 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 58 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 66 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 73 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 80 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, 87 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, 95 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 30 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr) { in av1_quantize_skip() argument 32 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in av1_quantize_skip() 40 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in quantize_fp_helper_c() argument 53 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in quantize_fp_helper_c() 71 dqcoeff_ptr[rc] = (abs_dqcoeff ^ coeff_sign) - coeff_sign; in quantize_fp_helper_c() 98 dqcoeff_ptr[rc] = (abs_dqcoeff ^ coeff_sign) - coeff_sign; in quantize_fp_helper_c() 111 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in highbd_quantize_fp_helper_c() argument 145 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_fp_helper_c() 149 dqcoeff_ptr[rc] = 0; in highbd_quantize_fp_helper_c() 172 dqcoeff_ptr[rc] = (tran_low_t)((abs_dqcoeff ^ coeff_sign) - coeff_sign); in highbd_quantize_fp_helper_c() [all …]
|
D | av1_quantize.h | 39 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, 110 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr); 114 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, 119 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, 124 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, 130 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, 137 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr, 144 tran_low_t *dqcoeff_ptr, uint16_t *eob_ptr,
|
/external/libaom/libaom/aom_dsp/x86/ |
D | adaptive_quantize_sse2.c | 23 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_quantize_b_adaptive_sse2() argument 90 _mm_store_si128((__m128i *)(dqcoeff_ptr), zero); in aom_quantize_b_adaptive_sse2() 91 _mm_store_si128((__m128i *)(dqcoeff_ptr + 4), zero); in aom_quantize_b_adaptive_sse2() 92 _mm_store_si128((__m128i *)(dqcoeff_ptr + 8), zero); in aom_quantize_b_adaptive_sse2() 93 _mm_store_si128((__m128i *)(dqcoeff_ptr + 12), zero); in aom_quantize_b_adaptive_sse2() 122 store_coefficients(coeff0, dqcoeff_ptr); in aom_quantize_b_adaptive_sse2() 123 store_coefficients(coeff1, dqcoeff_ptr + 8); in aom_quantize_b_adaptive_sse2() 152 _mm_store_si128((__m128i *)(dqcoeff_ptr + index), zero); in aom_quantize_b_adaptive_sse2() 153 _mm_store_si128((__m128i *)(dqcoeff_ptr + index + 4), zero); in aom_quantize_b_adaptive_sse2() 154 _mm_store_si128((__m128i *)(dqcoeff_ptr + index + 8), zero); in aom_quantize_b_adaptive_sse2() [all …]
|
D | quantize_ssse3.c | 67 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_quantize_b_64x64_ssse3() argument 112 _mm_store_si128((__m128i *)(dqcoeff_ptr), zero); in aom_quantize_b_64x64_ssse3() 113 _mm_store_si128((__m128i *)(dqcoeff_ptr + 4), zero); in aom_quantize_b_64x64_ssse3() 114 _mm_store_si128((__m128i *)(dqcoeff_ptr + 8), zero); in aom_quantize_b_64x64_ssse3() 115 _mm_store_si128((__m128i *)(dqcoeff_ptr + 12), zero); in aom_quantize_b_64x64_ssse3() 138 calculate_dqcoeff_and_store_64x64(qcoeff0, dequant, zero, dqcoeff_ptr); in aom_quantize_b_64x64_ssse3() 140 calculate_dqcoeff_and_store_64x64(qcoeff1, dequant, zero, dqcoeff_ptr + 8); in aom_quantize_b_64x64_ssse3() 163 _mm_store_si128((__m128i *)(dqcoeff_ptr + index), zero); in aom_quantize_b_64x64_ssse3() 164 _mm_store_si128((__m128i *)(dqcoeff_ptr + index + 4), zero); in aom_quantize_b_64x64_ssse3() 165 _mm_store_si128((__m128i *)(dqcoeff_ptr + index + 8), zero); in aom_quantize_b_64x64_ssse3() [all …]
|
D | highbd_quantize_intrin_sse2.c | 23 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in aom_highbd_quantize_b_sse2() argument 42 memset(dqcoeff_ptr, 0, count * sizeof(*dqcoeff_ptr)); in aom_highbd_quantize_b_sse2() 84 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0]; in aom_highbd_quantize_b_sse2() 96 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_32x32_sse2() argument 115 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in aom_highbd_quantize_b_32x32_sse2() 144 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in aom_highbd_quantize_b_32x32_sse2() 154 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in aom_highbd_quantize_b_64x64_sse2() argument 173 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in aom_highbd_quantize_b_64x64_sse2() 202 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 4; in aom_highbd_quantize_b_64x64_sse2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_avx.c | 27 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_avx() argument 64 _mm256_store_si256((__m256i *)(dqcoeff_ptr), big_zero); in vpx_quantize_b_avx() 67 _mm256_store_si256((__m256i *)(dqcoeff_ptr + 8), big_zero); in vpx_quantize_b_avx() 94 calculate_dqcoeff_and_store(qcoeff0, dequant, dqcoeff_ptr); in vpx_quantize_b_avx() 96 calculate_dqcoeff_and_store(qcoeff1, dequant, dqcoeff_ptr + 8); in vpx_quantize_b_avx() 116 _mm256_store_si256((__m256i *)(dqcoeff_ptr + index), big_zero); in vpx_quantize_b_avx() 119 _mm256_store_si256((__m256i *)(dqcoeff_ptr + index + 8), big_zero); in vpx_quantize_b_avx() 136 calculate_dqcoeff_and_store(qcoeff0, dequant, dqcoeff_ptr + index); in vpx_quantize_b_avx() 137 calculate_dqcoeff_and_store(qcoeff1, dequant, dqcoeff_ptr + index + 8); in vpx_quantize_b_avx() 152 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_avx() argument [all …]
|
D | quantize_ssse3.c | 24 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_ssse3() argument 71 calculate_dqcoeff_and_store(qcoeff0, dequant, dqcoeff_ptr); in vpx_quantize_b_ssse3() 73 calculate_dqcoeff_and_store(qcoeff1, dequant, dqcoeff_ptr + 8); in vpx_quantize_b_ssse3() 100 calculate_dqcoeff_and_store(qcoeff0, dequant, dqcoeff_ptr + index); in vpx_quantize_b_ssse3() 101 calculate_dqcoeff_and_store(qcoeff1, dequant, dqcoeff_ptr + index + 8); in vpx_quantize_b_ssse3() 118 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_ssse3() argument 174 _mm_store_si128((__m128i *)(dqcoeff_ptr), zero); in vpx_quantize_b_32x32_ssse3() 175 _mm_store_si128((__m128i *)(dqcoeff_ptr + 8), zero); in vpx_quantize_b_32x32_ssse3() 179 _mm_store_si128((__m128i *)(dqcoeff_ptr + 4), zero); in vpx_quantize_b_32x32_ssse3() 180 _mm_store_si128((__m128i *)(dqcoeff_ptr + 12), zero); in vpx_quantize_b_32x32_ssse3() [all …]
|
D | highbd_quantize_intrin_sse2.c | 25 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_sse2() argument 46 memset(dqcoeff_ptr, 0, count * sizeof(*dqcoeff_ptr)); in vpx_highbd_quantize_b_sse2() 88 dqcoeff_ptr[k] = qcoeff_ptr[k] * dequant_ptr[k != 0]; in vpx_highbd_quantize_b_sse2() 100 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_highbd_quantize_b_32x32_sse2() argument 122 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in vpx_highbd_quantize_b_32x32_sse2() 151 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vpx_highbd_quantize_b_32x32_sse2()
|
/external/libvpx/libvpx/vp8/encoder/mips/mmi/ |
D | vp8_quantize_mmi.c | 28 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; \ 39 int16_t *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_mmi() local 193 [dqcoeff_ptr] "r"((mips_reg)dqcoeff_ptr), in vp8_fast_quantize_b_mmi() 211 int16_t *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b_mmi() local 239 : [qcoeff_ptr]"r"(qcoeff_ptr), [dqcoeff_ptr]"r"(dqcoeff_ptr) in vp8_regular_quantize_b_mmi()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_quantize_avx2.c | 139 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in av1_quantize_fp_avx2() argument 155 quantize(&thr, qp, &coeff, iscan_ptr, qcoeff_ptr, dqcoeff_ptr, &eob); in av1_quantize_fp_avx2() 159 dqcoeff_ptr += step; in av1_quantize_fp_avx2() 167 quantize(&thr, qp, &coeff, iscan_ptr, qcoeff_ptr, dqcoeff_ptr, &eob); in av1_quantize_fp_avx2() 171 dqcoeff_ptr += step; in av1_quantize_fp_avx2() 215 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in av1_quantize_fp_32x32_avx2() argument 230 quantize_32x32(&thr, qp, &coeff, iscan_ptr, qcoeff_ptr, dqcoeff_ptr, &eob); in av1_quantize_fp_32x32_avx2() 234 dqcoeff_ptr += step; in av1_quantize_fp_32x32_avx2() 242 quantize_32x32(&thr, qp, &coeff, iscan_ptr, qcoeff_ptr, dqcoeff_ptr, &eob); in av1_quantize_fp_32x32_avx2() 246 dqcoeff_ptr += step; in av1_quantize_fp_32x32_avx2() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 27 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_c() argument 36 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in vp9_quantize_fp_c() 50 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_quantize_fp_c() 61 tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_c() argument 72 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in vp9_highbd_quantize_fp_c() 84 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0]; in vp9_highbd_quantize_fp_c() 96 tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_c() argument 105 memset(dqcoeff_ptr, 0, n_coeffs * sizeof(*dqcoeff_ptr)); in vp9_quantize_fp_32x32_c() 119 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2; in vp9_quantize_fp_32x32_c() 131 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vp9_highbd_quantize_fp_32x32_c() argument [all …]
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 45 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 46 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 47 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 91 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 94 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 112 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 113 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 114 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 117 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 118 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t …
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 101 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_vsx() argument 139 vec_vsx_st(dqcoeff0, 0, dqcoeff_ptr); in vpx_quantize_b_vsx() 142 vec_vsx_st(dqcoeff1, 16, dqcoeff_ptr); in vpx_quantize_b_vsx() 178 vec_vsx_st(dqcoeff0, off0, dqcoeff_ptr); in vpx_quantize_b_vsx() 179 vec_vsx_st(dqcoeff1, off1, dqcoeff_ptr); in vpx_quantize_b_vsx() 180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx() 203 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, in vpx_quantize_b_32x32_vsx() argument 253 vec_vsx_st(dequantize_coeff_32(qcoeff0, dequant), 0, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx() 255 vec_vsx_st(dequantize_coeff_32(qcoeff1, dequant), 16, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx() 287 vec_vsx_st(dequantize_coeff_32(qcoeff0, dequant), off0, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 44 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_vsx() argument 69 vec_vsx_st(dqcoeff0, 0, dqcoeff_ptr); in vp9_quantize_fp_vsx() 85 vec_vsx_st(dqcoeff1, 16, dqcoeff_ptr); in vp9_quantize_fp_vsx() 115 vec_vsx_st(dqcoeff0, off0, dqcoeff_ptr); in vp9_quantize_fp_vsx() 122 vec_vsx_st(dqcoeff1, off1, dqcoeff_ptr); in vp9_quantize_fp_vsx() 129 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_vsx() 170 tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_vsx() argument 211 vec_vsx_st(dqcoeff0, 0, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx() 230 vec_vsx_st(dqcoeff1, 16, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx() 276 vec_vsx_st(dqcoeff0, off0, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 38 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vpx_quantize_b_neon() argument 92 calculate_dqcoeff_and_store(qcoeff, dequant, dqcoeff_ptr); in vpx_quantize_b_neon() 93 dqcoeff_ptr += 8; in vpx_quantize_b_neon() 143 calculate_dqcoeff_and_store(qcoeff, dequant, dqcoeff_ptr); in vpx_quantize_b_neon() 144 dqcoeff_ptr += 8; in vpx_quantize_b_neon() 196 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_neon() argument 252 calculate_dqcoeff_and_store_32x32(qcoeff, dequant, dqcoeff_ptr); in vpx_quantize_b_32x32_neon() 253 dqcoeff_ptr += 8; in vpx_quantize_b_32x32_neon() 301 calculate_dqcoeff_and_store_32x32(qcoeff, dequant, dqcoeff_ptr); in vpx_quantize_b_32x32_neon() 302 dqcoeff_ptr += 8; in vpx_quantize_b_32x32_neon()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 23 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_sse2() argument 39 dqcoeff_ptr += n_coeffs; in vp9_quantize_fp_sse2() 89 store_tran_low(coeff0, dqcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2() 90 store_tran_low(coeff1, dqcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2() 157 store_tran_low(coeff0, dqcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2() 158 store_tran_low(coeff1, dqcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2() 163 store_zero_tran_low(dqcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2() 164 store_zero_tran_low(dqcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2()
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 43 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 44 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 86 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 89 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 107 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 108 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 111 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 112 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t …
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 43 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 44 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 86 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 89 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 107 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 108 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 111 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 112 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t …
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 131 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 134 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 137 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 195 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 197 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t …
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 45 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 46 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 47 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 91 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 94 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 112 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 113 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t … 116 …und_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t …
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 32 tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_neon() argument 73 store_s16q_to_tran_low(dqcoeff_ptr, v_dqcoeff); in vp9_quantize_fp_neon() 98 store_s16q_to_tran_low(dqcoeff_ptr + i, v_dqcoeff); in vp9_quantize_fp_neon() 127 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_neon() argument 179 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff); in vp9_quantize_fp_32x32_neon() 184 dqcoeff_ptr += 8; in vp9_quantize_fp_32x32_neon() 225 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff); in vp9_quantize_fp_32x32_neon() 230 dqcoeff_ptr += 8; in vp9_quantize_fp_32x32_neon()
|