summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodemv.c
AgeCommit message (Expand)Author
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-09-19Remove mi_grid_* structures.hkuang
2014-08-29Removing dummy_packing member from VP9_COMP.Dmitry Kovalev
2014-06-12Adding MV_SPEED_FEATURES struct.Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-19Moving common code into vp9_update_mv_count().Dmitry Kovalev
2014-03-07Removing unused active_section global variable.Dmitry Kovalev
2014-03-05Merge "Adding vp9_cost.{h, c} files."Dmitry Kovalev
2014-03-05Adding vp9_cost.{h, c} files.Dmitry Kovalev
2014-03-05Renaming NMV_UPDATE_PROB to MV_UPDATE_PROB.Dmitry Kovalev
2014-02-26Replacing int_mv with MV and adding const qualifiers.Dmitry Kovalev
2014-02-25Removing redundant vp9_clear_system_state() call.Dmitry Kovalev
2014-01-23Revert "Removing unnecessary vp9_clear_system_state() calls."Yaowu Xu
2014-01-22Removing unnecessary vp9_clear_system_state() calls.Dmitry Kovalev
2014-01-08Using VP9_COMMON instead of VP9_COMP.Dmitry Kovalev
2013-12-16Merge "Reusing nmv_frame_counts from FRAME_COUNTS in encoder."Dmitry Kovalev
2013-12-11Reusing nmv_frame_counts from FRAME_COUNTS in encoder.Dmitry Kovalev
2013-12-10Renaming treed_write() to vp9_write_tree().Dmitry Kovalev
2013-11-25Moving mv entropy encodings calculation to the encoder side.Dmitry Kovalev
2013-11-24Cleaning up vp9_write_nmv_probs() function.Dmitry Kovalev
2013-11-22Merge "Cleaning up entropy probability update in encoder."Dmitry Kovalev
2013-11-20Adding MV_FP_SIZE constant.Dmitry Kovalev
2013-11-19Cleaning up entropy probability update in encoder.Dmitry Kovalev
2013-11-19Cleaning up probability/cost functions.Dmitry Kovalev
2013-11-05Localizing NEARESTMV special cases in the code.Dmitry Kovalev
2013-11-01Removing 'new' probability calculation from convert_distribution().Dmitry Kovalev
2013-10-09Deprecate the use of PARTITION_INFO from encoderJingning Han
2013-10-04cpplint issues vp9_encodemv.cJim Bankoski
2013-09-24Cleaning up vp9_update_nmv_count function.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-09-04faster accounting of inc_mvJim Bankoski
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-07Merge "Removing NMS_STATS defines."Dmitry Kovalev
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-02Removing NMS_STATS defines.Dmitry Kovalev
2013-07-23Removing LOW_PRECISION_MV_UPDATE define.Dmitry Kovalev
2013-07-23clean up bw, bhJim Bankoski
2013-07-19Reworked the auto_mv_step_size speed featureDeb Mukherjee
2013-07-18Remove motion vectors from PARTITION_INFO.Ronald S. Bultje
2013-07-17Merge changes Ieffea49e,Idf610746Dmitry Kovalev
2013-07-16Removing two unused arguments from vp9_inc_mv signature.Dmitry Kovalev
2013-07-16Removing MV_GROUP_UPDATE define and corresponding code.Dmitry Kovalev
2013-07-11Remove print_nmvcountsJohann
2013-06-26Auto adapt step size feature.Paul Wilkins
2013-06-25Merge "Move vp9_counts_to_nmv_context to encoder"John Koleszar
2013-06-25Renaming "nmv" to "mv".Dmitry Kovalev
2013-06-24Move vp9_counts_to_nmv_context to encoderJohn Koleszar