Home
last modified time | relevance | path

Searched defs:mb_num (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_alloccommon.c29 void vp9_set_mb_size(int *mb_rows, int *mb_cols, int *mb_num, int mi_rows, in vp9_set_mb_size()
/aosp_15_r20/external/libvpx/vp8/decoder/
H A Ddecodemv.c535 int mb_num = mb_row * pbi->common.mb_cols + mb_col; in vp8_decode_mode_mvs() local