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

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VFL_transition.c45 unsigned long u_outpx, u_outpx2; local
116 u_outpx2 = ((((pix << lf1) + (pix << lf2) + (pix << lf3) ) >> LUM_FACTOR_MAX)<< 8) ;
117 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx);
134 unsigned long u_outpx, u_outpx2; local
213 u_outpx2 = (((pix * lum_factor) >> LUM_FACTOR_MAX)<< 8) ;
214 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp841 unsigned long u_outpx, u_outpx2; local
920 u_outpx2 = (((pix * lum_factor) >> LUM_FACTOR_MAX)<< 8) ;
921 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx);

Completed in 75 milliseconds