]> granicus.if.org Git - libvpx/blobdiff - vpxstats.h
Merge "Move noise level estimate outside denoiser."
[libvpx] / vpxstats.h
index 9ce9c532094d4414dd5b16efa1ddc8f86a8487a1..5c9ea34f71a3cd401b1ee4c8734f41e80ca8388f 100644 (file)
@@ -36,8 +36,6 @@ void stats_close(stats_io_t *stats, int last_pass);
 void stats_write(stats_io_t *stats, const void *pkt, size_t len);
 vpx_fixed_buf_t stats_get(stats_io_t *stats);
 
-double vp8_mse2psnr(double samples, double peak, double mse);
-
 #ifdef __cplusplus
 }  // extern "C"
 #endif