summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.c
AgeCommit message (Expand)Author
2017-02-14apply clang-formatclang-format
2016-08-02vp9/common: apply clang-formatclang-format
2016-07-04Remove txfrm_block_to_raster_xy() from vp9 encoderJingning Han
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-09-30VP9: remove plane_type from macroblockd_planeScott LaVarnway
2015-07-24Remove branch in inner loop of foreach_transformed_block_in_plane()Alex Converse
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-03-12Fix a typo introduced in #94401affYaowu Xu
2015-03-11Refactor the block decode code to make it simpler.hkuang
2014-10-13Use pre increment.hkuang
2014-09-19Remove mi_grid_* structures.hkuang
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-06-18BITSTREAM: Handle transform size and motion vectors more logically for non-420.Alex Converse
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-02-27Adding get_y_mode() function.Dmitry Kovalev
2014-02-11Removing vp9_foreach_transformed_block_uv() function.Dmitry Kovalev
2014-01-31static function convert to inline or global vp9_blockd.hJim Bankoski
2013-04-29Change above/left_context to use an 8x8 basis.Ronald S. Bultje
2013-04-24Move sbsegment out of experimental listJingning Han
2013-04-17Fairly basic integration of rectangular blocks in encoding RD loop.Ronald S. Bultje
2013-03-04Make superblocks independent of macroblock code and data.Ronald S. Bultje
2013-02-15Remove some Y2-related code.Ronald S. Bultje
2013-01-10Merge tx32x32 experiment.Ronald S. Bultje
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-11clean up tokenize_b() and stuff_b()Yaowu Xu
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar