Searched refs:aligned_mi_cols (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c875 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); local
915 sizeof(*cm->above_context) * MAX_MB_PLANE * 2 * aligned_mi_cols);
917 sizeof(*cm->above_seg_context) * aligned_mi_cols);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2414 const int aligned_mi_cols = mi_cols_aligned_to_sb(cm->mi_cols); local
2436 2 * aligned_mi_cols * MAX_MB_PLANE);
2438 sizeof(*xd->above_seg_context) * aligned_mi_cols);

Completed in 26 milliseconds