Searched refs:next_rgb565 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc483 const uint8* next_rgb565 = src_rgb565 + src_stride_rgb565; local
492 uint8 b2 = next_rgb565[0] & 0x1f;
493 uint8 g2 = (next_rgb565[0] >> 5) | ((next_rgb565[1] & 0x07) << 3);
494 uint8 r2 = next_rgb565[1] >> 3;
495 uint8 b3 = next_rgb565[2] & 0x1f;
496 uint8 g3 = (next_rgb565[2] >> 5) | ((next_rgb565[3] & 0x07) << 3);
497 uint8 r3 = next_rgb565[3] >> 3;
506 next_rgb565
[all...]
/external/libyuv/files/source/
H A Drow_common.cc491 const uint8* next_rgb565 = src_rgb565 + src_stride_rgb565; local
500 uint8 b2 = next_rgb565[0] & 0x1f;
501 uint8 g2 = (next_rgb565[0] >> 5) | ((next_rgb565[1] & 0x07) << 3);
502 uint8 r2 = next_rgb565[1] >> 3;
503 uint8 b3 = next_rgb565[2] & 0x1f;
504 uint8 g3 = (next_rgb565[2] >> 5) | ((next_rgb565[3] & 0x07) << 3);
505 uint8 r3 = next_rgb565[3] >> 3;
514 next_rgb565
[all...]

Completed in 149 milliseconds