Remove unused macro from PVQ code

Change-Id: Ic01ba6097a8fe865d2d7e156bd600e58b63814d1
This commit is contained in:
Rostislav Pehlivanov 2017-03-20 07:59:31 +00:00
Родитель c760697861
Коммит 9545e42e91
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,6 @@
#include "av1/encoder/pvq_encoder.h"
#include "aom_ports/system_state.h"
#define OD_PVQ_RATE_APPROX (0)
/*Shift to ensure that the upper bound (i.e. for the max blocksize) of the
dot-product of the 1st band of chroma with the luma ref doesn't overflow.*/
#define OD_CFL_FLIP_SHIFT (OD_LIMIT_BSIZE_MAX + 0)