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

  /external/libjpeg-turbo/simd/
jccolext-altivec.c 48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; local
227 cb0 = vec_msums(rg0, pw_mf016_mf033, pd_onehalfm1_cj);
231 cb0 = (__vector int)vec_msum((__vector unsigned short)bg0, pw_f050_f000,
232 (__vector unsigned int)cb0);
239 cbl = vec_perm((__vector unsigned short)cb0,
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 97 uchar cb0, cb1, cb2; local
128 cb0 = model->cbBounds[0];
154 l0 = SAT_8U(p0 - cb0); l1 = SAT_8U(p1 - cb1); l2 = SAT_8U(p2 - cb2);
155 h0 = SAT_8U(p0 + cb0); h1 = SAT_8U(p1 + cb1); h2 = SAT_8U(p2 + cb2);

Completed in 150 milliseconds