shithub: libvpx

RSS feed

bb41ab4a – John Koleszar <jkoleszar@google.com> authored on 2013/04/23 12:22
Remove BLOCKD structure

4f55c561 – John Koleszar <jkoleszar@google.com> authored on 2013/04/25 07:15
Remove destination pointers from BLOCKD

4b27eb1f – John Koleszar <jkoleszar@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/26 05:08
Merge "quantize: make 4x4, 8x8 common with larger transforms" into experimental

57f180b3 – Scott LaVarnway <slavarnway@google.com> authored on 2013/04/26 06:19
Removed bmi from blockd

a672351a – John Koleszar <jkoleszar@google.com> authored on 2013/04/25 10:44
quantize: make 4x4, 8x8 common with larger transforms

18f29ff5 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/25 10:17
Remove duplicate code in RD handle_inter_mode() function.

8d028402 – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/24 08:28
Remove implicit assumption that mode_info_stride == mb_cols + 1.

811f80ca – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/24 07:28
Remove write-only variables that store refframe, signbias and mv.

c849eaca – Ronald S. Bultje <rbultje@google.com> authored on 2013/04/24 05:18
Use b_width/height_log2 instead of mb_ where appropriate.

e40a7690 – John Koleszar <jkoleszar@google.com> authored on 2013/04/25 07:54
Fix incorrect dequant used in detokenize

a99e1aa8 – John Koleszar <jkoleszar@google.com> authored on 2013/04/25 07:15
Remove predictor pointers from BLOCKD

6c0c6b86 – John Koleszar <jkoleszar@google.com> authored on 2013/04/24 11:01
Remove diff from BLOCKD

15255eef – John Koleszar <jkoleszar@google.com> authored on 2013/04/24 10:48
Move dequant from BLOCKD to per-plane MACROBLOCKD

4bd0f4f6 – John Koleszar <jkoleszar@google.com> authored on 2013/04/23 12:22
Remove BLOCK structure

61a47da8 – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/24 08:14
Adding is_inter_mode function.

2cf0675a – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 06:18
Merge "Removing unused mi_mv_pred_row and mi_mv_pred_col functions." into experimental

9b081e68 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 06:17
Merge "Using ROUND_POWER_OF_TWO macro inside vp9_loopfilter_filters.c." into experimental

22c6ce03 – Dmitry Kovalev <dkovalev@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 06:17
Merge "Handling frame references and scale factors in one for loop." into experimental

b42b41c8 – Jingning Han <jingning@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 05:18
Merge "Move sbsegment out of experimental list" into experimental

a426c7f3 – Scott LaVarnway <slavarnway@google.com> authored and Gerrit Code Review <gerrit@gerrit.golo.chromium.org> committed on 2013/04/25 04:53
Merge "Moved dequantization into the token decoder" into experimental

994c79cc – Dmitry Kovalev <dkovalev@google.com> authored on 2013/04/24 13:20
Handling frame references and scale factors in one for loop.