summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_reconintra.h
AgeCommit message (Expand)Author
2016-08-02vp9/common: apply clang-formatclang-format
2015-07-13Refactor intra block prediction functionJingning Han
2015-05-15vp9: correct some function signaturesJames Zern
2014-09-03Initializing intra modes without vpx_once().Dmitry Kovalev
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev
2014-03-13Using MB_PREDICTION_MODE enum instead of int.Dmitry Kovalev
2014-01-23vp9/common: add extern "C" to headersJames Zern
2013-12-16Remove border extension in intra frame prediction.hkuang
2013-10-31Cleanup. Adding const to function pointer arguments.Dmitry Kovalev
2013-08-14Adding const to arguments of intra prediction functions.Dmitry Kovalev
2013-06-26Make intra predictor reference buffer configurableJingning Han
2013-05-27a few clean-upsYaowu Xu
2013-05-22changes intra coding to be based on txfm blockYaowu Xu
2013-05-22Generalized intra 4x4 encoding for all sizesYaowu Xu
2013-05-07Deprecate comp_interintra_pred experiment.Paul Wilkins
2013-04-26Remove destination pointers from BLOCKDJohn Koleszar
2013-04-23Enable rectangular support for comp inter-intraJingning Han
2013-04-22Remove vp9_recon_intra_mbuvJohn Koleszar
2013-03-16Context-pred fix to not use top/left on edgesDeb Mukherjee
2013-02-26Removing redundant 'extern' keyword from function declarations.Dmitry Kovalev
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2013-01-0564x64 blocksize support.Ronald S. Bultje
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-01Supports inter-intra prediction with superblocksDeb Mukherjee
2012-11-30google style guide include guardsJim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar