Home
last modified time | relevance | path

Searched refs:new_image (Results 1 – 11 of 11) sorted by relevance

/external/ImageMagick/MagickWand/
Doperation.c1648 new_image; in CLISimpleOperatorImage() local
1716 new_image = (Image *) NULL; /* the replacement image, if not null at end */ in CLISimpleOperatorImage()
1730 new_image=AdaptiveBlurImage(_image,geometry_info.rho, in CLISimpleOperatorImage()
1740 new_image=AdaptiveResizeImage(_image,geometry.width,geometry.height, in CLISimpleOperatorImage()
1751 new_image=AdaptiveSharpenImage(_image,geometry_info.rho, in CLISimpleOperatorImage()
1804 new_image=AutoOrientImage(_image,_image->orientation,_exception); in CLISimpleOperatorImage()
1826 new_image=BlueShiftImage(_image,geometry_info.rho,_exception); in CLISimpleOperatorImage()
1836 new_image=BlurImage(_image,geometry_info.rho,geometry_info.sigma, in CLISimpleOperatorImage()
1856 new_image=BorderImage(_image,&geometry,compose,_exception); in CLISimpleOperatorImage()
1902 new_image=CannyEdgeImage(_image,geometry_info.rho,geometry_info.sigma, in CLISimpleOperatorImage()
[all …]
/external/webp/src/enc/
Ddelta_palettization_enc.c369 uint32_t* new_image) { in ApplyBestPaletteEntry() argument
380 new_image[x] = new_value; in ApplyBestPaletteEntry()
395 uint32_t* new_image = (uint32_t*)WebPSafeMalloc(width, sizeof(*new_image)); in ApplyDeltaPalette() local
397 if (new_image == NULL || tmp_row == NULL) { in ApplyDeltaPalette()
407 const uint32_t predicted_value = Predict(x, y, new_image); in ApplyDeltaPalette()
411 cur_src, src_stride, new_image); in ApplyDeltaPalette()
421 WebPSafeFree(new_image); in ApplyDeltaPalette()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc489 DynamicImage *new_image; in ReadImageInfo() local
490 new_image = new DynamicImage(&mach_header_bytes[0], in ReadImageInfo()
498 if (new_image->IsValid()) { in ReadImageInfo()
499 images.image_list_.push_back(DynamicImageRef(new_image)); in ReadImageInfo()
501 delete new_image; in ReadImageInfo()
/external/toolchain-utils/
Dimage_chromeos.py323 new_image = '%s/%s' % (temp_dir, os.path.basename(image))
324 l.LogOutput('No matching image found. Copying %s to %s' % (image, new_image))
325 shutil.copyfile(image, new_image)
326 return [False, new_image]
/external/toolchain-utils/crosperf/experiment_files/
Dtelemetry-crosperf-suites.exp49 new_image {
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py116 self._bios_handler.new_image(
130 self._ec_handler.new_image(
492 self._bios_handler.new_image(
Dflashrom_handler.py145 self.new_image()
147 def new_image(self, image_file=None): member in FlashromHandler
544 self.new_image(f.name)
/external/autotest/client/cros/faft/
Drpc_functions.py470 self._bios_handler.new_image(bios_path)
502 self._ec_handler.new_image(ec_path)
/external/libxcam/modules/ocl/
Dcl_pyramid_blender.cpp1493 SmartPtr<CLImage> new_image; in get_input_image() local
1494 change_image_format (context, rec_image, new_image, new_desc); in get_input_image()
1497 new_image.ptr () && new_image->is_valid (), in get_input_image()
1501 _image_in = new_image; in get_input_image()
1502 return new_image; in get_input_image()
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph_test.py380 new_image = constant_op.constant(
393 input_map={"image:0": new_image},
400 input_map={"$unbound_inputs_images": new_image},
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py2449 new_image = constant_op.constant(
2454 input_map={"$unbound_inputs_images": new_image},