/external/libvpx/libvpx/test/ |
D | yuv_temporal_filter_test.cc | 55 template <typename PixelType> 115 template <typename PixelType> 117 const Buffer<PixelType> &y_src, const Buffer<PixelType> &y_pre, in ApplyReferenceFilter() 118 const Buffer<PixelType> &u_src, const Buffer<PixelType> &v_src, in ApplyReferenceFilter() 119 const Buffer<PixelType> &u_pre, const Buffer<PixelType> &v_pre, in ApplyReferenceFilter() 125 const PixelType *y_src_ptr = y_src.TopLeftPixel(); in ApplyReferenceFilter() 126 const PixelType *y_pre_ptr = y_pre.TopLeftPixel(); in ApplyReferenceFilter() 127 const PixelType *u_src_ptr = u_src.TopLeftPixel(); in ApplyReferenceFilter() 128 const PixelType *u_pre_ptr = u_pre.TopLeftPixel(); in ApplyReferenceFilter() 129 const PixelType *v_src_ptr = v_src.TopLeftPixel(); in ApplyReferenceFilter() [all …]
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Color.h | 59 enum PixelType enum 125 Magick::Color::PixelType pixelType(void) const; 151 Color(PixelInfo *rep_,PixelType pixelType_); 154 Color(PixelType pixelType_); 158 void pixel(PixelInfo *rep_,PixelType pixelType_); 178 PixelType _pixelType; // Color type supported by _pixel 236 ColorCMYK(PixelInfo *rep_,PixelType pixelType_); 270 ColorGray(PixelInfo *rep_,PixelType pixelType_); 312 ColorHSL(PixelInfo *rep_,PixelType pixelType_); 346 ColorMono(PixelInfo* rep_,PixelType pixelType_); [all …]
|
/external/libaom/libaom/test/ |
D | temporal_filter_yuv_test.cc | 57 template <typename PixelType> 119 template <typename PixelType> 120 void SetArray(PixelType *pixel_array, int width, int height, int stride, in SetArray() 130 template <typename PixelType> 131 void SetArray(PixelType *pixel_array, int width, int height, int stride, in SetArray() 209 template <typename PixelType> 210 void ApplyReferenceFilter(const PixelType *y_src, const PixelType *y_pre, in ApplyReferenceFilter() 211 const PixelType *u_src, const PixelType *v_src, in ApplyReferenceFilter() 212 const PixelType *u_pre, const PixelType *v_pre, in ApplyReferenceFilter() 290 y_mod = GetModIndex<PixelType>(y_mod, y_num_used, rounding, strength, in ApplyReferenceFilter() [all …]
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_common.mm | 35 mType = PixelType::Float; 44 mType = PixelType::Int; 53 mType = PixelType::UInt; 64 case PixelType::Int: 66 case PixelType::UInt: 68 case PixelType::Float:
|
D | mtl_common.h | 213 enum class PixelType in ANGLE_GL_OBJECTS_X() enum 450 : mType(PixelType::Float), mRedF(0), mGreenF(0), mBlueF(0), mAlphaF(0) in ANGLE_GL_OBJECTS_X() 453 : mType(PixelType::Float), mRedF(r), mGreenF(g), mBlueF(b), mAlphaF(a) in ANGLE_GL_OBJECTS_X() 456 : mType(PixelType::Int), mRedI(r), mGreenI(g), mBlueI(b), mAlphaI(a) in ANGLE_GL_OBJECTS_X() 459 : mType(PixelType::UInt), mRedU(r), mGreenU(g), mBlueU(b), mAlphaU(a) in ANGLE_GL_OBJECTS_X() 467 PixelType getType() const { return mType; } in ANGLE_GL_OBJECTS_X() 478 PixelType mType; in ANGLE_GL_OBJECTS_X()
|
D | mtl_render_utils.h | 706 std::array<ClearUtils, angle::EnumSize<PixelType>()> mClearUtils; 708 std::array<ColorBlitUtils, angle::EnumSize<PixelType>()> mColorBlitUtils; 715 std::array<CopyPixelsUtils, angle::EnumSize<PixelType>()> mCopyPixelsUtils;
|
/external/ImageMagick/Magick++/lib/ |
D | Color.cpp | 296 Magick::Color::PixelType Magick::Color::pixelType() const in pixelType() 372 Magick::Color::Color(PixelType pixelType_) in Color() 381 Magick::Color::Color(PixelInfo* rep_,PixelType pixelType_) in Color() 389 void Magick::Color::pixel(PixelInfo *rep_,PixelType pixelType_) in pixel() 543 Magick::ColorCMYK::ColorCMYK(PixelInfo *rep_,PixelType pixelType_) in ColorCMYK() 587 Magick::ColorGray::ColorGray(PixelInfo *rep_,PixelType pixelType_) in ColorGray() 777 Magick::ColorMono::ColorMono(PixelInfo *rep_,PixelType pixelType_) in ColorMono() 856 Magick::ColorRGB::ColorRGB(PixelInfo *rep_,PixelType pixelType_) in ColorRGB() 927 Magick::ColorYUV::ColorYUV(PixelInfo *rep_,PixelType pixelType_) in ColorYUV()
|
/external/dng_sdk/source/ |
D | dng_preview.cpp | 218 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet() 497 if (preview.fImage->PixelType () == ttFloat) in dng_raw_preview_tag_set() 552 if (fImage->PixelType () == ttFloat) in AddTagSet() 578 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet() 647 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet()
|
D | dng_filter_task.cpp | 36 , fSrcPixelType (srcImage.PixelType ()) in dng_filter_task() 40 , fDstPixelType (dstImage.PixelType ()) in dng_filter_task()
|
D | dng_negative.cpp | 1484 image.PixelType (), pcInterleaved, NULL); in FindImageDigest() 1586 if (RawImage ().PixelType () == ttFloat || RawTransparencyMask ()) in FindRawImageDigest() 1800 uint32 rawPixelType = rawImage.PixelType (); in FindNewRawImageDigest() 1854 RawTransparencyMask ()->PixelType ()); in FindNewRawImageDigest() 2518 if (RawImage ().PixelType () == ttFloat) in WhiteLevel() 3606 rawIFD.PixelType ())); in ReadStage1Image() 3643 if (fStage1Image->PixelType () == ttFloat) in ReadStage1Image() 3768 if (stage1.PixelType () == ttLong || in DoBuildStage2() 3769 stage1.PixelType () == ttFloat) in DoBuildStage2() 3800 if (fStage2Image->PixelType () == ttFloat) in NeedDefloatStage2() [all …]
|
D | dng_opcodes.cpp | 268 fSrcPixelType = fOpcode.BufferPixelType (srcImage.PixelType ()); in dng_filter_opcode_task() 381 image->PixelType ())); in Apply() 440 , fPixelType (opcode.BufferPixelType (image.PixelType ())) in dng_inplace_opcode_task()
|
D | dng_utils.cpp | 420 DNG_ASSERT (image.PixelType () == ttShort, "Unsupported pixel type"); in HistogramArea() 727 DNG_ASSERT (srcImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth() 728 DNG_ASSERT (dstImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth()
|
D | dng_simple_image.cpp | 62 PixelType (), in Clone()
|
D | dng_image.h | 224 uint32 PixelType () const in PixelType() function
|
D | dng_ifd.h | 282 virtual uint32 PixelType () const;
|
D | dng_jpeg_image.cpp | 175 DNG_ASSERT (image.PixelType () == ttByte, "Cannot JPEG encode non-byte image"); in Encode()
|
D | dng_image_writer.cpp | 4182 image.PixelType(), pcInterleaved, uncompressedBuffer->Buffer()); in WriteTile() 4602 uint32 bytesPerSample = TagTypeSize (image.PixelType ()); in WriteImage() 5399 ifd.fBitsPerSample [0] = TagTypeSize (image.PixelType ()) * 8; in WriteTIFFWithProfile() 5450 if (image.PixelType () == ttFloat) in WriteTIFFWithProfile() 5724 bool isFloatingPoint = (negative.RawImage ().PixelType () == ttFloat); in WriteDNG() 5732 bool isCompressed32BitInteger = (negative.RawImage ().PixelType () == ttLong) && in WriteDNG() 5911 if (rawImage.PixelType () == ttLong) in WriteDNG() 5993 uint32 rawPixelType = rawImage.PixelType (); in WriteDNG() 6672 if (negative.RawTransparencyMask ()->PixelType () == ttFloat) in WriteDNG()
|
D | dng_linearization_info.cpp | 88 , fSrcPixelType (srcImage.PixelType ()) in dng_linearize_plane() 89 , fDstPixelType (dstImage.PixelType ()) in dng_linearize_plane()
|
D | dng_render.cpp | 1307 srcImage->PixelType ())); in Render()
|
D | dng_image.cpp | 154 return TagTypeSize (PixelType ()); in PixelSize()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.hpp | 53 enum PixelType enum in tcu::wgl::PixelFormatInfo 104 PixelType pixelType;
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 91 struct PixelType struct 341 static const PixelType coreTypes[] = { 368 static const PixelType esTypes[] = { 731 …bool isFormatValid(const PixelFormat& format, const PixelType& type, const struct InternalFormat& … 740 const PixelType& getPixelType(GLenum type) const; 742 InternalFormatSamplerType getSampler(const PixelType& type, const PixelFormat& format) const; 744 GLenum readOutputData(const PixelFormat& outputFormat, const PixelType& outputType, int operation); 750 …bool compare(GLvoid* gradient, GLvoid* data, const PixelFormat& outputFormat, const PixelType& out… 753 …ffer(GLvoid* gradient, int samplerIsIntUintFloat, const PixelFormat& format, const PixelType& type, 756 …void getBits(const PixelType& type, const PixelFormat& format, std::vector<int>& resultTable) cons… [all …]
|
/external/angle/src/tests/gl_tests/ |
D | FormatPrintTest.cpp | 71 gl::OutputGLenumString(resultStringStream, gl::GLenumGroup::PixelType, in TEST_P()
|
/external/angle/src/libANGLE/capture/ |
D | gl_enum_utils_autogen.h | 153 PixelType, enumerator
|
D | gl_enum_utils_autogen.cpp | 3081 case GLenumGroup::PixelType: in GLenumToString()
|