HomeSort by relevance Sort by last modified time
    Searched refs:u_outpx (Results 1 - 2 of 2) sorted by null

  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c 45 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/
VideoEditorTools.cpp 841 unsigned long u_outpx, u_outpx2; local
    [all...]

Completed in 46 milliseconds