Searched defs:uc_h_scale (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpnw_hostjpeg.c609 IMG_UINT8 uc_h_scale_max = 0, uc_v_scale_max = 0, uc_h_scale = 0; local
692 uc_h_scale = (ui16_comp_width * uc_h_scale_max) /
697 uiBlockCount += (uc_h_scale * uc_v_scale);
704 uc_h_scale <<= 1;
720 SetupMCUDetails(pContext, uc_i , uc_h_scale, uc_v_scale, ui16_comp_height, ui16_comp_width);

Completed in 10 milliseconds