Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h27 #define MI_MASK (MI_BLOCK_SIZE - 1) macro
Dvp9_onyxc_int.h411 PARTITION_CONTEXT *const left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in update_partition_context()
426 const PARTITION_CONTEXT *left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in partition_plane_context()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c867 twd->xd.left_seg_context + (mi_row & MI_MASK); in dec_partition_plane_context()
880 twd->xd.left_seg_context + (mi_row & MI_MASK); in dec_update_partition_context()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1849 ((mi_row & MI_MASK) * 2 >> xd->plane[p].subsampling_y), in restore_context()
1856 memcpy(xd->left_seg_context + (mi_row & MI_MASK), sl, in restore_context()
1880 ((mi_row & MI_MASK) * 2 >> xd->plane[p].subsampling_y), in save_context()
1886 memcpy(sl, xd->left_seg_context + (mi_row & MI_MASK), in save_context()