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

  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 229 int aoff, loff, eob; local
231 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
236 pd->above_context + aoff, pd->left_context + loff);
238 set_contexts(xd, pd, plane_bsize, tx_size, eob > 0, aoff, loff);
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 105 int aoff, loff; local
106 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
107 set_contexts(xd, pd, plane_bsize, tx_size, pd->eobs[block] > 0, aoff, loff);
134 int aoff, loff; local
135 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
137 A = pd->above_context + aoff;
179 set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);
  /external/tcpdump/
print-bgp.c 1799 int alen, aoff; local
    [all...]

Completed in 138 milliseconds