HomeSort by relevance Sort by last modified time
    Searched refs:coeff_ptr (Results 1 - 8 of 8) sorted by null

  /external/libvpx/vp8/encoder/arm/
quantize_arm.c 28 extern int vp8_fast_quantize_b_neon_func(short *coeff_ptr, short *zbin_ptr, short *qcoeff_ptr, short *dqcoeff_ptr, short *dequant_ptr, const short *scan_mask, short *round_ptr, short *quant_ptr);
42 short *coeff_ptr = &b->Coeff[0];
54 z = coeff_ptr[i];
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 26 int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr,
33 short *coeff_ptr = &b->coeff[0]; local
42 coeff_ptr,
54 int vp8_mbblock_error_mmx_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
57 short *coeff_ptr = mb->block[0].coeff; local
59 return vp8_mbblock_error_mmx_impl(coeff_ptr, dcoef_ptr, dc);
91 int vp8_fast_quantize_b_impl_sse(short *coeff_ptr, short *zbin_ptr,
98 short *coeff_ptr = &b->coeff[0]; local
107 coeff_ptr,
119 int vp8_regular_quantize_b_impl_sse2(short *coeff_ptr, short *zbin_ptr
129 short *coeff_ptr = &b->coeff[0]; local
156 short *coeff_ptr = mb->block[0].coeff; local
    [all...]
encodeopt.asm 14 ;int vp8_block_error_xmm(short *coeff_ptr, short *dcoef_ptr)
24 mov rsi, arg(0) ;coeff_ptr
62 ;int vp8_block_error_mmx(short *coeff_ptr, short *dcoef_ptr)
73 mov rsi, arg(0) ;coeff_ptr
128 ;int vp8_mbblock_error_mmx_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
139 mov rsi, arg(0) ;coeff_ptr
205 ;int vp8_mbblock_error_xmm_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
216 mov rsi, arg(0) ;coeff_ptr
quantize_mmx.asm 14 ;int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr,
28 mov rsi, arg(0) ;coeff_ptr
289 ;int vp8_fast_quantize_b_impl_sse(short *coeff_ptr, short *zbin_ptr,
303 mov rsi, arg(0) ;coeff_ptr
quantize_sse2.asm 14 ;int vp8_regular_quantize_b_impl_sse2(short *coeff_ptr, short *zbin_ptr,
48 mov rdx, arg(0) ;coeff_ptr
  /external/libvpx/vp8/encoder/
quantize.c 26 short *coeff_ptr = &b->coeff[0]; local
43 z = coeff_ptr[rc];
73 short *coeff_ptr = &b->coeff[0]; local
91 z = coeff_ptr[rc];
127 short *coeff_ptr = &b->coeff[0]; local
143 z = coeff_ptr[rc];
171 short *coeff_ptr = &b->coeff[0]; local
188 z = coeff_ptr[rc];
229 short *coeff_ptr; local
236 coeff_ptr = &b->coeff[0]
    [all...]
encodemb.c 254 const short *coeff_ptr; local
290 coeff_ptr = &b->coeff[0];
347 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
359 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) &&
360 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc]))
  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 20 ; r0 short *coeff_ptr

Completed in 58 milliseconds