Searched refs:lf3 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VFL_transition.c47 unsigned long lf1, lf2, lf3; local
79 lf1 = 6; lf2 = 6; lf3 = 7;
83 lf1 = 7; lf2 = 7; lf3 = 7;
87 lf1 = 7; lf2 = 7; lf3 = 8;
91 lf1 = 7; lf2 = 8; lf3 = 8;
95 lf1 = 8; lf2 = 8; lf3 = 8;
99 lf1 = 9; lf2 = 8; lf3 = 7;
102 lf1 = 8; lf2 = 8; lf3 = 9;
114 u_outpx = (((pix << lf1) + (pix << lf2) + (pix << lf3) ) >> LUM_FACTOR_MAX);
116 u_outpx2 = ((((pix << lf1) + (pix << lf2) + (pix << lf3) ) >> LUM_FACTOR_MA
[all...]

Completed in 5 milliseconds