Home
last modified time | relevance | path

Searched refs:gb (Results 1 – 11 of 11) 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
65 const uint32_t gb = rgb565[2 * x + 1]; in WebPImportRGB565()
68 uint32_t g = ((rg << 5) | (gb >> 3)) & 0xfc; in WebPImportRGB565()
69 uint32_t b = (gb << 5); in WebPImportRGB565()
/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
75 const __m128i g = _mm_and_si128(gb, mask_g); // g 0 in CollectColorBlueTransforms_SSE41()
78 const __m128i C = _mm_sub_epi8(gb, B); // x b' in CollectColorBlueTransforms_SSE41()
A Dyuv.h99 const int gb = ((g << 3) & 0xe0) | (b >> 3); in VP8YuvToRgb565() local
101 rgb[0] = gb; in VP8YuvToRgb565()
105 rgb[1] = gb; in VP8YuvToRgb565()
A Dupsampling_mips_dsp_r2.c69 const int gb = ((g << 3) & 0xe0) | (b >> 3); in YuvToRgb565() local
71 rgb[0] = gb; in YuvToRgb565()
75 rgb[1] = gb; in YuvToRgb565()
A Dupsampling_neon.c130 const uint8x8_t gb = vsri_n_u8(g1, b, 3); /* shift b and insert g */ \
131 const uint8x8x2_t rgb565 = ZIP_U8(rg, gb); \
A Dlossless.c471 const uint8_t gb = ((argb >> 5) & 0xe0) | ((argb >> 3) & 0x1f); in VP8LConvertBGRAToRGB565_C() local
473 *dst++ = gb; in VP8LConvertBGRAToRGB565_C()
477 *dst++ = gb; in VP8LConvertBGRAToRGB565_C()
A Dupsampling_msa.c277 const int gb = ((g << 3) & 0xe0) | (b >> 3); in YuvToRgb565() local
279 rgb[0] = gb; in YuvToRgb565()
283 rgb[1] = gb; in YuvToRgb565()
A Dyuv_sse2.c155 const __m128i gb = _mm_or_si128(g2, b1); in PackAndStore565_SSE2() local
157 const __m128i rgb565 = _mm_unpacklo_epi8(rg, gb); in PackAndStore565_SSE2()
159 const __m128i rgb565 = _mm_unpacklo_epi8(gb, rg); in PackAndStore565_SSE2()
/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
161 FXMatrix *matrix = new FXMatrix(gb, 3, MATRIX_BY_COLUMNS|LAYOUT_FILL_X); in MainWindow()
187 gb = new FXGroupBox(vf, "Input", FRAME_GROOVE|LAYOUT_FILL_X|LAYOUT_FILL_Y); in MainWindow()
188 FXVerticalFrame *innerVF = new FXVerticalFrame(gb, LAYOUT_FILL_X|LAYOUT_FILL_Y); in MainWindow()
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css1805 …font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5 …FG5GI1HK.JM.LO0QQ7SR=VSDWSG[\4Z\7[[C\\Rcbhmk�us�zx�~{��|����|�zw�so�mj�kf�gb�hd�lf�lh�lh�leuibij`…

Completed in 31 milliseconds