summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rdopt.c
AgeCommit message (Expand)Author
2013-05-13Merge "Force bsize for UV in I4X4 and SPLITMV" into experimentalJingning Han
2013-05-13Change to band calculation.Paul Wilkins
2013-05-11Force bsize for UV in I4X4 and SPLITMVJingning Han
2013-05-10Remove unused mdcountsYunqing Wang
2013-05-10Add joint motion search in comp_inter_inter mode(experiment)Yunqing Wang
2013-05-08Merge "Renaming 'Speed' to 'speed' inside VP9_COMP struct." into experimentalDmitry Kovalev
2013-05-08Removing y_to_uv_block_size and y_bsizet_to_block_size functions.Dmitry Kovalev
2013-05-08Renaming 'Speed' to 'speed' inside VP9_COMP struct.Dmitry Kovalev
2013-05-07Make switchable filter search subsampling-awareJohn Koleszar
2013-05-07Merge "Make setup_pred_block subsampling-aware." into experimentalJohn Koleszar
2013-05-07Merge "Adding get_switchable_rate function." into experimentalDmitry Kovalev
2013-05-07Deprecate code_zerogroup experiment.Paul Wilkins
2013-05-07Adding get_switchable_rate function.Dmitry Kovalev
2013-05-07Deprecate comp_interintra_pred experiment.Paul Wilkins
2013-05-07Deprecate the newbintramode experiment.Paul Wilkins
2013-05-07Add building blocks for partition down to 4x4Jingning Han
2013-05-07Make setup_pred_block subsampling-aware.John Koleszar
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-05-06Adding model_rd_for_sb function.Dmitry Kovalev
2013-05-06Fix a unit test failure of sb8x8 on scaling refJingning Han
2013-05-04Fix first-pass intra4x4 for sb8x8 experiment.Ronald S. Bultje
2013-05-03Merge "Fix overflow in RD error calculation code." into experimentalRonald S. Bultje
2013-05-03Merge "Separate transform and quant from vp9_encode_sb" into experimentalJohn Koleszar
2013-05-03Separate transform and quant from vp9_encode_sbJohn Koleszar
2013-05-03Fix overflow in RD error calculation code.Ronald S. Bultje
2013-05-02Removing MAXF macro and using MAX instead.Dmitry Kovalev
2013-05-01Store splitmv modes in context after 8x8 rd loop.Ronald S. Bultje
2013-05-01Fix some crashes in sb8x8 experiment.Ronald S. Bultje
2013-04-30Merge "Cleaning up encoder segmentation code." into experimentalDmitry Kovalev
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-30Merge "Consistent names for quant-related functions and variables." into expe...Dmitry Kovalev
2013-04-29Cleaning up encoder segmentation code.Dmitry Kovalev
2013-04-29Change above/left_context to use an 8x8 basis.Ronald S. Bultje
2013-04-26Consistent names for quant-related functions and variables.Dmitry Kovalev
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
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 duplicate code in RD handle_inter_mode() function.Ronald S. Bultje
2013-04-25Use b_width/height_log2 instead of mb_ where appropriate.Ronald S. Bultje
2013-04-25Remove predictor pointers from BLOCKDJohn Koleszar
2013-04-25Remove diff from BLOCKDJohn Koleszar
2013-04-25Move dequant from BLOCKD to per-plane MACROBLOCKDJohn Koleszar
2013-04-25Remove BLOCK structureJohn Koleszar
2013-04-25Adding is_inter_mode function.Dmitry Kovalev
2013-04-24Move sbsegment out of experimental listJingning Han
2013-04-24Contextual entropy coding of partition syntaxJingning Han
2013-04-23Merge "Remove coeff from BLOCK" into experimentalJohn Koleszar