Searched defs:gb (Results 1 – 8 of 8) sorted by relevance
62 const uint32_t gb = rgb565[2 * x + 0]; in WebPImportRGB565() local
74 const __m128i gb = _mm_packus_epi32(gb0, gb1); // g b in CollectColorBlueTransforms_SSE41() local
69 const int gb = ((g << 3) & 0xe0) | (b >> 3); in YuvToRgb565() local
99 const int gb = ((g << 3) & 0xe0) | (b >> 3); in VP8YuvToRgb565() local
471 const uint8_t gb = ((argb >> 5) & 0xe0) | ((argb >> 3) & 0x1f); in VP8LConvertBGRAToRGB565_C() local
277 const int gb = ((g << 3) & 0xe0) | (b >> 3); in YuvToRgb565() local
155 const __m128i gb = _mm_or_si128(g2, b1); in PackAndStore565_SSE2() local
160 FXGroupBox *gb = new FXGroupBox(vf, "Output", FRAME_GROOVE|LAYOUT_FILL_X); in MainWindow() local
Completed in 24 milliseconds