HomeSort by relevance Sort by last modified time
    Searched refs:coeff_ptr (Results 1 - 9 of 9) 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; 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_sse2(short *coeff_ptr,
98 short *coeff_ptr = b->coeff; local
106 coeff_ptr,
118 int vp8_regular_quantize_b_impl_sse2(short *coeff_ptr, short *zbin_ptr
128 short *coeff_ptr = b->coeff; local
155 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_ssse3.asm 14 ;int vp8_fast_quantize_b_impl_ssse3(short *coeff_ptr
29 mov rdx, 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
quantize_sse2.asm 14 ;int vp8_regular_quantize_b_impl_sse2(short *coeff_ptr, short *zbin_ptr,
48 mov rdx, arg(0) ;coeff_ptr
257 ;int vp8_fast_quantize_b_impl_sse2(short *coeff_ptr,
283 mov rdx, arg(0) ;coeff_ptr
  /external/libvpx/vp8/encoder/
quantize.c 26 short *coeff_ptr = b->coeff; local
43 z = coeff_ptr[rc];
73 short *coeff_ptr = b->coeff; local
91 z = coeff_ptr[rc];
132 short *coeff_ptr; local
139 coeff_ptr = b->coeff;
155 z = coeff_ptr[rc];
186 short *coeff_ptr = b->coeff; local
197 z = coeff_ptr[rc];
221 short *coeff_ptr = b->coeff local
    [all...]
encodemb.c 267 const short *coeff_ptr; local
305 coeff_ptr = b->coeff;
362 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
374 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) &&
375 (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 89 milliseconds