vp9_pickmode.c resolve vs issue

Change-Id: Ibe4276fa9ffeb2ef30871d6db8ac75c4648f1e58
This commit is contained in:
Jim Bankoski 2014-02-14 07:16:31 -08:00 committed by Gerrit Code Review
parent a60b76bd09
commit 524bac612a

View File

@ -151,7 +151,7 @@ int64_t vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
VP9_ALT_FLAG };
int64_t best_rd = INT64_MAX;
int64_t this_rd;
int64_t cost[4]= { 0, 100, 150, 205 };
int cost[4]= { 0, 100, 150, 205 };
x->skip_encode = cpi->sf.skip_encode_frame && x->q_index < QIDX_SKIP_THRESH;