mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Disable PCM
This commit is contained in:
parent
23a1292f52
commit
bb9dc22336
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue