Home
last modified time | relevance | path

Searched refs:patchType (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACenc/src/
Dblock_switch.cpp394 UCHAR patchType = LONG_WINDOW; in FDKaacEnc_SyncBlockSwitching() local
400patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->lastWindowSequence]; in FDKaacEnc_SyncBlockSwitching()
401patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->lastWindowSequence]; in FDKaacEnc_SyncBlockSwitching()
404 if (patchType == WRONG_WINDOW) in FDKaacEnc_SyncBlockSwitching()
408 blockSwitchingControlLeft->lastWindowSequence = patchType; in FDKaacEnc_SyncBlockSwitching()
409 blockSwitchingControlRight->lastWindowSequence = patchType; in FDKaacEnc_SyncBlockSwitching()
429 if(patchType != SHORT_WINDOW) { in FDKaacEnc_SyncBlockSwitching()
/external/opencv3/modules/imgproc/src/
Dsamplers.cpp366 OutputArray _patch, int patchType ) in getRectSubPix() argument
370 int ddepth = patchType < 0 ? depth : CV_MAT_DEPTH(patchType); in getRectSubPix()
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java532 …public static void getRectSubPix(Mat image, Size patchSize, Point center, Mat patch, int patchType) in getRectSubPix() argument
535 …mage.nativeObj, patchSize.width, patchSize.height, center.x, center.y, patch.nativeObj, patchType); in getRectSubPix()
2890 …h, double patchSize_height, double center_x, double center_y, long patch_nativeObj, int patchType); in getRectSubPix_0() argument
Dimgproc.cpp970 …double patchSize_height, jdouble center_x, jdouble center_y, jlong patch_nativeObj, jint patchType) in Java_org_opencv_imgproc_Imgproc_getRectSubPix_10() argument
979 cv::getRectSubPix( image, patchSize, center, patch, (int)patchType ); in Java_org_opencv_imgproc_Imgproc_getRectSubPix_10()
/external/opencv3/modules/imgproc/include/opencv2/
Dimgproc.hpp2189 Point2f center, OutputArray patch, int patchType = -1 );