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

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_argb.cc 818 static uvec8 kShuffleMaskABGRToARGB = {
856 (const uint8*)(&kShuffleMaskABGRToARGB),
867 (const uint8*)(&kShuffleMaskABGRToARGB),
    [all...]
  /external/libyuv/files/source/
convert_argb.cc 872 static uvec8 kShuffleMaskABGRToARGB = {2u, 1u, 0u, 3u, 6u, 5u, 4u, 7u,
912 (const uint8*)(&kShuffleMaskABGRToARGB), width, height);
924 (const uint8*)(&kShuffleMaskABGRToARGB), width, height);
    [all...]

Completed in 76 milliseconds