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-11-12 14:25:45 -08:00
2014-09-16 14:55:37 -07:00
2014-03-26 18:01:59 -07:00
2014-11-13 15:05:46 -08:00
2014-11-13 15:05:46 -08:00
2014-11-07 14:11:29 +00:00
2014-11-07 14:11:29 +00:00
2014-10-17 17:04:37 -07:00
2014-11-04 16:11:50 -08:00
2014-10-20 16:09:37 +01:00
2014-11-05 21:17:09 -08:00
2014-09-11 19:56:33 -07:00
2014-11-05 21:17:09 -08:00
2014-03-05 11:57:57 -08:00
2014-03-05 11:57:57 -08:00
2014-11-05 13:47:28 -08:00
2014-10-06 15:27:40 -07:00
2014-10-06 15:27:40 -07:00
2014-11-13 15:05:46 -08:00
2014-06-30 09:36:23 -07:00
2014-10-28 18:57:01 -07:00
2014-10-28 18:57:01 -07:00
2014-10-22 15:03:12 -07:00
2014-04-22 14:57:05 -07:00
2014-11-11 16:09:07 -08:00
2014-11-04 11:46:48 -08:00
2014-10-08 11:07:04 -07:00
2014-01-23 16:21:24 -08:00
2014-11-07 14:11:29 +00:00
2014-11-06 10:45:00 +00:00
2014-09-02 14:37:10 -07:00
2014-09-18 18:05:07 -07:00
2014-10-08 23:59:43 -07:00
2014-04-22 17:48:31 -07:00
2014-11-03 09:02:57 -08:00
2014-10-08 23:59:43 -07:00
2014-09-25 01:50:36 -07:00
2014-04-22 14:57:05 -07:00
2014-11-07 13:44:17 -08:00
2014-10-27 19:37:13 -07:00
2014-11-05 13:47:28 -08:00
2014-10-09 14:40:40 -07:00
2014-11-10 16:55:13 -08:00
2014-10-13 10:16:44 +01:00
2014-10-31 08:55:28 -07:00
2014-10-30 11:09:40 -07:00
2014-10-31 08:55:28 -07:00
2014-10-27 19:37:13 -07:00
2014-10-03 11:38:05 -07:00
2014-09-23 22:55:33 -07:00
2014-10-09 14:40:40 -07:00
2014-09-19 21:27:11 -07:00
2014-08-06 12:59:02 -07:00
2014-10-31 17:29:02 -07:00
2014-10-29 17:05:04 -07:00
2014-10-01 14:18:11 -07:00
2014-10-01 14:18:11 -07:00
2014-08-05 14:34:15 -07:00
2014-08-05 14:34:15 -07:00
2014-10-20 16:09:37 +01:00
2014-10-16 16:09:40 +01:00
2014-10-16 16:09:40 +01:00
2014-07-11 17:45:40 +01:00
2014-10-22 15:03:12 -07:00
2014-10-03 11:54:30 -07:00
2014-03-05 11:57:57 -08:00
2014-03-05 11:57:57 -08:00
2014-11-05 13:47:28 -08:00
2014-10-09 14:40:40 -07:00
2014-08-05 21:57:54 -07:00
2014-08-05 21:57:54 -07:00
2014-08-05 21:58:03 -07:00
2014-08-12 20:15:14 -07:00