Home
last modified time | relevance | path

Searched refs:dqcoeff_ptr (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/vp8/encoder/
Dquantize.c32 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_c() local
36 vpx_memset(dqcoeff_ptr, 0, 32); in vp8_fast_quantize_b_c()
56 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value in vp8_fast_quantize_b_c()
79 short *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b() local
84 vpx_memset(dqcoeff_ptr, 0, 32); in vp8_regular_quantize_b()
109 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value in vp8_regular_quantize_b()
136 short *dqcoeff_ptr; in vp8_strict_quantize_b() local
143 dqcoeff_ptr = d->dqcoeff; in vp8_strict_quantize_b()
147 vpx_memset(dqcoeff_ptr, 0, 32); in vp8_strict_quantize_b()
170 dqcoeff_ptr[rc] = x * dq; in vp8_strict_quantize_b()
[all …]
Dencodemb.c269 short *dqcoeff_ptr; in vp8_optimize_b() local
307 dqcoeff_ptr = d->dqcoeff; in vp8_optimize_b()
362 dx = dqcoeff_ptr[rc] - coeff_ptr[rc]; in vp8_optimize_b()
493 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; in vp8_optimize_b()
/external/libvpx/vp8/encoder/x86/
Dx86_csystemdependent.c29 short *quant_ptr, short *dqcoeff_ptr);
38 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_mmx() local
50 dqcoeff_ptr in vp8_fast_quantize_b_mmx()
94 short *quant_ptr, short *dqcoeff_ptr);
102 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_sse2() local
113 dqcoeff_ptr in vp8_fast_quantize_b_sse2()
121 short *quant_ptr, short *dqcoeff_ptr,
133 short *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b_sse2() local
146 dqcoeff_ptr, in vp8_regular_quantize_b_sse2()
186 short *quant_ptr, short *dqcoeff_ptr);
Dquantize_mmx.asm17 ; short *quant_ptr, short *dqcoeff_ptr);
67 mov rax, arg(7) ;dqcoeff_ptr
107 mov rax, arg(7) ;dqcoeff_ptr
148 mov rax, arg(7) ;dqcoeff_ptr
189 mov rax, arg(7) ;dqcoeff_ptr
Dquantize_ssse3.asm17 ; short *quant_ptr, short *dqcoeff_ptr);
56 mov rsi, arg(5) ;dqcoeff_ptr
Dquantize_sse2.asm17 ; short *quant_ptr, short *dqcoeff_ptr,
224 mov rsi, arg(7) ;dqcoeff_ptr
260 ; short *quant_ptr, short *dqcoeff_ptr);
313 mov rsi, arg(6) ;dqcoeff_ptr
/external/libvpx/vp8/encoder/arm/
Dquantize_arm.c28 …neon_func(short *coeff_ptr, short *zbin_ptr, short *qcoeff_ptr, short *dqcoeff_ptr, short *dequant…
/external/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.asm23 ; r3 short *dqcoeff_ptr