summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymv.c
AgeCommit message (Expand)Author
2016-08-02vp9/common: apply clang-formatclang-format
2016-01-13VP9: inline vp9_use_mv_hp()Scott LaVarnway
2015-07-20vpx_dsp/prob.h: vp9_ -> vpx_Yaowu Xu
2015-07-06vp9_entropymv: remove vp9_get_mv_mag()James Zern
2015-01-23Replace divide with look-upYaowu Xu
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-03-24Cleaning up vp9_entropymv.c.Dmitry Kovalev
2014-03-18Fixing warnings/errors from c++ compiler.Dmitry Kovalev
2014-02-10Convert header static functions to inline or make them global.Jim Bankoski
2013-11-25Moving mv entropy encodings calculation to the encoder side.Dmitry Kovalev
2013-11-05Localizing NEARESTMV special cases in the code.Dmitry Kovalev
2013-11-04Unified approach for backward probability update.Dmitry Kovalev
2013-11-01Removing 'new' probability calculation from convert_distribution().Dmitry Kovalev
2013-10-18vp9 dec/com: only update frame counts when necessaryJames Zern
2013-10-11Adding TREE_SIZE macro + cleanup.Dmitry Kovalev
2013-10-09Adding const to several pointers.Dmitry Kovalev
2013-09-29vp9_entropymv.c cpplint issues resolvedJim Bankoski
2013-09-04faster accounting of inc_mvJim Bankoski
2013-09-04speed up inc_mv_componentJim Bankoski
2013-08-02Cleanups around allow_high_precision_mv flag.Dmitry Kovalev
2013-07-25General cleanups.Dmitry Kovalev
2013-07-25Merge "Removing duplicated code for merging two probabilities."Dmitry Kovalev
2013-07-24Removing duplicated code for merging two probabilities.Dmitry Kovalev
2013-07-24Inlining inc_mv_component_count function.Dmitry Kovalev
2013-07-23Moving counts from FRAME_CONTEXT to new struct FRAME_COUNTS.Dmitry Kovalev
2013-07-19Removing pre probabilities from FRAME_CONTEXT.Dmitry Kovalev
2013-07-17Merge changes Ieffea49e,Idf610746Dmitry Kovalev
2013-07-17Removing experimental code from vp9_entropymv.c.Dmitry Kovalev
2013-07-16Removing two unused arguments from vp9_inc_mv signature.Dmitry Kovalev
2013-07-10Making vp9_default_nmv_context static.Dmitry Kovalev
2013-07-10remove warnings when NDEBUG is setJim Bankoski
2013-07-08Inline vp9_get_mv_joint().Ronald S. Bultje
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
2013-06-18Renaming 'nmv' to 'mv' for several functions.Dmitry Kovalev
2013-06-10New probs for filters/tx_size and a few othersDeb Mukherjee
2013-04-19Removal of CONFIG_NEW_MVREF experiment.Paul Wilkins
2013-04-17Changing argument type of vp9_get_mv_joint from MV to MV*.Dmitry Kovalev
2013-04-15Adding mv_joint_vertical and mv_joint_horizontal functions.Dmitry Kovalev
2013-04-11Renaming vp9_token_struct to vp9_token and removing previous typedef.Dmitry Kovalev
2013-04-01Code cleanup.Dmitry Kovalev
2013-03-27General code cleanup.Dmitry Kovalev
2013-03-13Support +/-2048 motion vector codingJingning Han
2013-03-11Merge "Simplify vp9_adapt_nmv_probs" into experimentalJohn Koleszar
2013-03-11Simplify vp9_adapt_nmv_probsJohn Koleszar
2013-03-11Merge "Minor optimization in mv entropy adaptation" into experimentalDeb Mukherjee
2013-03-11Merge "Optimize vp9_tree_probs_from_distribution" into experimentalJohn Koleszar
2013-03-11Minor optimization in mv entropy adaptationDeb Mukherjee
2013-03-10Optimize vp9_tree_probs_from_distributionJohn Koleszar