Searched defs:rgb565 (Results 1 – 12 of 12) sorted by relevance
227 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local342 uint16x8_t rgb565 = vqshluq_n_s16(r, 8); in jsimd_ycc_rgb_convert_neon() local
50 int WebPImportRGB565(const uint8_t* rgb565, WebPPicture* pic) { in WebPImportRGB565()
19 GLColor Convert565(const R5G6B5 &rgb565) in Convert565()31 R5G6B5 rgb565; in Convert565() local
87 uint16_t RGB::rgb565() const in rgb565() function in kms::RGB
260 uint16_t rgb565; member
109 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
101 uint16_t* rgb565 = reinterpret_cast<uint16_t*>(dst); in get_packed_glyph_image() local
161 static SkPMColor from565(uint16_t rgb565) { in from565()
414 static const uint16_t rgb565[kNumPixels] = { variable
160 const __m128i rgb565 = _mm_unpacklo_epi8(rg, gb); in PackAndStore565_SSE2() local162 const __m128i rgb565 = _mm_unpacklo_epi8(gb, rg); in PackAndStore565_SSE2() local
164 uint16_t rgb565; member
64 uint16_t rgb565; member