Home
last modified time | relevance | path

Searched defs:rgb (Results 1 – 25 of 34) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.py136 def WebPEncodeRGB(rgb, width, height, stride, quality_factor): argument
144 def WebPEncodeRGBA(rgb, width, height, stride, quality_factor): argument
152 def WebPEncodeBGR(rgb, width, height, stride, quality_factor): argument
160 def WebPEncodeBGRA(rgb, width, height, stride, quality_factor): argument
168 def WebPEncodeLosslessRGB(rgb, width, height, stride): argument
175 def WebPEncodeLosslessRGBA(rgb, width, height, stride): argument
182 def WebPEncodeLosslessBGR(rgb, width, height, stride): argument
189 def WebPEncodeLosslessBGRA(rgb, width, height, stride): argument
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_xpm.c186 static int color_to_rgb(char *spec, int speclen, Uint32 *rgb) in color_to_rgb()
189 static struct { char *name; Uint32 rgb; } known[] = { in color_to_rgb() member
1090 Uint32 rgb, pixel; in load_xpm() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv_sse41.c110 uint8_t* const rgb) { in PlanarTo24b_SSE41()
291 const uint8_t* const rgb, __m128i* const out /*out[6]*/) { in RGB24PackedToPlanar_SSE41()
335 const uint32_t* const argb, __m128i* const rgb /*in[6]*/) { in RGB32PackedToPlanar_SSE41()
408 static void ConvertRGB24ToY_SSE41(const uint8_t* rgb, uint8_t* y, int width) { in ConvertRGB24ToY_SSE41()
480 __m128i Y0, Y1, rgb[6]; in ConvertARGBToY_SSE41() local
510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local
571 static void ConvertRGBA32ToUV_SSE41(const uint16_t* rgb, in ConvertRGBA32ToUV_SSE41()
A Dupsampling_mips_dsp_r2.c50 static WEBP_INLINE void YuvToRgb(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb()
64 static WEBP_INLINE void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb565()
A Dyuv.h80 uint8_t* const rgb) { in VP8YuvToRgb()
94 uint8_t* const rgb) { in VP8YuvToRgb565()
A Dyuv.c171 static void ConvertRGB24ToY_C(const uint8_t* rgb, uint8_t* y, int width) { in ConvertRGB24ToY_C()
185 void WebPConvertRGBA32ToUV_C(const uint16_t* rgb, in WebPConvertRGBA32ToUV_C()
A Dyuv_sse2.c170 uint8_t* const rgb) { in PlanarTo24b_SSE2()
471 const uint8_t* const rgb, __m128i* const out /*out[6]*/) { in RGB24PackedToPlanar_SSE2()
489 __m128i* const rgb /*in[6]*/) { in RGB32PackedToPlanar_SSE2()
562 static void ConvertRGB24ToY_SSE2(const uint8_t* rgb, uint8_t* y, int width) { in ConvertRGB24ToY_SSE2()
634 __m128i Y0, Y1, rgb[6]; in ConvertARGBToY_SSE2() local
664 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE2() local
715 static void ConvertRGBA32ToUV_SSE2(const uint16_t* rgb, in ConvertRGBA32ToUV_SSE2()
A Dyuv_neon.c49 static void ConvertRGB24ToY_NEON(const uint8_t* rgb, uint8_t* y, int width) { in ConvertRGB24ToY_NEON()
117 static void ConvertRGBA32ToUV_NEON(const uint16_t* rgb, in ConvertRGBA32ToUV_NEON()
A Dalpha_processing_neon.c64 uint8_t* const rgb = rgba + (alpha_first ? 1 : 0); in ApplyAlphaMultiply_NEON() local
A Dupsampling_neon.c165 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ argument
A Dupsampling_msa.c247 static void YuvToRgb(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb()
268 static void YuvToRgb565(int y, int u, int v, uint8_t* const rgb) { in YuvToRgb565()
/AliOS-Things-master/components/SDL2/test/
A Dtestyuv_cvt.c23 static void RGBtoYUV(Uint8 * rgb, int *yuv, SDL_YUV_CONVERSION_MODE mode, int monochrome, int lumin… in RGBtoYUV()
197 Uint8 *rgb; in ConvertRGBtoPacked4() local
A Dtestoverlay2.c362 Uint8 *rgb; in main() local
A Dtestyuv.c78 Uint8 *rgb; in verify_yuv_data() local
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dmenuconfig.py315 def _rgb_to_6cube(rgb): argument
335 def _rgb_to_gray(rgb): argument
359 def _alloc_rgb(rgb, rgb2index={}): argument
416 def _color_from_rgb(rgb): argument
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dmenuconfig.py315 def _rgb_to_6cube(rgb): argument
335 def _rgb_to_gray(rgb): argument
359 def _alloc_rgb(rgb, rgb2index={}): argument
416 def _color_from_rgb(rgb): argument
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Draw_decode.c109 unsigned char *rgb = buffer + 3 * pixel; in check_rgb_pixel() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c307 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray()
825 static WEBP_INLINE void ConvertRowsToUV(const uint16_t* rgb, in ConvertRowsToUV()
1095 const uint8_t* rgb, int rgb_stride, in Import()
1162 const uint8_t* rgb, int rgb_stride) { in WebPPictureImportBGR()
1186 const uint8_t* rgb, int rgb_stride) { in WebPPictureImportRGB()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dpnmdec.c182 uint8_t* rgb = NULL, *tmp_rgb; in ReadPNM() local
A Dimage_enc.c78 uint8_t* rgb, int stride, in WriteUsingWIC()
148 uint8_t* const rgb = buffer->u.RGBA.rgba; in WebPWritePNG() local
A Dpngdec.c244 uint8_t* volatile rgb = NULL; in ReadPNG() local
A Dwicdec.c269 BYTE* rgb = NULL; in ReadPictureWithWIC() local
A Djpegdec.c265 uint8_t* volatile rgb = NULL; in ReadJPEG() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Drpng2-win.c198 } rgb[] = { variable
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiff2bw.c57 compresscontig(unsigned char* out, unsigned char* rgb, uint32 n) in compresscontig()

Completed in 40 milliseconds

12