Home
last modified time | relevance | path

Searched defs:rg (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Drandom_utils.h39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits, in VP8RandomBits2()
55 static WEBP_INLINE int VP8RandomBits(VP8Random* const rg, int num_bits) { in VP8RandomBits()
A Drandom_utils.c33 void VP8InitRandom(VP8Random* const rg, float dithering) { in VP8InitRandom()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dextras.c61 const uint32_t rg = rgb565[2 * x + 1]; in WebPImportRGB565() local
94 const uint32_t rg = rgb4444[2 * x + 1]; in WebPImportRGB4444() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dupsampling_mips_dsp_r2.c68 const int rg = (r & 0xf8) | (g >> 5); in YuvToRgb565() local
84 const int rg = (r & 0xf0) | (g >> 4); in YuvToRgba4444() local
A Dyuv.h98 const int rg = (r & 0xf8) | (g >> 5); in VP8YuvToRgb565() local
114 const int rg = (r & 0xf0) | (g >> 4); in VP8YuvToRgba4444() local
A Dlossless.c453 const uint8_t rg = ((argb >> 16) & 0xf0) | ((argb >> 12) & 0xf); in VP8LConvertBGRAToRGBA4444_C() local
470 const uint8_t rg = ((argb >> 16) & 0xf8) | ((argb >> 13) & 0x7); in VP8LConvertBGRAToRGB565_C() local
A Dupsampling_msa.c276 const int rg = (r & 0xf8) | (g >> 5); in YuvToRgb565() local
295 const int rg = (r & 0xf0) | (g >> 4); in YuvToRgba4444() local
A Dalpha_processing.c268 const uint32_t rg = rgba4444[2 * i + rg_byte_pos]; in ApplyAlphaMultiply4444_C() local
A Dyuv_sse2.c112 const __m128i rg = _mm_unpacklo_epi8(rb, ga); in PackAndStore4_SSE2() local
154 const __m128i rg = _mm_or_si128(r1, g1); in PackAndStore565_SSE2() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c140 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY()
145 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU()
150 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV()
756 VP8Random* const rg) { in ConvertRowToY()
829 VP8Random* const rg) { in ConvertRowsToUV()
893 VP8Random* rg = NULL; in ImportYUVAFromRGBA() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c362 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) { in Dither8x8()
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestGfxPrimitives.c48 static char rr[NUM_RANDOM], rg[NUM_RANDOM], rb[NUM_RANDOM], ra[NUM_RANDOM]; variable

Completed in 28 milliseconds