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

  /external/libaom/libaom/third_party/libyuv/include/libyuv/
compare.h 66 double I420Ssim(const uint8* src_y_a, int stride_y_a,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
compare.h 91 double I420Ssim(const uint8_t* src_y_a,
  /external/libyuv/files/include/libyuv/
compare.h 80 double I420Ssim(const uint8* src_y_a,
  /external/libaom/libaom/third_party/libyuv/source/
compare.cc 350 double I420Ssim(const uint8* src_y_a, int stride_y_a,
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 401 double I420Ssim(const uint8_t* src_y_a,
  /external/libyuv/files/source/
compare.cc 330 double I420Ssim(const uint8* src_y_a,
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 323 double I420SSIM(const VideoFrame* ref_frame, const VideoFrame* test_frame) {
332 return libyuv::I420Ssim(ref_frame->buffer(kYPlane),
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 213 result = libyuv::I420Ssim(src_y_a, stride_y, src_u_a, stride_uv,

Completed in 3282 milliseconds