Home
last modified time | relevance | path

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

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