Searched refs:loff (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/vp9/common/ |
D | vp9_blockd.c | 89 int aoff, int loff) { in vp9_set_contexts() argument 91 ENTROPY_CONTEXT *const l = pd->left_context + loff; in vp9_set_contexts() 115 if (left_contexts + loff > blocks_high) left_contexts = blocks_high - loff; 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 411 const int have_top = loff || (xd->above_mi != NULL); in vp9_predict_intra_block() 415 const int y = loff * 4; in vp9_predict_intra_block()
|
D | vp9_blockd.h | 294 int aoff, int loff);
|
/external/libaom/av1/common/ |
D | blockd.c | 32 int has_eob, int aoff, int loff) { in av1_set_entropy_contexts() argument 34 ENTROPY_CONTEXT *const l = pd->left_entropy_context + loff; in av1_set_entropy_contexts() 51 const int left_contexts = AOMMIN(txs_high, blocks_high - loff); in av1_set_entropy_contexts()
|
D | blockd.h | 1409 int has_eob, int aoff, int loff);
|
/external/kernel-headers/original/uapi/linux/ |
D | scif_ioctl.h | 179 __s64 loff; member
|
/external/ltp/scripts/ |
D | checkpatch.pl | 1615 my $loff = 0; 1636 $loff = $len; 1724 $loff = $len + 1; 1738 $line, $remain + 1, $off - $loff + 1, $level);
|
/external/libexif/m4m/ |
D | stdint.m4 | 446 /* note: all ELF-systems seem to have loff-support which needs 64-bit */
|