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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_chroma.cpp 46 uint8 pelu, pelc, pell; local
75 pelc = *ptr;
78 *ptr2++ = pelu + (pelc << 1) + pell;
79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
82 pelc = *ptr;
85 *ptr2++ = pelu + (pelc << 1) + pell;
86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
91 pelc = *ptr;
94 *ptr2 = pelu + (pelc << 1) + pell;
95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres)
    [all...]
adaptive_smooth_no_mmx.cpp 232 uint8 pelc; local
249 /containing pelc pixel / */
260 / that will contain current values of pelc that
265 *pelp++ = pelc = *Rec_Y_ptr; /* assigning value of pelc0 to pelc and
271 *sum_V_ptr++ = pelu + (pelc << 1) + pell; /* weighted sum of pelu0,
275 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr);
279 *pelp++ = pelc = *Rec_Y_ptr; /* assigning value of pelc1 to pelc and
285 *sum_V_ptr++ = pelu + (pelc << 1) + pell; /* weighted sum of pelu1
    [all...]

Completed in 106 milliseconds