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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 25 short *qcoeff_ptr, short *dequant_ptr,
35 short *qcoeff_ptr = d->qcoeff; local
42 qcoeff_ptr,
quantize_sse2.c 30 qcoeff_ptr[z] = y[z]; \
40 short *qcoeff_ptr = d->qcoeff; local
59 vpx_memset(qcoeff_ptr, 0, 32);
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 25 short *qcoeff_ptr, short *dequant_ptr,
35 short *qcoeff_ptr = d->qcoeff; local
42 qcoeff_ptr,
quantize_sse2.c 30 qcoeff_ptr[z] = y[z]; \
40 short *qcoeff_ptr = d->qcoeff; local
59 vpx_memset(qcoeff_ptr, 0, 32);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 25 short *qcoeff_ptr, short *dequant_ptr,
35 short *qcoeff_ptr = d->qcoeff; local
42 qcoeff_ptr,
quantize_sse2.c 30 qcoeff_ptr[z] = y[z]; \
40 short *qcoeff_ptr = d->qcoeff; local
59 vpx_memset(qcoeff_ptr, 0, 32);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
detokenize.c 180 short *qcoeff_ptr; local
188 qcoeff_ptr = &x->qcoeff[0];
197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16);
217 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr);
223 qcoeff_ptr += 16;
235 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr);
240 qcoeff_ptr += 16;
  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 180 short *qcoeff_ptr; local
188 qcoeff_ptr = &x->qcoeff[0];
197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16);
217 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr);
223 qcoeff_ptr += 16;
235 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr);
240 qcoeff_ptr += 16;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
detokenize.c 180 short *qcoeff_ptr; local
188 qcoeff_ptr = &x->qcoeff[0];
197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16);
217 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr);
223 qcoeff_ptr += 16;
235 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr);
240 qcoeff_ptr += 16;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
quantize.c 32 short *qcoeff_ptr = d->qcoeff; local
36 vpx_memset(qcoeff_ptr, 0, 32);
56 qcoeff_ptr[rc] = x; /* write to destination */
77 short *qcoeff_ptr = d->qcoeff; local
92 qcoeff_ptr[rc] = x; /* write to destination */
117 short *qcoeff_ptr = d->qcoeff; local
122 vpx_memset(qcoeff_ptr, 0, 32);
144 qcoeff_ptr[rc] = x; /* write to destination */
171 short *qcoeff_ptr; local
178 qcoeff_ptr = d->qcoeff
228 short *qcoeff_ptr = d->qcoeff; local
    [all...]
tokenize.c 115 const short *qcoeff_ptr; local
122 qcoeff_ptr = b->qcoeff;
142 v = qcoeff_ptr[0];
158 v = qcoeff_ptr[rc];
206 const short *qcoeff_ptr; local
219 qcoeff_ptr = b->qcoeff;
241 v = qcoeff_ptr[c];
259 v = qcoeff_ptr[rc];
294 qcoeff_ptr = b->qcoeff;
314 v = qcoeff_ptr[0]
    [all...]
encodemb.c 233 short *qcoeff_ptr; local
270 qcoeff_ptr = d->qcoeff;
297 x = qcoeff_ptr[rc];
458 qcoeff_ptr[rc] = x;
rdopt.c 527 short *qcoeff_ptr = b->qcoeff; local
534 const int v = qcoeff_ptr[vp8_default_zig_zag1d[c]];
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 32 short *qcoeff_ptr = d->qcoeff; local
36 vpx_memset(qcoeff_ptr, 0, 32);
56 qcoeff_ptr[rc] = x; /* write to destination */
77 short *qcoeff_ptr = d->qcoeff; local
92 qcoeff_ptr[rc] = x; /* write to destination */
117 short *qcoeff_ptr = d->qcoeff; local
122 vpx_memset(qcoeff_ptr, 0, 32);
144 qcoeff_ptr[rc] = x; /* write to destination */
171 short *qcoeff_ptr; local
178 qcoeff_ptr = d->qcoeff
228 short *qcoeff_ptr = d->qcoeff; local
    [all...]
tokenize.c 115 const short *qcoeff_ptr; local
122 qcoeff_ptr = b->qcoeff;
142 v = qcoeff_ptr[0];
158 v = qcoeff_ptr[rc];
206 const short *qcoeff_ptr; local
219 qcoeff_ptr = b->qcoeff;
241 v = qcoeff_ptr[c];
259 v = qcoeff_ptr[rc];
294 qcoeff_ptr = b->qcoeff;
314 v = qcoeff_ptr[0]
    [all...]
encodemb.c 233 short *qcoeff_ptr; local
270 qcoeff_ptr = d->qcoeff;
297 x = qcoeff_ptr[rc];
458 qcoeff_ptr[rc] = x;
rdopt.c 527 short *qcoeff_ptr = b->qcoeff; local
534 const int v = qcoeff_ptr[vp8_default_zig_zag1d[c]];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
quantize.c 32 short *qcoeff_ptr = d->qcoeff; local
36 vpx_memset(qcoeff_ptr, 0, 32);
56 qcoeff_ptr[rc] = x; /* write to destination */
77 short *qcoeff_ptr = d->qcoeff; local
92 qcoeff_ptr[rc] = x; /* write to destination */
117 short *qcoeff_ptr = d->qcoeff; local
122 vpx_memset(qcoeff_ptr, 0, 32);
144 qcoeff_ptr[rc] = x; /* write to destination */
171 short *qcoeff_ptr; local
178 qcoeff_ptr = d->qcoeff
228 short *qcoeff_ptr = d->qcoeff; local
    [all...]
tokenize.c 115 const short *qcoeff_ptr; local
122 qcoeff_ptr = b->qcoeff;
142 v = qcoeff_ptr[0];
158 v = qcoeff_ptr[rc];
206 const short *qcoeff_ptr; local
219 qcoeff_ptr = b->qcoeff;
241 v = qcoeff_ptr[c];
259 v = qcoeff_ptr[rc];
294 qcoeff_ptr = b->qcoeff;
314 v = qcoeff_ptr[0]
    [all...]
encodemb.c 233 short *qcoeff_ptr; local
270 qcoeff_ptr = d->qcoeff;
297 x = qcoeff_ptr[rc];
458 qcoeff_ptr[rc] = x;
rdopt.c 527 short *qcoeff_ptr = b->qcoeff; local
534 const int v = qcoeff_ptr[vp8_default_zig_zag1d[c]];
    [all...]

Completed in 350 milliseconds