Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpp_filter_test.cc56 uint8_t *const src_image = in TEST_P() local
62 uint8_t *const src_image_ptr = src_image + (input_stride << 1); in TEST_P()
71 (void)vpx_memset(src_image, 10, input_size); in TEST_P()
100 vpx_free(src_image); in TEST_P()
/external/vboot_reference/scripts/image_signing/
Dalign_rootfs.sh24 DEFINE_string src_image "" \
31 local src_image=$1
37 mount_image_partition_ro "${src_image}" 3 "${src_root_fs_dir}"
Dswap_rootfs.sh13 Usage: $PROG dst_image src_image
14 This will put the root file system from src_image into dst_image.
/external/opencv/cv/src/
Dcvpyrsegmentation.cpp181 icvPyrSegmentation8uC1R( uchar * src_image, int src_step, in icvPyrSegmentation8uC1R() argument
218 if( !src_image || !dst_image || !storage || !dst_comp ) in icvPyrSegmentation8uC1R()
264 cvInitMatHeader( &_src, roi.height, roi.width, CV_8UC1, src_image, src_step ); in icvPyrSegmentation8uC1R()
594 icvPyrSegmentation8uC3R( uchar * src_image, int src_step, in icvPyrSegmentation8uC3R() argument
635 if( !src_image || !dst_image || !storage || !dst_comp ) in icvPyrSegmentation8uC3R()
681 cvInitMatHeader( &_src, roi.height, roi.width, CV_8UC3, src_image, src_step ); in icvPyrSegmentation8uC3R()
Dcvhough.cpp740 cvHoughLines2( CvArr* src_image, void* lineStorage, int method, in cvHoughLines2() argument
750 CvMat stub, *img = (CvMat*)src_image; in cvHoughLines2()
1074 cvHoughCircles( CvArr* src_image, void* circle_storage, in cvHoughCircles() argument
1085 CvMat stub, *img = (CvMat*)src_image; in cvHoughCircles()