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

  /external/libyuv/files/source/
row_neon.cc 341 void SplitUV_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) {
    [all...]
convert.cc 429 SplitUV = SplitUV_NEON;
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 257 void SplitUV_NEON(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix);

Completed in 67 milliseconds