summaryrefslogtreecommitdiff
path: root/vp8/encoder/quantize.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/quantize.h')
-rw-r--r--vp8/encoder/quantize.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp8/encoder/quantize.h b/vp8/encoder/quantize.h
index b74718bfa..e4c32a570 100644
--- a/vp8/encoder/quantize.h
+++ b/vp8/encoder/quantize.h
@@ -17,6 +17,7 @@
#define prototype_quantize_block(sym) \
void (sym)(BLOCK *b,BLOCKD *d)
+
#if ARCH_X86 || ARCH_X86_64
#include "x86/quantize_x86.h"
#endif
@@ -41,6 +42,7 @@ typedef struct
prototype_quantize_block(*fastquantb);
} vp8_quantize_rtcd_vtable_t;
+
#if CONFIG_RUNTIME_CPU_DETECT
#define QUANTIZE_INVOKE(ctx,fn) (ctx)->fn
#else