Home
last modified time | relevance | path

Searched refs:MI_MASK (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_enums.h26 #define MI_MASK (MI_BLOCK_SIZE - 1) macro
Dvp9_onyxc_int.h304 PARTITION_CONTEXT *const left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in update_partition_context()
320 const PARTITION_CONTEXT *left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in partition_plane_context()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1178 + ((mi_row & MI_MASK) * 2 >> xd->plane[p].subsampling_y), in restore_context()
1185 vpx_memcpy(xd->left_seg_context + (mi_row & MI_MASK), sl, in restore_context()
1211 + ((mi_row & MI_MASK) * 2 >> xd->plane[p].subsampling_y), in save_context()
1217 vpx_memcpy(sl, xd->left_seg_context + (mi_row & MI_MASK), in save_context()