aboutsummaryrefslogtreecommitdiff
path: root/libvpx/vp9/common/vp9_seg_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vp9/common/vp9_seg_common.h')
-rw-r--r--libvpx/vp9/common/vp9_seg_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvpx/vp9/common/vp9_seg_common.h b/libvpx/vp9/common/vp9_seg_common.h
index b63e4f499..5e71c2fca 100644
--- a/libvpx/vp9/common/vp9_seg_common.h
+++ b/libvpx/vp9/common/vp9_seg_common.h
@@ -25,6 +25,11 @@ extern "C" {
#define PREDICTION_PROBS 3
+// Segment ID used to skip background encoding
+#define BACKGROUND_SEG_SKIP_ID 3
+// Number of frames that don't skip after a key frame
+#define FRAMES_NO_SKIPPING_AFTER_KEY 20
+
// Segment level features.
typedef enum {
SEG_LVL_ALT_Q = 0, // Use alternate Quantizer ....