aboutsummaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_quantize.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_quantize.h')
-rw-r--r--vp9/encoder/vp9_quantize.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp9/encoder/vp9_quantize.h b/vp9/encoder/vp9_quantize.h
index 2e6d7da2b..f626f0656 100644
--- a/vp9/encoder/vp9_quantize.h
+++ b/vp9/encoder/vp9_quantize.h
@@ -37,9 +37,6 @@ typedef struct {
DECLARE_ALIGNED(16, int16_t, uv_round[QINDEX_RANGE][8]);
} QUANTS;
-void vp9_regular_quantize_b_4x4(MACROBLOCK *x, int plane, int block,
- const int16_t *scan, const int16_t *iscan);
-
struct VP9_COMP;
struct VP9Common;