Searched refs:fod (Results 1 – 8 of 8) sorted by relevance
246 int InitFieldDetection(FODInfo *fod) in InitFieldDetection() argument252 InitMemory(fod->width, fod->height, fod->tile_height, fod->tile_width); in InitFieldDetection()253 return setHeight_Width(fod); in InitFieldDetection()
239 int setHeight_Width(FODInfo *fod) in setHeight_Width() argument243 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()
10 int setHeight_Width(FODInfo *fod);
49 int InitFieldDetection(FODInfo *fod);