Commit 8eae88f 1 parent 3c1b026 commit 8eae88f Copy full SHA for 8eae88f
File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,13 @@ pub static RAV1E_INTRA_MODES: &'static [PredictionMode] = &[
32
32
PredictionMode :: SMOOTH_H_PRED ,
33
33
PredictionMode :: SMOOTH_V_PRED ,
34
34
PredictionMode :: PAETH_PRED ,
35
- PredictionMode :: D45_PRED ,
36
- PredictionMode :: D135_PRED ,
37
- PredictionMode :: D117_PRED ,
38
- PredictionMode :: D153_PRED ,
39
- PredictionMode :: D207_PRED ,
40
- PredictionMode :: D63_PRED ,
35
+ // reconstruction of directional prediction is currently broken
36
+ // PredictionMode::D45_PRED,
37
+ // PredictionMode::D135_PRED,
38
+ // PredictionMode::D117_PRED,
39
+ // PredictionMode::D153_PRED,
40
+ // PredictionMode::D207_PRED,
41
+ // PredictionMode::D63_PRED,
41
42
] ;
42
43
43
44
// Intra prediction modes tested at high speed levels
You can’t perform that action at this time.
0 commit comments