summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_reconintra.c
AgeCommit message (Expand)Author
2014-05-13Silience -wextra warnings in vp9_reconintra.cJingning Han
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev
2014-03-21Fix libvpx VP9 decoder dr memory errorsYunqing Wang
2014-03-13Using MB_PREDICTION_MODE enum instead of int.Dmitry Kovalev
2014-03-12Renaming mode2txfm_map to intra_mode_to_tx_type_lookup.Dmitry Kovalev
2014-03-03Adding get_tx_type() instead of get_tx_type_{8x8, 16x16}.Dmitry Kovalev
2014-02-25Fix a bug in intra prediction due to change inhkuang
2013-12-16Remove border extension in intra frame prediction.hkuang
2013-10-31Cleanup. Adding const to function pointer arguments.Dmitry Kovalev
2013-09-29fix cpplint issue in reconintraJim Bankoski
2013-08-27Merge "Renaming D27 to D207."Dmitry Kovalev
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-23Renaming D27 to D207.Dmitry Kovalev
2013-08-15Renaming d27 predictor to d207.Dmitry Kovalev
2013-08-14Adding const to arguments of intra prediction functions.Dmitry Kovalev
2013-08-08General code cleanup.Dmitry Kovalev
2013-07-10SSE/SSE2 assembly for 4x4/8x8/16x16/32x32 DC intra prediction.Ronald S. Bultje
2013-07-08Make intra prediction pointers RTCD-based.Ronald S. Bultje
2013-07-03Inline a few intra predictorsYaowu Xu
2013-06-26Merge "Make intra predictor reference buffer configurable"Jingning Han
2013-06-26Merge "Change to use LUT for mode-to-txfm conversion"Yaowu Xu
2013-06-26Make intra predictor reference buffer configurableJingning Han
2013-06-26Change to use LUT for mode-to-txfm conversionYaowu Xu
2013-06-25Refactor intra predictor blockJingning Han
2013-06-21Remove unused vp9_build_intra_predictors_sb{y,uv}_sJohn Koleszar
2013-06-06Removed rectangular intra prediction codeYaowu Xu
2013-05-31Adding plane_block_width and plane_block_height functions.Dmitry Kovalev
2013-05-28further clean-ups on intra4x4 codingJingning Han
2013-05-22changes intra coding to be based on txfm blockYaowu Xu
2013-05-22Generalized intra 4x4 encoding for all sizesYaowu Xu
2013-05-15Fix vp9_build_intra_predictors_sbuv_s for non-4:2:0John Koleszar
2013-05-07Deprecate comp_interintra_pred experiment.Paul Wilkins
2013-05-07Deprecate the newbintramode experiment.Paul Wilkins
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-05-04Fix first-pass intra4x4 for sb8x8 experiment.Ronald S. Bultje
2013-05-02Fix right-edge availability for intra prediction in sb8x8.Ronald S. Bultje
2013-05-02Fix some more offset errors in sb8x8.Ronald S. Bultje
2013-04-30Removed code no longer being used.Yaowu Xu
2013-04-29fixed new intra code for rectanglar blocksYaowu Xu
2013-04-29Enabled i4x4 to use right above pixelsYaowu Xu
2013-04-29Use same intra prediction for all block sizeYaowu Xu
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-26Remove destination pointers from BLOCKDJohn Koleszar
2013-04-24Move sbsegment out of experimental listJingning Han
2013-04-23Merge "Enable rectangular support for comp inter-intra" into experimentalJingning Han
2013-04-23Enable rectangular support for comp inter-intraJingning Han
2013-04-23Remove unused corner_predictor and log2_minus_1 functions.Ronald S. Bultje
2013-04-22Remove vp9_recon_intra_mbuvJohn Koleszar
2013-04-19Move dst to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han