Searched refs:u_outpx (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
114 u_outpx = (((pix << lf1) + (pix << lf2) + (pix << lf3) ) >> LUM_FACTOR_MAX);
117 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx);
134 unsigned long u_outpx, u_outpx2; local
211 u_outpx = ((pix * lum_factor) >> LUM_FACTOR_MAX);
214 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp841 unsigned long u_outpx, u_outpx2; local
918 u_outpx = ((pix * lum_factor) >> LUM_FACTOR_MAX);
921 *p_dest++ = (unsigned short) (u_outpx2 | u_outpx);

Completed in 1280 milliseconds