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

  /external/libaom/libaom/third_party/libyuv/include/libyuv/
compare.h 52 double I420Psnr(const uint8* src_y_a, int stride_y_a,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
compare.h 67 double I420Psnr(const uint8_t* src_y_a,
  /external/libyuv/files/include/libyuv/
compare.h 56 double I420Psnr(const uint8* src_y_a,
  /external/libaom/libaom/third_party/libyuv/source/
compare.cc 246 double I420Psnr(const uint8* src_y_a, int stride_y_a,
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 287 double I420Psnr(const uint8_t* src_y_a,
  /external/libyuv/files/source/
compare.cc 217 double I420Psnr(const uint8* src_y_a,
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 295 double I420PSNR(const VideoFrame* ref_frame, const VideoFrame* test_frame) {
304 double psnr = libyuv::I420Psnr(ref_frame->buffer(kYPlane),
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 204 result = libyuv::I420Psnr(src_y_a, width, src_u_a, half_width,

Completed in 512 milliseconds