Home
last modified time | relevance | path

Searched refs:aoff (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/utils/
Dpxelinux-options210 my($mzmagic, $junk, $magic, $len, $flags, $boff, $blen, $aoff, $alen)
230 $aoff = $boff + $blen;
255 return undef unless (seek($file, $aoff, SEEK_SET));
257 $patch_start = $aoff if ($aoff < $patch_start);
269 my $aoff = 0;
292 $aoff = $patch_start;
303 my $hdr = pack("VVVV", $boff, length($bdata), $aoff, length($adata));
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c89 int aoff, int loff) { in vp9_set_contexts() argument
90 ENTROPY_CONTEXT *const a = pd->above_context + aoff; in vp9_set_contexts()
100 if (above_contexts + aoff > blocks_wide) in vp9_set_contexts()
101 above_contexts = blocks_wide - aoff; in vp9_set_contexts()
Dvp9_reconintra.h26 int aoff, int loff, int plane);
Dvp9_reconintra.c408 int aoff, int loff, int plane) { in vp9_predict_intra_block() argument
412 const int have_left = aoff || (xd->left_mi != NULL); in vp9_predict_intra_block()
413 const int have_right = (aoff + txw) < bw; in vp9_predict_intra_block()
414 const int x = aoff * 4; in vp9_predict_intra_block()
Dvp9_blockd.h282 int aoff, int loff);