Will be removed in C++17:
http://en.cppreference.com/w/cpp/language/storage_duration
Change-Id: Iadce5e2b974c707799fa939f3ff1c420fb79a871
}
{
- register int shift = vp8_norm[range];
+ const int shift = vp8_norm[range];
range <<= shift;
value <<= shift;
count -= shift;
int count = br->count;
unsigned int range = br->range;
unsigned int lowvalue = br->lowvalue;
- register int shift;
+ int shift;
#ifdef VP8_ENTROPY_STATS
#if defined(SECTIONBITS_OUTPUT)
}
{
- register int shift = vpx_norm[range];
+ const int shift = vpx_norm[range];
range <<= shift;
value <<= shift;
count -= shift;
int count = br->count;
unsigned int range = br->range;
unsigned int lowvalue = br->lowvalue;
- register int shift;
+ int shift;
split = 1 + (((range - 1) * probability) >> 8);