HomeSort by relevance Sort by last modified time
    Searched defs:qcoeff_ptr (Results 1 - 6 of 6) sorted by null

  /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/encoder/x86/
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,
  /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);

Completed in 552 milliseconds