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 27 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);
41 short *coeff_ptr = &b->Coeff[0];
53 z = coeff_ptr[i];
  /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
84 z = coeff_ptr[rc];
111 short *coeff_ptr = b->coeff; local
129 z = coeff_ptr[rc];
167 short *coeff_ptr; local
174 coeff_ptr = b->coeff;
190 z = coeff_ptr[rc];
223 short *coeff_ptr = b->coeff local
    [all...]
encodemb.c 268 const short *coeff_ptr; local
305 coeff_ptr = b->coeff;
364 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
376 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) &&
377 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc]))
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 25 int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr,
32 short *coeff_ptr = b->coeff; local
41 coeff_ptr,
53 int vp8_mbblock_error_mmx_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
56 short *coeff_ptr = mb->block[0].coeff; local
58 return vp8_mbblock_error_mmx_impl(coeff_ptr, dcoef_ptr, dc);
84 int vp8_fast_quantize_b_impl_sse2(short *coeff_ptr,
91 short *coeff_ptr = b->coeff; local
99 coeff_ptr,
109 int vp8_mbblock_error_xmm_impl(short *coeff_ptr, short *dcoef_ptr, int dc)
112 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 57 mov rdx, [rdi + vp8_block_coeff] ; coeff_ptr
242 ; (short *coeff_ptr, | 0
259 mov rdx, arg(0) ;coeff_ptr
  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 20 ; r0 short *coeff_ptr

Completed in 376 milliseconds