Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/
H A DFilm.c37 static int g_tile_w_mod = 0; variable
194 g_pitch = g_tile_width = g_tile_height = g_tile_w_mod = 0; in InitFilmDetection()
255 g_tile_w_mod = W_Mod1; in setHeight_Width()
258 g_tile_w_mod = W_Mod2; in setHeight_Width()
262 g_tile_w_mod = W_Mod1; in setHeight_Width()
275 int x_pos = (X_START & g_tile_w_mod) + base_x; in setHeight_Width()
450 x_pos = (x & g_tile_w_mod) + base_x; in detFieldOrderBot()
665 x_pos = (x & g_tile_w_mod) + base_x; in detFieldOrderTop()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maserati/vpu_v3/
H A DFilm.c37 static int g_tile_w_mod = 0; variable
194 g_pitch = g_tile_width = g_tile_height = g_tile_w_mod = 0; in InitFilmDetection()
255 g_tile_w_mod = W_Mod1; in setHeight_Width()
258 g_tile_w_mod = W_Mod2; in setHeight_Width()
262 g_tile_w_mod = W_Mod1; in setHeight_Width()
275 int x_pos = (X_START & g_tile_w_mod) + base_x; in setHeight_Width()
450 x_pos = (x & g_tile_w_mod) + base_x; in detFieldOrderBot()
665 x_pos = (x & g_tile_w_mod) + base_x; in detFieldOrderTop()