summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymv.h
AgeCommit message (Expand)Author
2016-09-27vp9: fix compilation for g++ 6.2.xTristan Matthews
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-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-20Removed vp9_ prefix from vpx_dsp/bitreader file namesYaowu Xu
2015-07-17Move bit reader files to vpx_dspYaowu Xu
2015-07-06vp9_entropymv: remove vp9_get_mv_mag()James Zern
2014-10-01Use precise header files in vp9_entropymv.hJingning Han
2014-03-05Renaming NMV_UPDATE_PROB to MV_UPDATE_PROB.Dmitry Kovalev
2014-01-23vp9/common: add extern "C" to headersJames Zern
2013-12-16Converting vp9_treecoder.h to vp9_prob.{h, c}Dmitry Kovalev
2013-11-25Moving mv entropy encodings calculation to the encoder side.Dmitry Kovalev
2013-11-20Adding MV_FP_SIZE constant.Dmitry Kovalev
2013-10-18Removing unused struct member mvcount[MV_VALS].Dmitry Kovalev
2013-10-11Adding TREE_SIZE macro + cleanup.Dmitry Kovalev
2013-10-02BITSTREAM - CLARIFICATION OF MV SIZE RANGEJingning Han
2013-09-29cpplint issue with entropymv.hJim Bankoski
2013-09-11code cleanupYunqing Wang
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-07-23Removing LOW_PRECISION_MV_UPDATE define.Dmitry Kovalev
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-10Making vp9_default_nmv_context static.Dmitry Kovalev
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-03-13Support +/-2048 motion vector codingJingning Han
2013-03-08Extend diff MV limit from +/-256 to +/-1024Jingning Han
2013-01-02Added update-able mv-ref probabilities.Paul Wilkins
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-11-30google style guide include guardsJim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar