vpx/vp9/encoder
Yunqing Wang 8ee605f188 vp9_ethread: modify the cyclic refresh struct
Two members in struct CYCLIC_REFRESH
  int64_t projected_rate_sb;
  int64_t projected_dist_sb;
are updated at the superblock level, which makes them shared data
in the multi-thread situation, and requires extra work to handle
them. However, those values are updated and used immediately, and
therefore can be removed. This patch cleaned up the code and
removed the two members.

Change-Id: I2c6ee4552bf49fb63ce590cdb47f9723974fffb1
2014-11-13 15:05:46 -08:00
..
2014-08-08 13:57:25 -07:00
2014-03-05 11:57:57 -08:00
2014-03-05 11:57:57 -08:00
2014-04-22 14:57:05 -07:00
2014-04-22 14:57:05 -07:00
2014-10-13 10:16:44 +01:00
2014-10-30 11:09:40 -07:00
2014-10-01 14:18:11 -07:00
2014-10-01 14:18:11 -07:00
2014-03-05 11:57:57 -08:00
2014-03-05 11:57:57 -08:00