Searched defs:rgb565 (Results 1 – 10 of 10) sorted by relevance
227 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local328 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local
19 GLColor Convert565(const R5G6B5 &rgb565) in Convert565()31 R5G6B5 rgb565; in Convert565() local
50 int WebPImportRGB565(const uint8_t* rgb565, WebPPicture* pic) { in WebPImportRGB565()
309 uint16_t rgb565; member
91 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
161 static SkPMColor from565(uint16_t rgb565) { in from565()
390 static const uint16_t rgb565[kNumPixels] = { variable
166 uint16_t rgb565; member
63 uint16_t rgb565; member
157 const __m128i rgb565 = _mm_unpacklo_epi8(rg, gb); in PackAndStore565_SSE2() local159 const __m128i rgb565 = _mm_unpacklo_epi8(gb, rg); in PackAndStore565_SSE2() local