Searched refs:loff (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/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 | 287 int aoff, int loff);
|
/external/libaom/libaom/av1/common/ |
D | blockd.c | 33 int has_eob, int aoff, int loff) { in av1_set_contexts() argument 35 ENTROPY_CONTEXT *const l = pd->left_context + loff; in av1_set_contexts() 52 const int left_contexts = AOMMIN(txs_high, blocks_high - loff); in av1_set_contexts()
|
D | reconintra.h | 35 int dst_stride, int aoff, int loff, int plane);
|
D | blockd.h | 958 int has_eob, int aoff, int loff);
|
/external/kernel-headers/original/uapi/linux/ |
D | scif_ioctl.h | 179 __s64 loff; member
|
/external/u-boot/scripts/ |
D | checkpatch.pl | 1314 my $loff = 0; 1335 $loff = $len; 1423 $loff = $len + 1; 1437 $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 */
|
/external/libmtp/m4/ |
D | stdint.m4 | 444 /* note: all ELF-systems seem to have loff-support which needs 64-bit */
|