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

  /external/libyuv/files/source/
planar_functions.cc 79 void MirrorPlane(const uint8* src_y, int src_stride_y,
260 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
263 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
planar_functions.cc 230 void MirrorPlane(const uint8* src_y, int src_stride_y,
444 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
476 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
478 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
479 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
    [all...]
  /external/chromium_org/third_party/libyuv/source/
planar_functions.cc 230 void MirrorPlane(const uint8* src_y, int src_stride_y,
444 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
476 MirrorPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
478 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
479 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
    [all...]

Completed in 668 milliseconds