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
parent
18eaf8e6
No related branches found
No related tags found
Showing
- vp10/encoder/encoder.c 8 additions, 285 deletionsvp10/encoder/encoder.c
- vp10/encoder/encoder.h 0 additions, 6 deletionsvp10/encoder/encoder.h
- vp10/encoder/picklpf.c 4 additions, 3 deletionsvp10/encoder/picklpf.c
- vp10/encoder/pickrst.c 4 additions, 3 deletionsvp10/encoder/pickrst.c
- vp8/encoder/onyx_if.c 1 addition, 1 deletionvp8/encoder/onyx_if.c
- vp9/encoder/vp9_encoder.c 8 additions, 286 deletionsvp9/encoder/vp9_encoder.c
- vp9/encoder/vp9_encoder.h 0 additions, 6 deletionsvp9/encoder/vp9_encoder.h
- vp9/encoder/vp9_picklpf.c 4 additions, 4 deletionsvp9/encoder/vp9_picklpf.c
- vpx/internal/vpx_psnr.h 0 additions, 36 deletionsvpx/internal/vpx_psnr.h
- vpx/src/vpx_psnr.c 0 additions, 23 deletionsvpx/src/vpx_psnr.c
- vpx/vpx_codec.mk 0 additions, 2 deletionsvpx/vpx_codec.mk
- vpx_dsp/psnr.c 298 additions, 0 deletionsvpx_dsp/psnr.c
- vpx_dsp/psnr.h 65 additions, 0 deletionsvpx_dsp/psnr.h
- vpx_dsp/psnrhvs.c 1 addition, 1 deletionvpx_dsp/psnrhvs.c
- vpx_dsp/vpx_dsp.mk 2 additions, 0 deletionsvpx_dsp/vpx_dsp.mk
Loading
Please register or sign in to comment