Home
last modified time | relevance | path

Searched refs:coeff_ptr (Results 1 – 25 of 60) sorted by relevance

123

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c15 int32_t vp8_block_error_msa(int16_t *coeff_ptr, int16_t *dq_coeff_ptr) { in vp8_block_error_msa() argument
24 coeff = LD_SH(coeff_ptr); in vp8_block_error_msa()
29 coeff_ptr += 8; in vp8_block_error_msa()
44 int16_t *coeff_ptr, *dq_coeff_ptr; in vp8_mbblock_error_msa() local
61 coeff_ptr = be->coeff; in vp8_mbblock_error_msa()
63 coeff = LD_SH(coeff_ptr); in vp8_mbblock_error_msa()
65 coeff_ptr += 8; in vp8_mbblock_error_msa()
67 coeff2 = LD_SH(coeff_ptr); in vp8_mbblock_error_msa()
71 coeff_ptr = be->coeff; in vp8_mbblock_error_msa()
73 coeff3 = LD_SH(coeff_ptr); in vp8_mbblock_error_msa()
[all …]
/external/libaom/libaom/aom_dsp/
Dquantize.c17 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_b_adaptive_helper_c() argument
40 const int coeff = coeff_ptr[rc] * wt; in quantize_b_adaptive_helper_c()
56 const int coeff = coeff_ptr[rc]; in quantize_b_adaptive_helper_c()
91 const int coeff = coeff_ptr[rc] * wt; in quantize_b_adaptive_helper_c()
107 void quantize_b_helper_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in quantize_b_helper_c() argument
128 const int coeff = coeff_ptr[rc] * wt; in quantize_b_helper_c()
141 const int coeff = coeff_ptr[rc]; in quantize_b_helper_c()
170 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in highbd_quantize_b_adaptive_helper_c() argument
196 const int coeff = coeff_ptr[rc] * wt; in highbd_quantize_b_adaptive_helper_c()
213 const int coeff = coeff_ptr[rc]; in highbd_quantize_b_adaptive_helper_c()
[all …]
Dquantize.h24 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
31 void aom_quantize_b_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs,
41 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
48 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
55 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
63 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
70 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
77 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr,
83 void quantize_b_helper_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs,
92 void aom_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs,
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c18 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block, in vpx_quantize_dc() argument
23 const int coeff = coeff_ptr[rc]; in vpx_quantize_dc()
42 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, in vpx_highbd_quantize_dc() argument
53 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc()
66 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_quantize_dc_32x32() argument
72 const int coeff = coeff_ptr[rc]; in vpx_quantize_dc_32x32()
92 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block, in vpx_highbd_quantize_dc_32x32() argument
104 const int coeff = coeff_ptr[0]; in vpx_highbd_quantize_dc_32x32()
117 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_c() argument
137 const int coeff = coeff_ptr[rc]; in vpx_quantize_b_c()
[all …]
Dquantize.h21 void vpx_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs, int skip_block,
25 void vpx_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block,
31 void vpx_highbd_quantize_dc(const tran_low_t *coeff_ptr, int n_coeffs,
36 void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block,
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c37 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in quantize_fp_helper_c() argument
59 const int coeff = coeff_ptr[rc]; in quantize_fp_helper_c()
81 const int coeff = coeff_ptr[rc]; in quantize_fp_helper_c()
108 const tran_low_t *coeff_ptr, intptr_t count, const int16_t *zbin_ptr, in highbd_quantize_fp_helper_c() argument
128 const int coeff = coeff_ptr[rc]; in highbd_quantize_fp_helper_c()
159 const int coeff = coeff_ptr[rc]; in highbd_quantize_fp_helper_c()
182 void av1_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_c() argument
188 quantize_fp_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in av1_quantize_fp_c()
193 void av1_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_32x32_c() argument
200 quantize_fp_helper_c(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, in av1_quantize_fp_32x32_c()
[all …]
Dav1_quantize.h36 typedef void (*AV1_QUANT_FACADE)(const tran_low_t *coeff_ptr, intptr_t n_coeffs,
112 void av1_quantize_fp_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs,
117 void av1_quantize_b_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs,
122 void av1_quantize_dc_facade(const tran_low_t *coeff_ptr, intptr_t n_coeffs,
127 void av1_highbd_quantize_fp_facade(const tran_low_t *coeff_ptr,
134 void av1_highbd_quantize_b_facade(const tran_low_t *coeff_ptr,
141 void av1_highbd_quantize_dc_facade(const tran_low_t *coeff_ptr,
/external/libaom/libaom/av1/encoder/mips/msa/
Derror_msa.c18 const int16_t *coeff_ptr, const int16_t *dq_coeff_ptr, int64_t *ssz) { \
26 coeff = LD_SH(coeff_ptr); \
35 coeff = LD_SH(coeff_ptr + 8); \
43 coeff_ptr += 16; \
47 coeff = LD_SH(coeff_ptr); \
55 coeff = LD_SH(coeff_ptr + 8); \
63 coeff_ptr += 16; \
91 int64_t av1_block_error_msa(const tran_low_t *coeff_ptr, in av1_block_error_msa() argument
95 const int16_t *coeff = (const int16_t *)coeff_ptr; in av1_block_error_msa()
104 err = av1_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz); in av1_block_error_msa()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_error_msa.c16 const int16_t *coeff_ptr, const int16_t *dq_coeff_ptr, int64_t *ssz) { \
24 coeff = LD_SH(coeff_ptr); \
33 coeff = LD_SH(coeff_ptr + 8); \
41 coeff_ptr += 16; \
45 coeff = LD_SH(coeff_ptr); \
53 coeff = LD_SH(coeff_ptr + 8); \
61 coeff_ptr += 16; \
87 int64_t vp9_block_error_msa(const tran_low_t *coeff_ptr, in vp9_block_error_msa() argument
91 const int16_t *coeff = (const int16_t *)coeff_ptr; in vp9_block_error_msa()
100 err = vp9_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz); in vp9_block_error_msa()
/external/libaom/libaom/test/
Dav1_quantize_test.cc26 const tran_low_t *coeff_ptr, intptr_t count, const int16_t *zbin_ptr,
53 DECLARE_ALIGNED(16, tran_low_t, coeff_ptr[maxSize]); in RunQuantizeTest()
78 coeff_ptr[j] = rnd(coeffRange); in RunQuantizeTest()
96 quanFuncRef(coeff_ptr, count, zbin_ptr, round_ptr, quant_ptr, in RunQuantizeTest()
101 quanFunc(coeff_ptr, count, zbin_ptr, round_ptr, quant_ptr, in RunQuantizeTest()
128 DECLARE_ALIGNED(16, tran_low_t, coeff_ptr[maxSize]); in RunEobTest()
150 coeff_ptr[j] = 0; in RunEobTest()
153 coeff_ptr[rnd(count)] = rnd(coeffRange); in RunEobTest()
154 coeff_ptr[rnd(count)] = rnd(coeffRange); in RunEobTest()
155 coeff_ptr[rnd(count)] = rnd(coeffRange); in RunEobTest()
[all …]
Dquantize_func_test.cc31 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, \
41 fn(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, quant_shift_ptr, \
45 fn(coeff_ptr, n_coeffs, zbin_ptr, round_ptr, quant_ptr, quant_shift_ptr, \
108 tran_low_t *coeff_ptr = coeff_; in QuantizeRun() local
111 tran_low_t *qcoeff_ref = coeff_ptr + n_coeffs; in QuantizeRun()
142 quant_ref_(coeff_ptr, n_coeffs, zbin, round, quant, quant_shift, in QuantizeRun()
146 ASM_REGISTER_STATE_CHECK(quant_(coeff_ptr, n_coeffs, zbin, round, quant, in QuantizeRun()
153 << " Q: " << q << " coeff: " << coeff_ptr[j]; in QuantizeRun()
159 << " Q: " << q << " coeff: " << coeff_ptr[j]; in QuantizeRun()
275 tran_low_t *coeff_ptr = coeff_; in TEST_P() local
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c135 void av1_quantize_fp_avx2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in av1_quantize_fp_avx2() argument
152 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2()
157 coeff_ptr += step; in av1_quantize_fp_avx2()
166 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_avx2()
169 coeff_ptr += step; in av1_quantize_fp_avx2()
212 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in av1_quantize_fp_32x32_avx2() argument
227 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2()
232 coeff_ptr += step; in av1_quantize_fp_32x32_avx2()
241 read_coeff(coeff_ptr, &coeff); in av1_quantize_fp_32x32_avx2()
244 coeff_ptr += step; in av1_quantize_fp_32x32_avx2()
[all …]
/external/libvpx/config/x86_64/
Dvp9_rtcd.h45 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs…
46 void vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coe…
47 void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_co…
91 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const…
94 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,…
112 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
113 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int…
114 void vp9_quantize_fp_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const in…
117 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
118 void vp9_quantize_fp_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, co…
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c97 void vpx_quantize_b_vsx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_vsx() argument
114 int16x8_t coeff0 = vec_vsx_ld(0, coeff_ptr); in vpx_quantize_b_vsx()
115 int16x8_t coeff1 = vec_vsx_ld(16, coeff_ptr); in vpx_quantize_b_vsx()
155 coeff0 = vec_vsx_ld(off0, coeff_ptr); in vpx_quantize_b_vsx()
156 coeff1 = vec_vsx_ld(off1, coeff_ptr); in vpx_quantize_b_vsx()
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
200 const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, in vpx_quantize_b_32x32_vsx() argument
223 int16x8_t coeff0 = vec_vsx_ld(0, coeff_ptr); in vpx_quantize_b_32x32_vsx()
224 int16x8_t coeff1 = vec_vsx_ld(16, coeff_ptr); in vpx_quantize_b_32x32_vsx()
264 coeff0 = vec_vsx_ld(off0, coeff_ptr); in vpx_quantize_b_32x32_vsx()
[all …]
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c41 void vp9_quantize_fp_vsx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_vsx() argument
53 int16x8_t coeff0 = vec_vsx_ld(0, coeff_ptr); in vp9_quantize_fp_vsx()
54 int16x8_t coeff1 = vec_vsx_ld(16, coeff_ptr); in vp9_quantize_fp_vsx()
103 coeff0 = vec_vsx_ld(off0, coeff_ptr); in vp9_quantize_fp_vsx()
104 coeff1 = vec_vsx_ld(off1, coeff_ptr); in vp9_quantize_fp_vsx()
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
167 void vp9_quantize_fp_32x32_vsx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_vsx() argument
188 int16x8_t coeff0 = vec_vsx_ld(0, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
189 int16x8_t coeff1 = vec_vsx_ld(16, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
237 coeff0 = vec_vsx_ld(off0, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c23 void vpx_quantize_b_avx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_avx() argument
51 coeff0 = load_tran_low(coeff_ptr); in vpx_quantize_b_avx()
52 coeff1 = load_tran_low(coeff_ptr + 8); in vpx_quantize_b_avx()
104 coeff0 = load_tran_low(coeff_ptr + index); in vpx_quantize_b_avx()
105 coeff1 = load_tran_low(coeff_ptr + index + 8); in vpx_quantize_b_avx()
147 void vpx_quantize_b_32x32_avx(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_avx() argument
192 coeff0 = load_tran_low(coeff_ptr); in vpx_quantize_b_32x32_avx()
193 coeff1 = load_tran_low(coeff_ptr + 8); in vpx_quantize_b_32x32_avx()
243 coeff0 = load_tran_low(coeff_ptr + index); in vpx_quantize_b_32x32_avx()
244 coeff1 = load_tran_low(coeff_ptr + index + 8); in vpx_quantize_b_32x32_avx()
Dquantize_ssse3.c20 void vpx_quantize_b_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_ssse3() argument
44 coeff0 = load_tran_low(coeff_ptr); in vpx_quantize_b_ssse3()
45 coeff1 = load_tran_low(coeff_ptr + 8); in vpx_quantize_b_ssse3()
79 coeff0 = load_tran_low(coeff_ptr + index); in vpx_quantize_b_ssse3()
80 coeff1 = load_tran_low(coeff_ptr + index + 8); in vpx_quantize_b_ssse3()
113 void vpx_quantize_b_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_ssse3() argument
160 coeff0 = load_tran_low(coeff_ptr); in vpx_quantize_b_32x32_ssse3()
161 coeff1 = load_tran_low(coeff_ptr + 8); in vpx_quantize_b_32x32_ssse3()
215 coeff0 = load_tran_low(coeff_ptr + index); in vpx_quantize_b_32x32_ssse3()
216 coeff1 = load_tran_low(coeff_ptr + index + 8); in vpx_quantize_b_32x32_ssse3()
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c34 void vpx_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_neon() argument
60 const int16x8_t coeff = load_tran_low_to_s16q(coeff_ptr); in vpx_quantize_b_neon()
86 coeff_ptr += 8; in vpx_quantize_b_neon()
110 const int16x8_t coeff = load_tran_low_to_s16q(coeff_ptr); in vpx_quantize_b_neon()
137 coeff_ptr += 8; in vpx_quantize_b_neon()
191 void vpx_quantize_b_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_32x32_neon() argument
220 const int16x8_t coeff = load_tran_low_to_s16q(coeff_ptr); in vpx_quantize_b_32x32_neon()
246 coeff_ptr += 8; in vpx_quantize_b_32x32_neon()
268 const int16x8_t coeff = load_tran_low_to_s16q(coeff_ptr); in vpx_quantize_b_32x32_neon()
295 coeff_ptr += 8; in vpx_quantize_b_32x32_neon()
/external/libvpx/config/arm64/
Dvp9_rtcd.h43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs…
44 void vp9_fdct8x8_quant_neon(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coe…
86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const…
89 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,…
107 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
108 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int…
111 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
112 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, con…
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs…
44 void vp9_fdct8x8_quant_neon(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coe…
86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const…
89 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,…
107 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
108 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int…
111 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
112 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, con…
/external/libaom/libaom/aom_dsp/x86/
Dadaptive_quantize_sse2.c20 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_adaptive_sse2() argument
49 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_adaptive_sse2()
68 coeff0 = load_coefficients(coeff_ptr); in aom_quantize_b_adaptive_sse2()
69 coeff1 = load_coefficients(coeff_ptr + 8); in aom_quantize_b_adaptive_sse2()
132 coeff0 = load_coefficients(coeff_ptr + index); in aom_quantize_b_adaptive_sse2()
133 coeff1 = load_coefficients(coeff_ptr + index + 8); in aom_quantize_b_adaptive_sse2()
200 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_adaptive_sse2()
217 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_quantize_b_32x32_adaptive_sse2() argument
249 const int coeff = coeff_ptr[rc] * wt; in aom_quantize_b_32x32_adaptive_sse2()
277 coeff0 = load_coefficients(coeff_ptr); in aom_quantize_b_32x32_adaptive_sse2()
[all …]
Dhighbd_quantize_intrin_sse2.c18 void aom_highbd_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t count, in aom_highbd_quantize_b_sse2() argument
48 coeffs = _mm_load_si128((const __m128i *)(coeff_ptr + i * 4)); in aom_highbd_quantize_b_sse2()
66 coeffs = _mm_load_si128((const __m128i *)(coeff_ptr + i * 4)); in aom_highbd_quantize_b_sse2()
93 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_32x32_sse2() argument
121 coeffs = _mm_load_si128((const __m128i *)(coeff_ptr + i * 4)); in aom_highbd_quantize_b_32x32_sse2()
136 const int coeff = coeff_ptr[rc]; in aom_highbd_quantize_b_32x32_sse2()
151 const tran_low_t *coeff_ptr, intptr_t n_coeffs, const int16_t *zbin_ptr, in aom_highbd_quantize_b_64x64_sse2() argument
179 coeffs = _mm_load_si128((const __m128i *)(coeff_ptr + i * 4)); in aom_highbd_quantize_b_64x64_sse2()
194 const int coeff = coeff_ptr[rc]; in aom_highbd_quantize_b_64x64_sse2()
/external/libvpx/libvpx/vp9/common/
Dvp9_rtcd_defs.pl131 add_proto qw/void vp9_quantize_fp/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block…
134 add_proto qw/void vp9_quantize_fp_32x32/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip…
137 add_proto qw/void vp9_fdct8x8_quant/, "const int16_t *input, int stride, tran_low_t *coeff_ptr, int…
195 …add_proto qw/void vp9_highbd_quantize_fp/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, int sk…
197 …add_proto qw/void vp9_highbd_quantize_fp_32x32/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, …
/external/libvpx/config/x86/
Dvp9_rtcd.h45 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs…
46 void vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coe…
47 void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_co…
91 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const…
94 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block,…
112 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_…
113 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int…
116 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
/external/libvpx/libvpx/vp8/encoder/mips/mmi/
Dvp8_quantize_mmi.c18 z = coeff_ptr[rc]; \
35 const int16_t *coeff_ptr = b->coeff; in vp8_fast_quantize_b_mmi() local
188 : [coeff_ptr] "r"((mips_reg)coeff_ptr), in vp8_fast_quantize_b_mmi()
205 const int16_t *coeff_ptr = b->coeff; in vp8_regular_quantize_b_mmi() local

123