HomeSort by relevance Sort by last modified time
    Searched defs:alloc_mi (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_alloccommon.c 55 static int alloc_mi(VP9_COMMON *cm, int mi_size) { function
129 if (alloc_mi(cm, cm->mi_stride * (cm->mi_rows + MI_BLOCK_SIZE)))
192 if (alloc_mi(cm, cm->mi_stride * (cm->mi_rows + MI_BLOCK_SIZE)))
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 205 int (*alloc_mi)(struct VP9Common *cm, int mi_size); member in struct:VP9Common

Completed in 152 milliseconds