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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_chroma.cpp 46 uint8 pelu, pelc, pell; local
76 pell = *(ptr + width);
78 *ptr2++ = pelu + (pelc << 1) + pell;
79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
83 pell = *(ptr + width);
85 *ptr2++ = pelu + (pelc << 1) + pell;
86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
92 pell = *(ptr + width);
94 *ptr2 = pelu + (pelc << 1) + pell;
95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres)
    [all...]
adaptive_smooth_no_mmx.cpp 233 uint8 pell; local
269 pell = *(Rec_Y_ptr + width); /* assigning value of pell0 to pell */
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);
283 pell = *(Rec_Y_ptr + width); /* assigning value of pell1 to pell */
285 *sum_V_ptr++ = pelu + (pelc << 1) + pell; /* weighted sum of pelu1,
289 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr);
304 pell = *(Rec_Y_ptr + width); /* assigning value of pell2 to pell *
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
1.txt 504 1205338|Pell City, AL
578 1205814|Pell City, AL
583 1205884|Pell City, AL
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/generated/
compact_lang_det_generated_quadschrome.cc     [all...]

Completed in 504 milliseconds