HomeSort by relevance Sort by last modified time
    Searched refs:dqcoeff_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);
47 short *dqcoeff_ptr= d->dqcoeff;
65 dqcoeff_ptr[i] = x1 * dequant_ptr[i]; // dequantized value
75 dqcoeff_ptr[i] = 0; // dequantized value
  /external/libvpx/vp8/encoder/
quantize.c 32 short *dqcoeff_ptr = d->dqcoeff; local
36 vpx_memset(dqcoeff_ptr, 0, 32);
56 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value
79 short *dqcoeff_ptr = d->dqcoeff; local
84 vpx_memset(dqcoeff_ptr, 0, 32);
109 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; // dequantized value
136 short *dqcoeff_ptr; local
143 dqcoeff_ptr = d->dqcoeff;
147 vpx_memset(dqcoeff_ptr, 0, 32);
170 dqcoeff_ptr[rc] = x * dq
190 short *dqcoeff_ptr = d->dqcoeff; local
226 short *dqcoeff_ptr = d->dqcoeff; local
    [all...]
encodemb.c 269 short *dqcoeff_ptr; local
307 dqcoeff_ptr = d->dqcoeff;
362 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
493 dqcoeff_ptr[rc] = x * dequant_ptr[rc];
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 29 short *quant_ptr, short *dqcoeff_ptr);
38 short *dqcoeff_ptr = d->dqcoeff; local
50 dqcoeff_ptr
94 short *quant_ptr, short *dqcoeff_ptr);
102 short *dqcoeff_ptr = d->dqcoeff; local
113 dqcoeff_ptr
121 short *quant_ptr, short *dqcoeff_ptr,
133 short *dqcoeff_ptr = d->dqcoeff; local
146 dqcoeff_ptr,
186 short *quant_ptr, short *dqcoeff_ptr);
    [all...]
quantize_mmx.asm 17 ; 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
quantize_ssse3.asm 17 ; short *quant_ptr, short *dqcoeff_ptr);
56 mov rsi, arg(5) ;dqcoeff_ptr
quantize_sse2.asm 17 ; 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/neon/
fastquantizeb_neon.asm 23 ; r3 short *dqcoeff_ptr

Completed in 1408 milliseconds