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

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
rotate_argb.cc 45 static void ARGBTranspose(const uint8* src, int src_stride,
74 // Rotate by 90 is a ARGBTranspose with the source read
79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
85 // Rotate by 270 is a ARGBTranspose with the destination written
90 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
  /external/chromium_org/third_party/libyuv/source/
rotate_argb.cc 45 static void ARGBTranspose(const uint8* src, int src_stride,
74 // Rotate by 90 is a ARGBTranspose with the source read
79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
85 // Rotate by 270 is a ARGBTranspose with the destination written
90 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
  /external/libyuv/files/source/
rotate_argb.cc 36 static void ARGBTranspose(const uint8* src, int src_stride,
60 // Rotate by 90 is a ARGBTranspose with the source read
65 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
71 // Rotate by 270 is a ARGBTranspose with the destination written
76 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);

Completed in 37 milliseconds