summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeintra.c
AgeCommit message (Expand)Author
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-06New mode_info_context storageScott LaVarnway
2013-08-27Renaming txfm_size to tx_size.Dmitry Kovalev
2013-08-16Removing unused or redundant arguments from *_args structures.Dmitry Kovalev
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-07-15Skip duplicate block encoding in the rd loopJingning Han
2013-06-28Minor cleanupsYaowu Xu
2013-06-17Removing vp9_invtrans.{c, h} files.Dmitry Kovalev
2013-06-08Fix firstpass if framesize is not a multiple of 16.Ronald S. Bultje
2013-06-06Change ref frame coding.Ronald S. Bultje
2013-05-30Changed to use new intra coding calls for 1st passYaowu Xu
2013-05-27a few clean-upsYaowu Xu
2013-05-27Reduce bmi buffer length from 16 to 4Jingning Han
2013-05-22Generalized intra 4x4 encoding for all sizesYaowu Xu
2013-05-20WIP: 4x4 idct/recon mergeScott LaVarnway
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-03Separate transform and quant from vp9_encode_sbJohn Koleszar
2013-04-30Make vp9_optimize_sb* commonJohn Koleszar
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-29Separate I4X4_PRED coding from macroblock modulesJingning Han
2013-04-26Remove BLOCKD structureJohn Koleszar
2013-04-26Remove destination pointers from BLOCKDJohn Koleszar
2013-04-26Merge "quantize: make 4x4, 8x8 common with larger transforms" into experimentalJohn Koleszar
2013-04-26Removed bmi from blockdScott LaVarnway
2013-04-25quantize: make 4x4, 8x8 common with larger transformsJohn Koleszar
2013-04-25Remove diff from BLOCKDJohn Koleszar
2013-04-25Remove BLOCK structureJohn Koleszar
2013-04-23Remove coeff from BLOCKJohn Koleszar
2013-04-23Move src_diff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-22Remove vp9_recon_intra_mbuvJohn Koleszar
2013-04-19Move dst to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-19Remove vp9_recon_mb{,y}John Koleszar
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han
2013-04-11Merge "WIP: removing predictor buffer usage from decoder" into experimentalScott LaVarnway
2013-04-11WIP: removing predictor buffer usage from decoderScott LaVarnway
2013-04-11Remove unused macroblock versions of reconstruction functions.Ronald S. Bultje
2013-04-04Move EOB to per-plane dataJohn Koleszar
2013-04-04Move qcoeff, dqcoeff from BLOCKD to per-plane dataJohn Koleszar
2013-03-26Add col/row-based coefficient scanning patterns for 1D 8x8/16x16 ADSTs.Ronald S. Bultje
2013-03-16Context-pred fix to not use top/left on edgesDeb Mukherjee
2013-03-07Re-add support for ADST in superblocks.Ronald S. Bultje
2013-03-07Coding con-zero count rather than EOB for coeffsDeb Mukherjee
2013-03-04Make superblocks independent of macroblock code and data.Ronald S. Bultje
2013-02-28Code cleanup.Dmitry Kovalev
2013-02-27Move eob from BLOCKD to MACROBLOCKD.Ronald S. Bultje
2013-02-25Changing pitch value meaning for fht and iht transforms.Dmitry Kovalev
2013-02-25clean up forward and inverse hybrid transformJingning Han