Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c345 int mbX, mbY; in calc_plane() local
348 mbY = DIV_ROUND_UP(height, S5P_FIMV_NUM_PIXELS_IN_MB_COL_V6); in calc_plane()
351 mbY = (mbY + 1) / 2 * 2; in calc_plane()
354 (mbY * S5P_FIMV_NUM_PIXELS_IN_MB_ROW_V6); in calc_plane()