Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/
H A DFilm.c274 int base_x = (X_START >> g_tile_w_shift) * (g_tile_width * TILE_Height); in setHeight_Width() local
275 int x_pos = (X_START & g_tile_w_mod) + base_x; in setHeight_Width()
404 int base_x = 0; in detFieldOrderBot() local
449 base_x = (x >> g_tile_w_shift) * (g_tile_width * TILE_Height); in detFieldOrderBot()
450 x_pos = (x & g_tile_w_mod) + base_x; in detFieldOrderBot()
613 int base_x = 0; in detFieldOrderTop() local
664 base_x = (x >> g_tile_w_shift) * (g_tile_width * TILE_Height); in detFieldOrderTop()
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.c274 int base_x = (X_START >> g_tile_w_shift) * (g_tile_width * TILE_Height); in setHeight_Width() local
275 int x_pos = (X_START & g_tile_w_mod) + base_x; in setHeight_Width()
404 int base_x = 0; in detFieldOrderBot() local
449 base_x = (x >> g_tile_w_shift) * (g_tile_width * TILE_Height); in detFieldOrderBot()
450 x_pos = (x & g_tile_w_mod) + base_x; in detFieldOrderBot()
613 int base_x = 0; in detFieldOrderTop() local
664 base_x = (x >> g_tile_w_shift) * (g_tile_width * TILE_Height); in detFieldOrderTop()
665 x_pos = (x & g_tile_w_mod) + base_x; in detFieldOrderTop()