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

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 92 int aoff, loff; local
93 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
94 set_contexts(xd, pd, plane_bsize, tx_size, pd->eobs[block] > 0, aoff, loff);
120 int aoff, loff; local
121 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
125 pt = get_entropy_context(tx_size, pd->above_context + aoff,
162 set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 455 int has_eob, int aoff, int loff) {
456 ENTROPY_CONTEXT *const a = pd->above_context + aoff;
466 if (above_contexts + aoff > blocks_wide)
467 above_contexts = blocks_wide - aoff;
  /external/tcpdump/
print-bgp.c 1799 int alen, aoff; local
    [all...]

Completed in 996 milliseconds