Searched refs:u_outpx2 (Results 1 – 2 of 2) sorted by relevance
45 unsigned long u_outpx, u_outpx2; in M4VFL_modifyLumaByStep() local116 u_outpx2 = ((((pix << lf1) + (pix << lf2) + (pix << lf3) ) >> LUM_FACTOR_MAX)<< 8) ; in M4VFL_modifyLumaByStep()117 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx); in M4VFL_modifyLumaByStep()134 unsigned long u_outpx, u_outpx2; in M4VFL_modifyLumaWithScale() local213 u_outpx2 = (((pix * lum_factor) >> LUM_FACTOR_MAX)<< 8) ; in M4VFL_modifyLumaWithScale()214 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx); in M4VFL_modifyLumaWithScale()
841 unsigned long u_outpx, u_outpx2; in M4VFL_modifyLumaWithScale() local920 u_outpx2 = (((pix * lum_factor) >> LUM_FACTOR_MAX)<< 8) ; in M4VFL_modifyLumaWithScale()921 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx); in M4VFL_modifyLumaWithScale()