HomeSort by relevance Sort by last modified time
    Searched refs:next_argb1555 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 538 const uint8* next_argb1555 = src_argb1555 + src_stride_argb1555; local
547 uint8 b2 = next_argb1555[0] & 0x1f;
548 uint8 g2 = (next_argb1555[0] >> 5) | ((next_argb1555[1] & 0x03) << 3);
549 uint8 r2 = (next_argb1555[1] & 0x7c) >> 2;
550 uint8 b3 = next_argb1555[2] & 0x1f;
551 uint8 g3 = (next_argb1555[2] >> 5) | ((next_argb1555[3] & 0x03) << 3);
552 uint8 r3 = (next_argb1555[3] & 0x7c) >> 2;
562 next_argb1555 += 4
    [all...]
  /external/libyuv/files/source/
row_common.cc 530 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 += 4
    [all...]

Completed in 41 milliseconds