From: Adrian Grange Date: Tue, 30 Jul 2013 19:59:46 +0000 (-0700) Subject: Merge "Cleanup typos, remove unnecessary lines, replace switch" X-Git-Tag: v1.3.0~712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbd73648dd022be5096ab3b86661cd747b3eea89;p=platform%2Fupstream%2Flibvpx.git Merge "Cleanup typos, remove unnecessary lines, replace switch" --- fbd73648dd022be5096ab3b86661cd747b3eea89 diff --cc vp9/encoder/vp9_rdopt.c index 7cc758d,7d82f18..4e96210 --- a/vp9/encoder/vp9_rdopt.c +++ b/vp9/encoder/vp9_rdopt.c @@@ -1396,9 -1406,9 +1397,9 @@@ static int64_t rd_pick_intra_sby_mode(V txfm_cache[i] = INT64_MAX; } - /* Y Search for 32x32 intra prediction mode */ + /* Y Search for intra prediction mode */ for (mode = DC_PRED; mode <= TM_PRED; mode++) { - int64_t local_txfm_cache[NB_TXFM_MODES]; + int64_t local_txfm_cache[TX_MODES]; MODE_INFO *const mic = xd->mode_info_context; const int mis = xd->mode_info_stride;