HomeSort by relevance Sort by last modified time
    Searched refs:MI_MASK (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 22 #define MI_MASK (MI_BLOCK_SIZE - 1)
vp9_onyxc_int.h 259 xd->left_seg_context = cm->left_seg_context + (mi_row & MI_MASK);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 724 + ((mi_row & MI_MASK) * 2 >> xd->plane[p].subsampling_y),
731 vpx_memcpy(cm->left_seg_context + (mi_row & MI_MASK), sl,
758 + ((mi_row & MI_MASK) * 2 >> xd->plane[p].subsampling_y),
764 vpx_memcpy(sl, cm->left_seg_context + (mi_row & MI_MASK),
    [all...]

Completed in 668 milliseconds