Using update_ct and update_ct2 functions for probability update.
Merge "Re-order mode search in rd."
Re-order mode search in rd.
Merge "fix left over overflow"
Merge "Removing pre probabilities from FRAME_CONTEXT."
Merge "Moving all loop filter related variables into new struct."
Merge "Consistent names for inter mode probabilities and encodings."
Merge "Removing frame_type field from MACROBLOCKD struct."
Merge "Removing unused static arrays from vp9_reatectrl.c."
Merge "Moving vp9_reader into decode_tiles function."
added checks to prevent rate/distortion overflow
Removing pre probabilities from FRAME_CONTEXT.
Moving all loop filter related variables into new struct.
Merge "Fixing problem introduced in one of my previous commits."
Removing unused static arrays from vp9_reatectrl.c.
Merge "Moving Scale2Ration function from vp9_onyx.h to vp9_onyx_if.c."
Fixing problem introduced in one of my previous commits.
Merge "Make libvpx compile on OSX 10.9 (Mavericks)"
Make libvpx compile on OSX 10.9 (Mavericks)
Moving vp9_reader into decode_tiles function.
Merge "Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE)."
Removing frame_type field from MACROBLOCKD struct.
Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).
Removing redundant VP9_COMMON* from function signatures.
Consistent names for inter mode probabilities and encodings.
Merge "cosmetics: tile_independence_test: fix formatting"
Merge "Alignment of THR_MODES to vp9_mode_order[]"
Alignment of THR_MODES to vp9_mode_order[]
Block index variables in MACROBLOCKD reduced to chars.
Merge "Block index variables in MACROBLOCKD reduced to chars."
Merge "Add neon optimize vp9_short_idct8x8_add."
Merge "Removing kf_{y, uv}_mode_prob arrays from VP9Common."
Merge "Fix slightly quality drop caused at speed 1."
Merge "Removing unused int_mv32 union."
Fix slightly quality drop caused at speed 1.
Merge "Add best_rd breakout to keyframe partition selection also."
Merge "Merge scale_factors and scale_factors_uv."
Merge "Do in-place UV intra mode selection."
Merge "Change break statement in a 2d loop to a return statement."
Merge "Using VP9_REF_NO_SCALE instead of (1 << VP9_REF_SCALE_SHIFT)."
Add neon optimize vp9_short_idct8x8_add.
cosmetics: tile_independence_test: fix formatting
Using VP9_REF_NO_SCALE instead of (1 << VP9_REF_SCALE_SHIFT).
Merge "Remove motion vectors from PARTITION_INFO."
Merge "Removing unused mv_bias and check_mv_bounds functions."
Merge "Removing unused members of VP9Decompressor: mbc, prob_skip_false."
Change break statement in a 2d loop to a return statement.
Do in-place UV intra mode selection.
Merge scale_factors and scale_factors_uv.
Add best_rd breakout to keyframe partition selection also.
Remove motion vectors from PARTITION_INFO.
Moving Scale2Ration function from vp9_onyx.h to vp9_onyx_if.c.
Merge "Fix bug where we don't choose any mode in RD selection."
Fix bug where we don't choose any mode in RD selection.
Removing unused members of VP9Decompressor: mbc, prob_skip_false.
Removing unused mv_bias and check_mv_bounds functions.
Merge "libvpx: enable building for iOS devices (armv7)"
libvpx: enable building for iOS devices (armv7)
Merge "Fix horz loopfilter loops"
Merge "Fix bug which skips zeromv even if near/nearest is not 0,0."
Fix horz loopfilter loops
Fix bug which skips zeromv even if near/nearest is not 0,0.
Use mv_check_bounds in sub8x8 rd loop
Removing unused int_mv32 union.
Removing kf_{y, uv}_mode_prob arrays from VP9Common.
Merge "Add a best_yrd shortcut in splitmv mode search."
Merge "Skip redundant nearest/near/zero encodes in splitmv."
Merge "Skip nearest/near/zero redundant encodes."
Merge "Best_rd breakout in rd partition search."
Merge "Remove unnecessary calling of vp9_init_quantizer()"
Remove unnecessary calling of vp9_init_quantizer()
Merge "Remove unnecessary buffer copy in idct4x4."
Merge "changed mode checking order"
Merge changes Ieffea49e,Idf610746
Merge "Removing experimental code from vp9_entropymv.c."
Merge "Adding read_comp_pred function."
Add a best_yrd shortcut in splitmv mode search.
Remove unnecessary buffer copy in idct4x4.
Skip redundant nearest/near/zero encodes in splitmv.
Skip nearest/near/zero redundant encodes.
Enable disable_splitmv feature for other speeds
Removing experimental code from vp9_entropymv.c.
Merge "vp9_convolve8_neon placeholder"
Best_rd breakout in rd partition search.
Do a skip-block check for sub8x8 partitions also.
Speed up motion estimation using small partitions' result(experiment)
Merge "added missed replacement"
Merge "Move uv intra mode selection in rd loop."
Move uv intra mode selection in rd loop.
Limit transform sizes searched for uv intra.
Merge "Limit transform sizes searched for uv intra."
Merge "Minor cleanup in code to fine uv tx_size."
Merge "Removing MV_GROUP_UPDATE define and corresponding code."
Merge "Skip redundant motion search in 4x4 level rd loop"
Adding read_comp_pred function.
Minor cleanup in code to fine uv tx_size.