Searched refs:g_tile_width (Results 1 – 2 of 2) sorted by relevance
35 static int g_tile_width = 0; variable194 g_pitch = g_tile_width = g_tile_height = g_tile_w_mod = 0; in InitFilmDetection()246 g_tile_width = fod->tile_width; in setHeight_Width()254 if (g_tile_width == TILE_Width1) { in setHeight_Width()257 } else if (g_tile_width == TILE_Width2) { in setHeight_Width()263 g_tile_width = TILE_Width1; in setHeight_Width()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()273 int base_y = g_tile_width*(Y_START & H_Mod) + (Y_START >> H_shift) * (TILE_Height * g_pitch); in setHeight_Width()274 int base_x = (X_START >> g_tile_w_shift) * (g_tile_width * TILE_Height); in setHeight_Width()[all …]