/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp.py | 136 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 D | IMG_xpm.c | 186 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 D | yuv_sse41.c | 110 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 D | upsampling_mips_dsp_r2.c | 50 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 D | yuv.h | 80 uint8_t* const rgb) { in VP8YuvToRgb() 94 uint8_t* const rgb) { in VP8YuvToRgb565()
|
A D | yuv.c | 171 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 D | yuv_sse2.c | 170 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 D | yuv_neon.c | 49 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 D | alpha_processing_neon.c | 64 uint8_t* const rgb = rgba + (alpha_first ? 1 : 0); in ApplyAlphaMultiply_NEON() local
|
A D | upsampling_neon.c | 165 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ argument
|
A D | upsampling_msa.c | 247 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 D | testyuv_cvt.c | 23 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 D | testoverlay2.c | 362 Uint8 *rgb; in main() local
|
A D | testyuv.c | 78 Uint8 *rgb; in verify_yuv_data() local
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | menuconfig.py | 315 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 D | menuconfig.py | 315 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 D | raw_decode.c | 109 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 D | picture_csp_enc.c | 307 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 D | pnmdec.c | 182 uint8_t* rgb = NULL, *tmp_rgb; in ReadPNM() local
|
A D | image_enc.c | 78 uint8_t* rgb, int stride, in WriteUsingWIC() 148 uint8_t* const rgb = buffer->u.RGBA.rgba; in WebPWritePNG() local
|
A D | pngdec.c | 244 uint8_t* volatile rgb = NULL; in ReadPNG() local
|
A D | wicdec.c | 269 BYTE* rgb = NULL; in ReadPictureWithWIC() local
|
A D | jpegdec.c | 265 uint8_t* volatile rgb = NULL; in ReadJPEG() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | rpng2-win.c | 198 } rgb[] = { variable
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2bw.c | 57 compresscontig(unsigned char* out, unsigned char* rgb, uint32 n) in compresscontig()
|