HomeSort by relevance Sort by last modified time
    Searched refs:qcoeff_ptr (Results 1 - 11 of 11) 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);
45 short *qcoeff_ptr = d->qcoeff;
63 qcoeff_ptr[i] = x1; // write to destination
73 qcoeff_ptr[i] = 0; // write to destination
  /external/libvpx/vp8/encoder/
quantize.c 31 short *qcoeff_ptr = d->qcoeff; local
35 vpx_memset(qcoeff_ptr, 0, 32);
55 qcoeff_ptr[rc] = x; // write to destination
76 short *qcoeff_ptr = d->qcoeff; local
91 qcoeff_ptr[rc] = x; // write to destination
116 short *qcoeff_ptr = d->qcoeff; local
121 vpx_memset(qcoeff_ptr, 0, 32);
143 qcoeff_ptr[rc] = x; // write to destination
170 short *qcoeff_ptr; local
177 qcoeff_ptr = d->qcoeff
227 short *qcoeff_ptr = d->qcoeff; local
    [all...]
tokenize.c 112 const short *qcoeff_ptr = b->qcoeff; local
122 const int v = qcoeff_ptr[rc];
163 const short *qcoeff_ptr = b->qcoeff; local
175 const int v = qcoeff_ptr[rc];
encodemb.c 269 short *qcoeff_ptr; local
306 qcoeff_ptr = d->qcoeff;
333 x = qcoeff_ptr[rc];
494 qcoeff_ptr[rc] = x;
rdopt.c 490 short *qcoeff_ptr = b->qcoeff; local
494 # define QC( I) ( qcoeff_ptr [vp8_default_zig_zag1d[I]] )
    [all...]
  /external/libvpx/vp8/decoder/
detokenize.c 157 qcoeff_ptr [ scan[c] ] = (INT16) v; \
160 qcoeff_ptr [ scan[15] ] = (INT16) v; \
206 INT16 *qcoeff_ptr; local
221 qcoeff_ptr = &x->qcoeff[0];
228 qcoeff_ptr += 24*16;
330 qcoeff_ptr [ scan[c] ] = (INT16) v;
335 qcoeff_ptr [ scan[15] ] = (INT16) v;
339 qcoeff_ptr += 16;
352 qcoeff_ptr -= (24*16 + 16);
  /external/libvpx/vp8/encoder/x86/
quantize_mmx.asm 15 ; short *qcoeff_ptr,short *dequant_ptr,
58 mov rdi, arg(2) ;qcoeff_ptr
98 mov rdi, arg(2) ;qcoeff_ptr
139 mov rdi, arg(2) ;qcoeff_ptr
180 mov rdi, arg(2) ;qcoeff_ptr
196 mov rsi, arg(2) ;qcoeff_ptr
x86_csystemdependent.c 26 short *qcoeff_ptr, short *dequant_ptr,
36 short *qcoeff_ptr = d->qcoeff; local
43 qcoeff_ptr,
85 short *qcoeff_ptr, short *dequant_ptr,
94 short *qcoeff_ptr = d->qcoeff; local
100 qcoeff_ptr,
141 short *qcoeff_ptr, short *dequant_ptr,
quantize_ssse3.asm 15 ; short *qcoeff_ptr,short *dequant_ptr,
54 mov rdi, arg(1) ;qcoeff_ptr
quantize_sse2.asm 149 mov WORD PTR[rsp + qcoeff + rdx*2], di ;qcoeff_ptr[rc] = temp_qcoeff[rc]
193 mov rcx, [rdi + vp8_blockd_qcoeff] ; qcoeff_ptr
243 ; short *qcoeff_ptr, | 1
287 mov rdi, arg(1) ;qcoeff_ptr
  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 22 ; r2 short *qcoeff_ptr

Completed in 73 milliseconds