summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymv.h
AgeCommit message (Expand)Author
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