Home
last modified time | relevance | path

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

/frameworks/media/libvideoeditor/vss/video_filters/src/
DM4VFL_transition.c45 unsigned long u_outpx, u_outpx2; in M4VFL_modifyLumaByStep() local
116 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() local
213 u_outpx2 = (((pix * lum_factor) >> LUM_FACTOR_MAX)<< 8) ; in M4VFL_modifyLumaWithScale()
214 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx); in M4VFL_modifyLumaWithScale()
/frameworks/media/libvideoeditor/lvpp/
DVideoEditorTools.cpp841 unsigned long u_outpx, u_outpx2; in M4VFL_modifyLumaWithScale() local
920 u_outpx2 = (((pix * lum_factor) >> LUM_FACTOR_MAX)<< 8) ; in M4VFL_modifyLumaWithScale()
921 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx); in M4VFL_modifyLumaWithScale()