Searched refs:aoff (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/utils/ |
D | pxelinux-options | 210 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/ |
D | vp9_blockd.c | 89 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()
|
D | vp9_reconintra.h | 26 int aoff, int loff, int plane);
|
D | vp9_reconintra.c | 408 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()
|
D | vp9_blockd.h | 282 int aoff, int loff);
|