Home
last modified time | relevance | path

Searched refs:DecodeImage (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HtrdProc.cpp83 return DecodeImage(GSPLANES); in DecodeArith()
114 return DecodeImage(GSPLANES); in DecodeMMR()
117 std::unique_ptr<CJBig2_Image> CJBig2_HTRDProc::DecodeImage( in DecodeImage() function in CJBig2_HTRDProc
DJBig2_HtrdProc.h49 std::unique_ptr<CJBig2_Image> DecodeImage(
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_DecodeImage.pbtxt2 graph_op_name: "DecodeImage"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DDecodeImage.pbtxt2 name: "DecodeImage"
/external/pdfium/core/fxcodec/bmp/
Dbmpmodule.cpp55 return static_cast<CFX_BmpContext*>(pContext)->m_Bmp.DecodeImage(); in LoadImage()
Dcfx_bmpdecompressor.h28 BmpModule::Status DecodeImage();
Dcfx_bmpdecompressor.cpp340 BmpModule::Status CFX_BmpDecompressor::DecodeImage() { in DecodeImage() function in fxcodec::CFX_BmpDecompressor
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeImage.pbtxt2 graph_op_name: "DecodeImage"
/external/ImageMagick/coders/
Dpcd.c113 static MagickBooleanType DecodeImage(Image *image,unsigned char *luma, in DecodeImage() function
769 status=DecodeImage(image,luma,chroma1,chroma2,exception); in ReadPCDImage()
781 status=DecodeImage(image,luma,chroma1,chroma2,exception); in ReadPCDImage()
Dpdb.c174 static MagickBooleanType DecodeImage(Image *image, unsigned char *pixels, in DecodeImage() function
444 if (DecodeImage(image,pixels,packets*image->rows) == MagickFalse) in ReadPDBImage()
Dsun.c141 static MagickBooleanType DecodeImage(const unsigned char *compressed_pixels, in DecodeImage() function
482 status=DecodeImage(sun_data,sun_info.length,sun_pixels,pixels_length); in ReadSUNImage()
Dpict.c396 static unsigned char *DecodeImage(Image *blob,Image *image, in DecodeImage() function
1262 pixels=DecodeImage(image,tile_image,(size_t) bytes_per_line,1, in ReadPICTImage()
1265 pixels=DecodeImage(image,tile_image,(size_t) bytes_per_line, in ReadPICTImage()
Ddib.c151 static MagickBooleanType DecodeImage(Image *image, in DecodeImage() function
692 status=DecodeImage(image,dib_info.compression ? MagickTrue : MagickFalse, in ReadDIBImage()
Dgif.c395 static MagickBooleanType DecodeImage(Image *image,const ssize_t opacity, in DecodeImage() function
1367 status=DecodeImage(image,opacity,exception); in ReadGIFImage()
Dbmp.c202 static MagickBooleanType DecodeImage(Image *image,const size_t compression, in DecodeImage() function
1004 status=DecodeImage(image,bmp_info.compression,pixels, in ReadBMPImage()
/external/tensorflow/tensorflow/core/ops/
Dimage_ops_test.cc65 TEST(ImageOpTest, DecodeImage) { in TEST() argument
Dops.pbtxt11917 name: "DecodeImage"
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp486 void DecodeImage ();
1852 void dng_lossless_decoder::DecodeImage () in DecodeImage() function in dng_lossless_decoder
2563 DecodeImage (); in FinishRead()
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md129 * `raw_ops.DecodeImage`
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1096 name: "DecodeImage"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1096 name: "DecodeImage"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go16408 func DecodeImage(scope *Scope, contents tf.Output, optional ...DecodeImageAttr) (image tf.Output) { func