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

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Clip8_s.s 33 dx01 DN D1.S16 define
53 VLD1 {dx00,dx01,dx10,dx11},[pSrc]! ;// Load 16 entries from pSrc
64 VLD1 {dx00,dx01,dx10,dx11},[pSrc]! ;// Load 16 entries from pSrc
  /system/core/libpixelflinger/
trap.cpp 521 int32_t dx01 = x0 - x1; local
528 if (dx01*dy20 < dy01*dx20) {
531 dx01 = x0 - x1;
554 int32_t ey0 = dy01 * (x0 - mx) - dx01 * (y0 - my);
560 if (dy01<0 || (dy01 == 0 && dx01>0)) ey0++;
593 ey0 += dx01 << TRI_FRACTION_BITS;
    [all...]

Completed in 63 milliseconds