Home
last modified time | relevance | path

Searched refs:img (Results 1 – 23 of 23) sorted by relevance

/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities.cpp26 float **img; in db_SetupImageReferences_f() local
28 img=new float* [h]; in db_SetupImageReferences_f()
31 img[i]=im+w*i; in db_SetupImageReferences_f()
33 return(img); in db_SetupImageReferences_f()
39 unsigned char **img; in db_SetupImageReferences_u() local
43 img=new unsigned char* [h]; in db_SetupImageReferences_u()
46 img[i]=im+w*i; in db_SetupImageReferences_u()
48 return(img); in db_SetupImageReferences_u()
52 float **img,*im; in db_AllocImage_f() local
55 img=db_SetupImageReferences_f(im,w,h); in db_AllocImage_f()
[all …]
Ddb_feature_detection.cpp38 float **img,*aim,*p; in db_AllocStrengthImage_f() local
53 img=new float* [h]; in db_AllocStrengthImage_f()
57 img[i]=aim+aw*i+1; in db_AllocStrengthImage_f()
60 return(img); in db_AllocStrengthImage_f()
63 void db_FreeStrengthImage_f(float *im,float **img,int h) in db_FreeStrengthImage_f() argument
66 delete [] img; in db_FreeStrengthImage_f()
71 inline void db_IxIyRow_f(float *Ix,float *Iy,const float * const *img,int i,int j,int chunk_width) in db_IxIyRow_f() argument
77 Ix[c]=img[i][j+c-1]-img[i][j+c+1]; in db_IxIyRow_f()
78 Iy[c]=img[i-1][j+c]-img[i+1][j+c]; in db_IxIyRow_f()
84 inline void db_IxIyRow_u(int *dxx,const unsigned char * const *img,int i,int j,int nc) in db_IxIyRow_u() argument
[all …]
Ddb_feature_detection.h72 …void DetectCorners(const float * const *img,double *x_coord,double *y_coord,int *nr_corners) const;
141 …virtual void DetectCorners(const unsigned char * const *img,double *x_coord,double *y_coord,int *n…
Ddb_utilities.h424 DB_API void db_FreeImage_f(float **img,int h);
446 DB_API void db_FreeImage_u(unsigned char **img,int h);
/development/perftests/panorama/feature_mos/src/mosaic/
DInterp.h46 inline double ciCalc(PyramidShort *img, int xi, int yi, double xfrac, double yfrac) in ciCalc() argument
51 ImageTypeShortBase *in = img->ptr[yi-1] + xi - 1; in ciCalc()
58 in += img->pitch; in ciCalc()
63 in += img->pitch; in ciCalc()
68 in += img->pitch; in ciCalc()
DPyramid.cpp33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels in allocatePyramidPacked() local
37 if (img) { in allocatePyramidPacked()
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels]; in allocatePyramidPacked()
41 for (last = (curr = img) + levels; curr < last; curr++) { in allocatePyramidPacked()
58 return img; in allocatePyramidPacked()
65 PyramidShort *img = (PyramidShort *) in allocateImage() local
69 if (img) { in allocateImage()
70 short **y = (short **) &img[1]; in allocateImage()
72 img->width = width; in allocateImage()
73 img->height = height; in allocateImage()
[all …]
DImageUtils.cpp397 void YUVinfo::mapYUVInfoToImage(YUVinfo *img, unsigned char *position) in mapYUVInfoToImage() argument
400 for (i = 0; i < img->Y.height; i++, position += img->Y.width) in mapYUVInfoToImage()
401 img->Y.ptr[i] = position; in mapYUVInfoToImage()
402 for (i = 0; i < img->V.height; i++, position += img->V.width) in mapYUVInfoToImage()
403 img->V.ptr[i] = position; in mapYUVInfoToImage()
404 for (i = 0; i < img->U.height; i++, position += img->U.width) in mapYUVInfoToImage()
405 img->U.ptr[i] = position; in mapYUVInfoToImage()
DImageUtils.h155 static void mapYUVInfoToImage(YUVinfo *img, unsigned char *position);
/development/build/
DAndroid.mk15 $(TOPDIR)development/sys-img/%_source.prop_template, \
16 $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties, \
17 $(wildcard $(TOPDIR)development/sys-img/*_source.prop_template))
27 $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties : $(TOPDIR)development/sys-im…
Dsdk-android-armeabi-v7a.atree21 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_armeabi-v7a_source.properties system-image…
24 development/sys-img/images_armeabi-v7a_hardware.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_…
Dsdk-android-armeabi.atree20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_armeabi_source.properties system-images/${…
Dsdk-android-arm64-v8a.atree20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_arm64-v8a_source.properties system-images/…
Dsdk-android-x86_64.atree20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-im…
Dsdk-android-x86.atree20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-im…
Dsdk-android-mips.atree21 development/sys-img-${TARGET_CPU_ABI}/images_mips_source.properties system-images/${PLATFORM_NAME…
Dsdk.atree201 system.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/system.
202 ramdisk.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk…
203 userdata.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/userdat…
/development/samples/ActionBarCompat/
D_index.jd12 <img alt="" src="../images/ActionBarCompat1.png" height="320" />
13 <img alt="" src="../images/ActionBarCompat2.png" height="320" />
/development/tools/labpretest/
DREADME39 (i.e. passion-img-24827.zip)
41 (i.e. hboot.0.33.2012.img)
43 (i.e. radio.4.04.00.03_2.img)
44 5) Copy a userdata.img file, possibly from one of the other directories.
Dlabpretest.sh386 if [ -e $ROOT/$product/userdata.img ];then
387 flash_partition userdata $ROOT/$product/userdata.img
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DBackgroundPickers.java68 ImageView img = (ImageView) pickerBox.getChildAt(j); in generatePickers() local
69 img.setOnClickListener(mOnPickedListener); in generatePickers()
/development/build/tools/
Dsdk_repo.mk179 $(TOPDIR)prebuilts/devtools/repository/sdk-sys-img-*.xsd \
218 SDK_ADDON_IMG_XML := $(dir $(ADDON_SDK_ZIP))/addon-sys-img.xml
233 SDK_SYSIMG_XML := $(MAIN_SDK_DIR)/repo-sys-img.xml
/development/samples/BluetoothHDP/
D_index.jd16 <img alt="" src="../images/BluetoothHDP.png" />
/development/perftests/panorama/input/
Dtest_006.ppm5788 ������������������� img����������������������������������ľ�������������������������������…