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

  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 620 #define fixb 14 macro
625 #define C0_707 fix( 0.707106781f, fixb )
626 #define C0_924 fix( 0.923879533f, fixb )
627 #define C0_541 fix( 0.541196100f, fixb )
628 #define C0_382 fix( 0.382683432f, fixb )
629 #define C1_306 fix( 1.306562965f, fixb )
631 #define C1_082 fix( 1.082392200f, fixb )
632 #define C1_414 fix( 1.414213562f, fixb )
633 #define C1_847 fix( 1.847759065f, fixb )
634 #define C2_613 fix( 2.613125930f, fixb )
    [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 650 fixb = 14, enumerator in enum:cv::mjpeg::__anon21273
655 static const int C0_707 = fix(0.707106781f, fixb);
656 static const int C0_541 = fix(0.541196100f, fixb);
657 static const int C0_382 = fix(0.382683432f, fixb);
658 static const int C1_306 = fix(1.306562965f, fixb);
1034 x0 = DCT_DESCALE((x0 - x4)*C0_707, fixb);
1042 x1 = DCT_DESCALE(x1*C0_707, fixb);
1046 x0 = DCT_DESCALE(x0*C0_541 + x1, fixb);
1047 x2 = DCT_DESCALE(x2*C1_306 + x1, fixb);
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
ContactListenerTest.java 184 System.out.println(String.format("beginContact() fixA=%s, fixB=%s",
205 System.out.println(String.format(" endContact() fixA=%s, fixB=%s",
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFP.td 307 def FIXBR : UnaryRRF<"fixb", 0xB347, FP128, FP128>;

Completed in 331 milliseconds