HomeSort by relevance Sort by last modified time
    Searched full:next_argb4444 (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 586 const uint8* next_argb4444 = src_argb4444 + src_stride_argb4444; local
595 uint8 b2 = next_argb4444[0] & 0x0f;
596 uint8 g2 = next_argb4444[0] >> 4;
597 uint8 r2 = next_argb4444[1] & 0x0f;
598 uint8 b3 = next_argb4444[2] & 0x0f;
599 uint8 g3 = next_argb4444[2] >> 4;
600 uint8 r3 = next_argb4444[3] & 0x0f;
610 next_argb4444 += 4;
618 uint8 b2 = next_argb4444[0] & 0x0f;
619 uint8 g2 = next_argb4444[0] >> 4
    [all...]

Completed in 141 milliseconds