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

@ -208,6 +208,7 @@ ENC_OBJS = \
src/enc/picture_psnr.o \
src/enc/picture_rescale.o \
src/enc/picture_tools.o \
src/enc/predictor.o \
src/enc/quant.o \
src/enc/syntax.o \
src/enc/token.o \