Searched defs:loff (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_blockd.c101 int aoff, int loff) {
103 ENTROPY_CONTEXT *const l = pd->left_context + loff;
129 if (left_contexts + loff > blocks_high)
130 left_contexts = blocks_high - loff;
99 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.c442 int aoff, int loff, int plane) {
449 const int y = loff * 4;
438 vp9_predict_intra_block(const MACROBLOCKD *xd, int block_idx, int bwl_in, TX_SIZE tx_size, MB_PREDICTION_MODE mode, const uint8_t *ref, int ref_stride, uint8_t *dst, int dst_stride, int aoff, int loff, int plane) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_tokenize.c173 int aoff, loff; local
174 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
176 aoff, loff);
239 int aoff, loff; local
240 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
243 pd->left_context + loff);
285 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, aoff, loff);

Completed in 106 milliseconds