| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | upsampling_msa.c | 247 static void YuvToRgb(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb() argument 268 static void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb565() argument
|
| H A D | yuv.c | 171 static void ConvertRGB24ToY_C(const uint8_t* rgb, uint8_t* y, int width) { in ConvertRGB24ToY_C() argument 185 void WebPConvertRGBA32ToUV_C(const uint16_t* rgb, in WebPConvertRGBA32ToUV_C() argument [all...] |
| H A D | alpha_processing.c | 229 uint8_t* const rgb = rgba + (alpha_first ? 1 : 0); in ApplyAlphaMultiply_C() local
|
| H A D | yuv_neon.c | 49 static void ConvertRGB24ToY_NEON(const uint8_t* rgb, uint8_t* y, int width) { in ConvertRGB24ToY_NEON() argument 117 static void ConvertRGBA32ToUV_NEON(const uint16_t* rgb, in ConvertRGBA32ToUV_NEON() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | notchlc.c | 154 GetByteContext rgb, dgb, *gb = &s->gb; in decode_blocks() local
|
| H A D | tiffenc.c | 490 uint32_t rgb = *(uint32_t *) (p->data[1] + i * 4); in encode_frame() local
|
| H A D | mjpegdec.h | 78 int rgb; member
|
| /third_party/ffmpeg/libswscale/ |
| H A D | rgb2rgb.c | 209 uint16_t rgb, r, g, b; in rgb12to15() local 245 unsigned rgb = ((const uint16_t *)src)[i]; in rgb16tobgr16() local 255 unsigned rgb in rgb16tobgr15() local 301 unsigned rgb = ((const uint16_t *)src)[i]; rgb15tobgr16() local 311 unsigned rgb = ((const uint16_t *)src)[i]; rgb15tobgr15() local 324 unsigned rgb = s[i]; rgb12tobgr12() local [all...] |
| H A D | rgb2rgb_template.c | 130 register int rgb = *(const uint32_t *)s; in rgb32to16_c() local 146 register int rgb = *(const uint32_t *)s; in rgb32tobgr16_c() local 161 register int rgb = *(const uint32_t *)s; in rgb32to15_c() local 177 register int rgb = *(const uint32_t *)s; rgb32tobgr15_c() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_tgsi.c | 199 struct ureg_dst y, u, v, rgb; in create_yuv_shader() local [all...] |
| /third_party/mesa3d/src/intel/isl/ |
| H A D | isl_format.c | 1118 isl_format_rgb_to_rgba(enum isl_format rgb) in isl_format_rgb_to_rgba() argument 1151 isl_format_rgb_to_rgbx(enum isl_format rgb) in isl_format_rgb_to_rgbx() argument
|
| /third_party/mesa3d/src/panfrost/util/ |
| H A D | pan_lower_framebuffer.c | 358 nir_ssa_def *rgb = nir_channels(b, linear, 0x7); in pan_linear_to_srgb() local
|
| /third_party/libdrm/tests/util/ |
| H A D | pattern.c | 362 fill_smpte_rgb16(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb16() argument 423 fill_smpte_rgb24(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb24() argument 486 fill_smpte_rgb32(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb32() argument 547 fill_smpte_rgb16fp(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb16fp() argument 912 const struct util_rgb_info *rgb = &info->rgb; fill_tiles_rgb16() local 938 const struct util_rgb_info *rgb = &info->rgb; fill_tiles_rgb24() local 960 const struct util_rgb_info *rgb = &info->rgb; fill_tiles_rgb32() local 987 const struct util_rgb_info *rgb = &info->rgb; fill_tiles_rgb16fp() local 1110 fill_gradient_rgb32(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_gradient_rgb32() argument 1138 fill_gradient_rgb16fp(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_gradient_rgb16fp() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_compositor.h | 155 void *rgb; member
|
| /third_party/skia/src/opts/ |
| H A D | SkSwizzler_opts.h | 1283 uint8x16x3_t rgb = vld3q_u8(src); in insert_alpha_should_swaprb() local 1306 uint8x8x3_t rgb = vld3_u8(src); in insert_alpha_should_swaprb() local 1354 __m128i rgb = _mm_loadu_si128((const __m128i*) src); insert_alpha_should_swaprb() local [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
| H A D | jdmrgext-neon.c | 143 uint8x16x3_t rgb; in jsimd_h2v1_merged_upsample_neon() local
|
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | rpng2-win.c | 198 } rgb[] = { variable [all...] |
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| H A D | image_enc.c | 148 uint8_t* const rgb = buffer->u.RGBA.rgba; in WebPWritePNG() local 76 WriteUsingWIC(const char* out_file_name, int use_stdout, REFGUID container_guid, uint8_t* rgb, int stride, uint32_t width, uint32_t height, int has_alpha) WriteUsingWIC() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_colormatrix.c | 135 static void solve_coefficients(double cm[3][3], double rgb[3][3], double yuv[3][3]) in solve_coefficients() argument
|
| H A D | avf_showcqt.h | 42 RGBFloat rgb; member
|
| H A D | vf_histogram.c | 171 int rgb, i, bits; in query_formats() local 233 int rgb = 0; in config_input() local [all...] |
| H A D | vf_palettegen.c | 360 const uint32_t rgb = ref->color; in get_palette_frame() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | imgutils.c | 593 int rgb, limited; in av_image_fill_black() local
|
| /third_party/ffmpeg/libswscale/x86/ |
| H A D | rgb2rgb_template.c | 305 register int rgb = *(const uint32_t*)s; s += 4; in rgb32to16() local 360 register int rgb = *(const uint32_t*)s; s += 4; in rgb32tobgr16() local 410 register int rgb = *(const uint32_t*)s; s += 4; in rgb32to15() local 465 register int rgb = *(const uint32_t*)s; s += 4; rgb32tobgr15() local [all...] |
| /third_party/backends/backend/ |
| H A D | umax1220u.c | 876 unsigned char rgb[3]; in sane_read() local
|