summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_mbgraph.c
AgeCommit message (Expand)Author
2013-11-22Refactoring of rate control - part 1Deb Mukherjee
2013-11-15Removing vp9_encodeintra.{h, c} files.Dmitry Kovalev
2013-10-24Adding get_frame_new_buffer() function to replace duplicated code.Dmitry Kovalev
2013-10-21Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-10-17Adding allow_hp as an argument to mv search functions.Dmitry Kovalev
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Make the static_segmentation feature work againGuillaume Martres
2013-10-04cpplint issues vp9_mbgraphJim Bankoski
2013-09-29Merge "Moving from int_mv* to MV* (3)."Dmitry Kovalev
2013-09-25Merge "Limit mv search range for first pass and mbgraph"Yaowu Xu
2013-09-25Moving from int_mv* to MV* (3).Dmitry Kovalev
2013-09-24Limit mv search range for first pass and mbgraphYaowu Xu
2013-09-24Moving from int_mv* to MV* (2).Dmitry Kovalev
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-15Using { 0 } for initialization instead of memset.Dmitry Kovalev
2013-08-12Using MV* instead of int_mv* as argument of vp9_clamp_mv_min_max.Dmitry Kovalev
2013-08-06Clean ups of the subpel search functionsDeb Mukherjee
2013-08-06Flexible support for various pattern searchesDeb Mukherjee
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-07-25General cleanups.Dmitry Kovalev
2013-07-18VP[89]_COMMON: remove golden/altref frame countsJames Zern
2013-07-08Make intra prediction pointers RTCD-based.Ronald S. Bultje
2013-06-28Removing CONFIG_DEBUG checks on assertions.Dmitry Kovalev
2013-06-26Change meaning of cpi->sf.first_step and rename.Paul Wilkins
2013-06-07Fix mv range border in pixelsJingning Han
2013-06-07Fix static segmentation feature.Ronald S. Bultje
2013-05-08Merge "Removing unused YV12_BUFFER_CONFIG arguments from motion search functi...Dmitry Kovalev
2013-05-08Renaming 'Speed' to 'speed' inside VP9_COMP struct.Dmitry Kovalev
2013-05-08Removing unused YV12_BUFFER_CONFIG arguments from motion search functions.Dmitry Kovalev
2013-05-07Merge "Merge SB8X8 into the codebase" into experimentalJingning Han
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-05-06Removed vp9_setup_intra_recon()Scott LaVarnway
2013-04-29Cleaning up encoder segmentation code.Dmitry Kovalev
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-26Remove BLOCKD structureJohn Koleszar
2013-04-25Remove predictor pointers from BLOCKDJohn Koleszar
2013-04-25Remove BLOCK structureJohn Koleszar
2013-04-22Move pre, second_pre to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-22reconinter: remove unnecessary functions, paramsJohn Koleszar
2013-04-19Move dst to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han
2013-03-08Extend diff MV limit from +/-256 to +/-1024Jingning Han
2013-02-28Code cleanup.Dmitry Kovalev
2013-02-27Use ref_frame_map vice active_ref_idx on the encoderJohn Koleszar
2013-02-26Spatial resamping of ZEROMV predictorsJohn Koleszar
2013-02-26Refactor inter recon functions to support scalingJohn Koleszar
2013-01-16Start to anonymize reference framesJohn Koleszar