]> granicus.if.org Git - libvpx/commit
Move PSNR related functions into vpx_dsp/psnr.c
authorYaowu Xu <yaowu@google.com>
Wed, 17 Feb 2016 16:42:56 +0000 (08:42 -0800)
committerYaowu Xu <yaowu@google.com>
Wed, 17 Feb 2016 21:05:34 +0000 (13:05 -0800)
commit7538501ad1e4ed8c2bda105180dcd309ba8148f5
tree53fb54e479cf212167ec4c708dffb5f7be27de7e
parent18eaf8e6fc4a068c60fc0b5a80b664b35bf028bf
Move PSNR related functions into vpx_dsp/psnr.c

This makes all metric computation to locate at some place, also gets
rid of duplicate code between vp9 and vp10.

Change-Id: I24a2707d183a2419cd18a8343010adae185ffcd4
15 files changed:
vp10/encoder/encoder.c
vp10/encoder/encoder.h
vp10/encoder/picklpf.c
vp10/encoder/pickrst.c
vp8/encoder/onyx_if.c
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_picklpf.c
vpx/internal/vpx_psnr.h [deleted file]
vpx/src/vpx_psnr.c [deleted file]
vpx/vpx_codec.mk
vpx_dsp/psnr.c [new file with mode: 0644]
vpx_dsp/psnr.h [new file with mode: 0644]
vpx_dsp/psnrhvs.c
vpx_dsp/vpx_dsp.mk