| /third_party/ffmpeg/libavformat/ |
| H A D | fitsenc.c | 81 int bitpix, naxis, naxis3 = 1, bzero = 0, rgb = 0, lines_written = 0, lines_left; in write_image_header() local
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | driver.h | 80 unsigned char rgb[3]; /* sRGB values */ member
|
| H A D | rgb.c | 174 int rgb, /* Current RGB color */ in cupsRGBDoRGB() local 435 unsigned char rgb[3]; /* Temporary RGB value */ in cupsRGBNew() local [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | format_r11g11b10f.h | 218 static inline uint32_t float3_to_r11g11b10f(const float rgb[3]) in float3_to_r11g11b10f() argument 225 static inline void r11g11b10f_to_float3(uint32_t rgb, float retval[3]) in r11g11b10f_to_float3() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| H A D | FrameBuffer.cpp | 232 Int4 rgb = Int4(*Pointer<Short4>(s)); in copyRoutine() local 274 Int rgb = Int(*Pointer<Short>(s)); in copyRoutine() local 340 Int4 rgb = Int4(*Pointer<Short4>(s)); copyRoutine() local 382 Int rgb = Int(*Pointer<Short>(s)); copyRoutine() local 425 Int rgb = Int(*Pointer<Short>(s)); copyRoutine() local [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jdmrg565.c | 35 JLONG rgb; in h2v1_merged_upsample_565_internal() local 107 JLONG rgb; in h2v1_merged_upsample_565D_internal() local 179 JLONG rgb; h2v2_merged_upsample_565_internal() local 277 JLONG rgb; h2v2_merged_upsample_565D_internal() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | alpha_processing_neon.c | 64 uint8_t* const rgb = rgba + (alpha_first ? 1 : 0); in ApplyAlphaMultiply_NEON() local
|
| H A D | yuv.h | 79 VP8YuvToRgb(int y, int u, int v, uint8_t* const rgb) VP8YuvToRgb() argument 93 VP8YuvToRgb565(int y, int u, int v, uint8_t* const rgb) VP8YuvToRgb565() argument
|
| /third_party/skia/src/utils/mac/ |
| H A D | SkCreateCGImageRef.cpp | 126 SkUniqueCFRef<CGColorSpaceRef> rgb; in SkCreateCGImageRefWithColorspace() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | cdxl.c | 72 unsigned rgb = AV_RB16(&c->palette[i * 2]); in import_palette() local 80 unsigned rgb = AV_RB24(&c->palette[i * 3]); in import_palette() local
|
| H A D | qtrle.c | 65 uint8_t *rgb = s->frame->data[0]; in qtrle_decode_1bpp() local 151 uint8_t *rgb = s->frame->data[0]; qtrle_decode_2n4bpp() local 209 uint8_t *rgb = s->frame->data[0]; qtrle_decode_8bpp() local 260 uint8_t *rgb = s->frame->data[0]; qtrle_decode_16bpp() local 307 uint8_t *rgb = s->frame->data[0]; qtrle_decode_24bpp() local 362 uint8_t *rgb = s->frame->data[0]; qtrle_decode_32bpp() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | colorspacedsp_template.c | 54 static void fn(yuv2rgb)(int16_t *rgb[3], ptrdiff_t rgb_stride, in yuv2rgb() argument 130 rgb2yuv(uint8_t *_yuv[3], const ptrdiff_t yuv_stride[3], int16_t *rgb[3], ptrdiff_t s, int w, int h, const int16_t rgb2yuv_coeffs[3][3][8], const int16_t yuv_offset[8]) rgb2yuv() argument 208 rgb2yuv_fsb(uint8_t *_yuv[3], const ptrdiff_t yuv_stride[3], int16_t *rgb[3], ptrdiff_t s, int w, int h, const int16_t rgb2yuv_coeffs[3][3][8], const int16_t yuv_offset[8], int *rnd_scratch[3][2]) rgb2yuv_fsb() argument [all...] |
| H A D | vf_colortemperature.c | 57 static void kelvin2rgb(float k, float *rgb) in kelvin2rgb() argument
|
| H A D | vf_grayworld.c | 96 static void rgb2lab(const float rgb[3], float lab[3]) in rgb2lab() argument 113 static void lab2rgb(const float lab[3], float rgb[3]) in lab2rgb() argument 142 float rgb[3], lab[3]; in convert_frame() local 209 float rgb[3], lab[3]; correct_frame() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend_aos.c | 228 lp_build_blend_swizzle(struct lp_build_blend_aos_context *bld, LLVMValueRef rgb, LLVMValueRef alpha, enum lp_build_blend_swizzle rgb_swizzle, unsigned alpha_swizzle, unsigned num_channels) lp_build_blend_swizzle() argument
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_format.c | 481 d3d12_convert_from_legacy_color_space(bool rgb, uint32_t bits_per_element, bool studio_rgb, bool p709, bool studio_yuv) in d3d12_convert_from_legacy_color_space() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
| H A D | esextcDrawBuffersIndexedBase.cpp | 239 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetBlendEquationSeparatei(int idx, glw::GLenum rgb, glw::GLenum a) in SetBlendEquationSeparatei() argument 311 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetBlendEquationSeparate(glw::GLenum rgb, glw::GLenum a) in SetBlendEquationSeparate() argument
|
| /third_party/skia/src/core/ |
| H A D | SkRasterPipeline.cpp | 91 void SkRasterPipeline::append_set_rgb(SkArenaAlloc* alloc, const float rgb[3]) { in append_set_rgb() argument [all...] |
| /third_party/skia/src/codec/ |
| H A D | SkAndroidCodec.cpp | 23 static void load_gamut(SkPoint rgb[], const skcms_Matrix3x3& xyz) { in load_gamut() argument 50 SkPoint rgb[3]; in is_wide_gamut() local
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Half.hpp | 60 RGB9E5(const float rgb[3]) in RGB9E5() argument 131 R11G11B10F(const float rgb[3]) in R11G11B10F() argument [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
| H A D | jdcolext-neon.c | 149 uint8x16x3_t rgb; in jsimd_ycc_rgb_convert_neon() local 218 uint8x8x3_t rgb; in jsimd_ycc_rgb_convert_neon() local 302 uint8x8x3_t rgb; jsimd_ycc_rgb_convert_neon() local [all...] |
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| H A D | jpegdec.c | 266 uint8_t* volatile rgb = NULL; in ReadJPEG() local
|
| H A D | pngdec.c | 244 uint8_t* volatile rgb = NULL; in ReadPNG() local
|
| H A D | pnmdec.c | 186 uint8_t* rgb = NULL, *tmp_rgb; in ReadPNM() local
|
| H A D | wicdec.c | 272 BYTE* rgb = NULL; in ReadPictureWithWIC() local
|