HomeSort by relevance Sort by last modified time
    Searched refs:aoff (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.h 27 int aoff, int loff, int plane);
vp9_blockd.c 88 int aoff, int loff) {
89 ENTROPY_CONTEXT *const a = pd->above_context + aoff;
99 if (above_contexts + aoff > blocks_wide)
100 above_contexts = blocks_wide - aoff;
vp9_reconintra.c 391 int aoff, int loff, int plane) {
395 const int have_left = aoff || xd->left_available;
396 const int have_right = (aoff + txw) < bw;
397 const int x = aoff * 4;
vp9_blockd.h 304 int aoff, int loff);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconintra.h 25 int aoff, int loff, int plane);
vp9_blockd.c 101 int aoff, int loff) {
102 ENTROPY_CONTEXT *const a = pd->above_context + aoff;
112 if (above_contexts + aoff > blocks_wide)
113 above_contexts = blocks_wide - aoff;
vp9_blockd.h 323 int aoff, int loff);
vp9_reconintra.c 442 int aoff, int loff, int plane) {
448 const int x = aoff * 4;
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 213 int aoff, int loff) {
214 ENTROPY_CONTEXT *const a = pd->above_context + aoff;
224 if (above_contexts + aoff > blocks_wide)
225 above_contexts = blocks_wide - aoff;
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 427 int aoff, loff; local
428 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
430 aoff, loff);
495 int aoff, loff; local
496 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
498 pt = get_entropy_context(tx_size, pd->above_context + aoff,
540 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 173 int aoff, loff; local
174 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
176 aoff, loff);
239 int aoff, loff; local
240 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
242 pt = get_entropy_context(tx_size, pd->above_context + aoff,
285 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);

Completed in 142 milliseconds