Disable PCM

This commit is contained in:
Marko Viitanen 2018-08-29 09:59:53 +03:00
parent 23a1292f52
commit bb9dc22336

View file

@ -129,8 +129,8 @@ typedef int16_t coeff_t;
#define MAX_PU_DEPTH 4
//! spec: pcm_enabled_flag, Setting to 1 will enable using PCM blocks (current intra-search does not consider PCM)
#define ENABLE_PCM 1
#define FORCE_PCM 1
#define ENABLE_PCM 0
#define FORCE_PCM 0
//! skip residual coding when it's under _some_ threshold
#define OPTIMIZATION_SKIP_RESIDUAL_ON_THRESHOLD 0