Commit ce896df0 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "vp9_entropy: inline comes first to avoid warning."

Showing with 1 addition and 1 deletion
...@@ -188,7 +188,7 @@ static INLINE int get_entropy_context(TX_SIZE tx_size, const ENTROPY_CONTEXT *a, ...@@ -188,7 +188,7 @@ static INLINE int get_entropy_context(TX_SIZE tx_size, const ENTROPY_CONTEXT *a,
return combine_entropy_contexts(above_ec, left_ec); return combine_entropy_contexts(above_ec, left_ec);
} }
static const INLINE scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size,
PLANE_TYPE type, int block_idx) { PLANE_TYPE type, int block_idx) {
const MODE_INFO *const mi = xd->mi[0]; const MODE_INFO *const mi = xd->mi[0];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment