Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/
H A DFilm.c33 static int g_Width_remain = 0; variable
193 g_Height = g_Width = g_Height_remain = g_Width_remain = 0; in InitFilmDetection()
267 g_Width_remain = (g_Width % g_tile_width); in setHeight_Width()
268 pad_w = (g_Width_remain != 0) ? g_tile_width - g_Width_remain : 0; in setHeight_Width()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maserati/vpu_v3/
H A DFilm.c33 static int g_Width_remain = 0; variable
193 g_Height = g_Width = g_Height_remain = g_Width_remain = 0; in InitFilmDetection()
267 g_Width_remain = (g_Width % g_tile_width); in setHeight_Width()
268 pad_w = (g_Width_remain != 0) ? g_tile_width - g_Width_remain : 0; in setHeight_Width()