]> granicus.if.org Git - libvpx/commitdiff
Remove some deprecated constants.
authorPaul Wilkins <paulwilkins@google.com>
Wed, 12 Sep 2018 11:37:05 +0000 (12:37 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 12 Sep 2018 11:37:05 +0000 (12:37 +0100)
Removal of some # defines relating to deprecated multi-arf work.

Change-Id: I460b6c4bee9bf0ef588eddc47329c2b17f60e5ba

vp9/common/vp9_blockd.h

index 1473806502ec516c4c6199184a563f95bd7624ec..090f44d6db4de6d9171d326bbc3c49fdd03a6c62 100644 (file)
@@ -61,12 +61,6 @@ typedef struct {
 #define ALTREF_FRAME 3
 #define MAX_REF_FRAMES 4
 
-#define LAST2_FRAME 4
-#define LAST3_FRAME 5
-#define BWDREF_FRAME 6
-#define ALTREF2_FRAME 7
-#define LAST_REF_FRAMES 3
-
 typedef int8_t MV_REFERENCE_FRAME;
 
 // This structure now relates to 8x8 block regions.