Move some lossless logic out of dsp.

Change-Id: I4cfd60cd5497666a2e1c188ceada2e71b05f1505
This commit is contained in:
Vincent Rabaud
2016-09-13 14:48:50 +02:00
parent 78363e9e51
commit 6cc48b1728
9 changed files with 729 additions and 696 deletions

View File

@ -116,6 +116,7 @@ enc_srcs := \
src/enc/picture_psnr.c \
src/enc/picture_rescale.c \
src/enc/picture_tools.c \
src/enc/predictor.c \
src/enc/quant.c \
src/enc/syntax.c \
src/enc/token.c \