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

  /external/clang/test/SemaCXX/
access-control-check.cpp 4 int iM;
  /external/clang/test/CodeGenCXX/
nested-base-member-access.cpp 6 M(int i){ iM = i; }
7 int iM;
8 void MPR() { printf("iM = %d\n", iM); }
41 printf("iM = %d\n", iM);
destructor-calls.cpp 14 M() : iM(++val) { printf("M()\n"); }
15 int iM;
16 ~M() { printf("~M(%d)\n", iM); --val; }
constructor-init.cpp 9 M(int i) { iM = i; printf("M(%d)\n", i); }
10 int iM;
11 void MPR() {printf("iM = %d\n", iM); };
43 printf("iM = %d\n", iM);
48 printf("iM = %d\n", this->iM);
copy-constructor-synthesis.cpp 8 int iM;
9 M() : iM(init++) {}
30 printf("iM = %d iN = %d, m1.iM = %d\n", iM, iN, m1.iM);
31 printf("im = %d p0.iP = %d, p1.iP = %d\n", iP, p0.iP, p1.iP);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfHuf.cpp 259 // - codes outside the range [im-iM] have a null length (unused values);
274 int* im, // o: min frq index
275 int* iM) // o: max frq index
288 // frq[im] != 0, and frq[i] == 0 for all i < im
289 // frq[iM] != 0, and frq[i] == 0 for all i > iM
301 *im = 0;
303 while (!frq[*im])
1015 int im, iM; local
1051 int im = readUInt (compressed); local
    [all...]
  /external/opencv3/modules/cudawarping/src/
warp.cpp 99 cv::Mat iM;
100 invertAffineTransform(M, iM);
101 iM.convertTo(coeffsMat, coeffsMat.type());
128 cv::Mat iM;
129 invert(M, iM);
130 iM.convertTo(coeffsMat, coeffsMat.type());
309 cv::Mat iM;
310 invertAffineTransform(M, iM);
311 iM.convertTo(coeffsMat, coeffsMat.type());
448 cv::Mat iM;
    [all...]
  /external/opencv3/modules/cudawarping/test/
test_warp_affine.cpp 173 cv::Mat iM;
174 cv::invertAffineTransform(M, iM);
175 funcs[interpolation][src.depth()](src, iM, dsize, dst, borderType, borderVal);
test_warp_perspective.cpp 176 cv::Mat iM;
177 cv::invert(M, iM);
178 funcs[interpolation][src.depth()](src, iM, dsize, dst, borderType, borderVal);
  /external/libvorbis/lib/
psy.c     [all...]
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 485 // C++: void invertAffineTransform(Mat M, Mat& iM)
488 //javadoc: invertAffineTransform(M, iM)
489 public static void invertAffineTransform(Mat M, Mat iM)
492 invertAffineTransform_0(M.nativeObj, iM.nativeObj);
    [all...]
imgproc.cpp 882 // void invertAffineTransform(Mat M, Mat& iM)
894 Mat& iM = *((Mat*)iM_nativeObj);
895 cv::invertAffineTransform( M, iM );
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
toggling_stereo_g729_pt18_pt125.rtp     [all...]
hrtf_g722_1C_48.rtp     [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 140 ?L`??v8??q??t??O??5J???? -???????^_K?A??$??[?????h? h?xkA7?[u?&?/c?B??^??o?r?|+?:ye?4?37?s_K;<????-?z?\#?&{x?????I,6rZ[?@???????oD??? 8(????x_G?>???2-I? ? ???h?c???_?? ?)?8???C?.?pz_??A`-~????P??`4%? CAp/???o?v ?v? ???j }S?}??!???????.?j??l??t-M?h??o????????? n????B?D???R?Z????&L_N??0?????n???V??????I5KV?>Cv5????{>?anF?O? ??*?1?+?U??w??O??>?K???T?K?????7?:1?vb[??Of??????g?L???;??????Z???: Im???T&???x?oOg?U??
386 \?U???1<?6?4????iM??F????\34????2g!?????^46??W *o?L???????jpf^?0R ??T??3??+?^i4????y??&??j?s???y??u?oO?nU<?Au?v??S\?|:?h? B???wg??????rG?-?C?6IXz??o1?H}??e)????,????;v????????,u?=????>44??o?????c%h??'??f??fU???r8>????4?MM?kPt?5???4`V???,?uLG?f@jX????DvK?,??^???
    [all...]

Completed in 739 milliseconds