Home
last modified time | relevance | path

Searched defs:gb (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dextras.c62 const uint32_t gb = rgb565[2 * x + 0]; in WebPImportRGB565() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc_sse41.c74 const __m128i gb = _mm_packus_epi32(gb0, gb1); // g b in CollectColorBlueTransforms_SSE41() local
A Dupsampling_mips_dsp_r2.c69 const int gb = ((g << 3) & 0xe0) | (b >> 3); in YuvToRgb565() local
A Dyuv.h99 const int gb = ((g << 3) & 0xe0) | (b >> 3); in VP8YuvToRgb565() local
A Dlossless.c471 const uint8_t gb = ((argb >> 5) & 0xe0) | ((argb >> 3) & 0x1f); in VP8LConvertBGRAToRGB565_C() local
A Dupsampling_msa.c277 const int gb = ((g << 3) & 0xe0) | (b >> 3); in YuvToRgb565() local
A Dyuv_sse2.c155 const __m128i gb = _mm_or_si128(g2, b1); in PackAndStore565_SSE2() local
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/
A Dtest.cpp160 FXGroupBox *gb = new FXGroupBox(vf, "Output", FRAME_GROOVE|LAYOUT_FILL_X); in MainWindow() local

Completed in 24 milliseconds