Searched refs:loff (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.c | 88 int aoff, int loff) { in vp9_set_contexts() argument 90 ENTROPY_CONTEXT *const l = pd->left_context + loff; in vp9_set_contexts() 116 if (left_contexts + loff > blocks_high) in vp9_set_contexts() 117 left_contexts = blocks_high - loff; in vp9_set_contexts()
|
D | vp9_reconintra.h | 27 int aoff, int loff, int plane);
|
D | vp9_reconintra.c | 391 int aoff, int loff, int plane) { in vp9_predict_intra_block() argument 394 const int have_top = loff || xd->up_available; in vp9_predict_intra_block() 398 const int y = loff * 4; in vp9_predict_intra_block()
|
D | vp9_blockd.h | 304 int aoff, int loff);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 427 int aoff, loff; in set_entropy_context_b() local 428 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); in set_entropy_context_b() 430 aoff, loff); in set_entropy_context_b() 495 int aoff, loff; in tokenize_b() local 496 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); in tokenize_b() 499 pd->left_context + loff); in tokenize_b() 540 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff); in tokenize_b()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 213 int aoff, int loff) { in dec_set_contexts() argument 215 ENTROPY_CONTEXT *const l = pd->left_context + loff; in dec_set_contexts() 241 if (left_contexts + loff > blocks_high) in dec_set_contexts() 242 left_contexts = blocks_high - loff; in dec_set_contexts()
|
/external/valgrind/helgrind/ |
D | libhb_core.c | 3570 UWord loff = (a - atag) / 8; in Filter__clear_1byte() local 3575 UShort u16 = line->u16s[loff]; in Filter__clear_1byte() 3576 line->u16s[loff] = u16 & ~mask; /* clear them */ in Filter__clear_1byte() 3587 UWord loff = (a - atag) / 8; in Filter__clear_8bytes_aligned() local 3589 line->u16s[loff] = 0; in Filter__clear_8bytes_aligned() 3777 UWord loff = (a - atag) / 8; in Filter__ok_to_skip_crd64() local 3781 UShort u16 = line->u16s[loff]; in Filter__ok_to_skip_crd64() 3783 line->u16s[loff] = u16 | mask; /* set them */ in Filter__ok_to_skip_crd64() 3791 line->u16s[loff] = mask; in Filter__ok_to_skip_crd64() 3805 UWord loff = (a - atag) / 8; in Filter__ok_to_skip_crd32() local [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | scif_ioctl.h | 178 __s64 loff; member
|
/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 */
|