video coding tests: Adding ssimFrame to interface
Review URL: http://webrtc-codereview.appspot.com/188004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@685 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
ae7a0522c5
commit
e06be4f678
@ -52,5 +52,9 @@ SsimFromFiles(const WebRtc_Word8 *refFileName,
|
||||
const WebRtc_Word8 *testFileName, WebRtc_Word32 width,
|
||||
WebRtc_Word32 height, QualityMetricsResult *result);
|
||||
|
||||
double
|
||||
SsimFrame(WebRtc_UWord8 *img1, WebRtc_UWord8 *img2, WebRtc_Word32 stride_img1,
|
||||
WebRtc_Word32 stride_img2, WebRtc_Word32 width, WebRtc_Word32 height);
|
||||
|
||||
|
||||
#endif // WEBRTC_MODULES_VIDEO_CODING_TEST_VIDEO_METRICS_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user