Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/
H A DFieldDetection.c246 int InitFieldDetection(FODInfo *fod) in InitFieldDetection() argument
252 InitMemory(fod->width, fod->height, fod->tile_height, fod->tile_width); in InitFieldDetection()
253 return setHeight_Width(fod); in InitFieldDetection()
H A DFilm.c239 int setHeight_Width(FODInfo *fod) in setHeight_Width() argument
243 g_Height = fod->height; in setHeight_Width()
244 g_Width = fod->width; in setHeight_Width()
245 g_Height_remain = (g_Height % fod->tile_height); in setHeight_Width()
246 g_tile_width = fod->tile_width; in setHeight_Width()
247 g_tile_height = fod->tile_height; in setHeight_Width()
287 if (g_pitch != fod->pitch) { in setHeight_Width()
292 fod->tile_width, in setHeight_Width()
293 fod->tile_height); in setHeight_Width()
H A DFilm.h10 int setHeight_Width(FODInfo *fod);
H A DFieldDetection.h49 int InitFieldDetection(FODInfo *fod);
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maserati/vpu_v3/
H A DFieldDetection.c246 int InitFieldDetection(FODInfo *fod) in InitFieldDetection() argument
252 InitMemory(fod->width, fod->height, fod->tile_height, fod->tile_width); in InitFieldDetection()
253 return setHeight_Width(fod); in InitFieldDetection()
H A DFilm.c239 int setHeight_Width(FODInfo *fod) in setHeight_Width() argument
243 g_Height = fod->height; in setHeight_Width()
244 g_Width = fod->width; in setHeight_Width()
245 g_Height_remain = (g_Height % fod->tile_height); in setHeight_Width()
246 g_tile_width = fod->tile_width; in setHeight_Width()
247 g_tile_height = fod->tile_height; in setHeight_Width()
287 if (g_pitch != fod->pitch) { in setHeight_Width()
292 fod->tile_width, in setHeight_Width()
293 fod->tile_height); in setHeight_Width()
H A DFilm.h10 int setHeight_Width(FODInfo *fod);
H A DFieldDetection.h49 int InitFieldDetection(FODInfo *fod);