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

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc530 const uint8* next_argb1555 = src_argb1555 + src_stride_argb1555; local
539 uint8 b2 = next_argb1555[0] & 0x1f;
540 uint8 g2 = (next_argb1555[0] >> 5) | ((next_argb1555[1] & 0x03) << 3);
541 uint8 r2 = (next_argb1555[1] & 0x7c) >> 2;
542 uint8 b3 = next_argb1555[2] & 0x1f;
543 uint8 g3 = (next_argb1555[2] >> 5) | ((next_argb1555[3] & 0x03) << 3);
544 uint8 r3 = (next_argb1555[3] & 0x7c) >> 2;
554 next_argb1555
[all...]
/external/libyuv/files/source/
H A Drow_common.cc541 const uint8* next_argb1555 = src_argb1555 + src_stride_argb1555; local
550 uint8 b2 = next_argb1555[0] & 0x1f;
551 uint8 g2 = (next_argb1555[0] >> 5) | ((next_argb1555[1] & 0x03) << 3);
552 uint8 r2 = (next_argb1555[1] & 0x7c) >> 2;
553 uint8 b3 = next_argb1555[2] & 0x1f;
554 uint8 g3 = (next_argb1555[2] >> 5) | ((next_argb1555[3] & 0x03) << 3);
555 uint8 r3 = (next_argb1555[3] & 0x7c) >> 2;
565 next_argb1555
[all...]

Completed in 531 milliseconds