HomeSort by relevance Sort by last modified time
    Searched refs:sz0 (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 47 ssat16 lr, #1, r9 ; [sz1 | sz0]
48 eor r9, r9, lr ; [z1 ^ sz1 | z0 ^ sz0]
67 eor r0, r0, lr ; [(y1 ^ sz1) | (y0 ^ sz0)]
  /external/opencv/cv/src/
cvlkpyramid.cpp 1158 CvSize sz0, sz1; local
    [all...]
cvsurf.cpp 364 float alpha0, beta0, sz0, scale0; local
417 sz0 = (float)((PATCH_SZ+1)*size*1.2/9.);
418 scale0 = sz0/(PATCH_SZ+1);
420 if( sz0 > (PATCH_SZ+1)*1.5f )
422 float rd = (float)(sz0*sqrt_2*0.5);
cvhistogram.cpp 1210 int sz0 = histsize[0], sz1 = histsize[1]; local
1902 int sz0 = histsize[0], sz1 = histsize[1]; local
    [all...]

Completed in 84 milliseconds