Searched refs:loff (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconintra.h27 int aoff, int loff, int plane);
H A Dvp9_blockd.c88 int aoff, int loff) {
90 ENTROPY_CONTEXT *const l = pd->left_context + loff;
116 if (left_contexts + loff > blocks_high)
117 left_contexts = blocks_high - loff;
86 vp9_set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, int aoff, int loff) argument
H A Dvp9_reconintra.c391 int aoff, int loff, int plane) {
394 const int have_top = loff || xd->up_available;
398 const int y = loff * 4;
387 vp9_predict_intra_block(const MACROBLOCKD *xd, int bwl_in, TX_SIZE tx_size, PREDICTION_MODE mode, const uint8_t *ref, int ref_stride, uint8_t *dst, int dst_stride, int aoff, int loff, int plane) argument
H A Dvp9_blockd.h304 int aoff, int loff);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c213 int aoff, int loff) {
215 ENTROPY_CONTEXT *const l = pd->left_context + loff;
241 if (left_contexts + loff > blocks_high)
242 left_contexts = blocks_high - loff;
211 dec_set_contexts(const MACROBLOCKD *xd, struct macroblockd_plane *pd, TX_SIZE tx_size, int has_eob, int aoff, int loff) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c427 int aoff, loff; local
428 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
430 aoff, loff);
495 int aoff, loff; local
496 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
499 pd->left_context + loff);
540 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);
/external/kernel-headers/original/uapi/linux/
H A Dscif_ioctl.h171 * @loff: local offset
178 __s64 loff; member in struct:scifioctl_fence_signal
/external/valgrind/helgrind/
H A Dlibhb_core.c3570 UWord loff = (a - atag) / 8; local
3575 UShort u16 = line->u16s[loff];
3576 line->u16s[loff] = u16 & ~mask; /* clear them */
3587 UWord loff = (a - atag) / 8; local
3589 line->u16s[loff] = 0;
3777 UWord loff = (a - atag) / 8; local
3781 UShort u16 = line->u16s[loff];
3783 line->u16s[loff] = u16 | mask; /* set them */
3791 line->u16s[loff] = mask;
3805 UWord loff local
3833 UWord loff = (a - atag) / 8; local
3860 UWord loff = (a - atag) / 8; local
3892 UWord loff = (a - atag) / 8; local
3920 UWord loff = (a - atag) / 8; local
3948 UWord loff = (a - atag) / 8; local
3975 UWord loff = (a - atag) / 8; local
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 379 milliseconds