Home | History | Annotate | Download | only in src

Lines Matching full:pelu

46     uint8 pelu, pelc, pell;
74 pelu = *(ptr - width);
78 *ptr2++ = pelu + (pelc << 1) + pell;
79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
81 pelu = *(ptr - width);
85 *ptr2++ = pelu + (pelc << 1) + pell;
86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
90 pelu = *(ptr - width);
94 *ptr2 = pelu + (pelc << 1) + pell;
95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
140 pelu = *(ptr - width);
144 *ptr2++ = pelu + (pelc << 1) + pell;
145 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
147 pelu = *(ptr - width);
151 *ptr2++ = pelu + (pelc << 1) + pell;
152 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
156 pelu = *(ptr - width);
160 *ptr2 = pelu + (pelc << 1) + pell;
161 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);