Merge "Moving functions from vp9_decodemv.c to vp9_decodframe.c."
Moving functions from vp9_decodemv.c to vp9_decodframe.c.
Merge "vp9 dec/com: only update frame counts when necessary (2)"
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct4x4."
Merge changes I305fd55f,I13fe92b1
Merge "Revert "Merge "SVC improvements"""
Merge "Removing NUM_ prefix from constant names."
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct8x8."
Merge "Using INTER_MODES constant instead of MB_MODE_COUNT - NEARESTMV."
Revert "Merge "SVC improvements""
Merge "Prevent left_block_mode stepping into left tile"
Prevent left_block_mode stepping into left tile
vp9 dec/com: only update frame counts when necessary (2)
Merge "SVC improvements"
Using stride (# of elements) instead of pitch (bytes) in fdct4x4.
Merge "Inlining set_partition_seg_context function."
Merge "Cleanup: using cm variable instead of cpi->common."
vp9/dec: use loop filter worker for all inline cases
Inlining set_partition_seg_context function.
Merge "Make memory alloc in pick_mode_context bsize aware"
Cleanup: using cm variable instead of cpi->common.
Merge "Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON."
Merge "Fix d207 intra prediction SSSE3 functions"
Merge "Modified no memory rate control."
Merge "Reduced delta for kf/gf/arf when at maxq."
Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON.
Merge "Removing unused struct member mvcount[MV_VALS]."
Merge "Added necessary includes"
vp9_decodframe: limit scope of private function params
vp9_decode_tokens: limit scope of function params
vp9_read_mode_info: limit scope of function params
vp9_decodemv: limit scope of private function params
Modified no memory rate control.
Reduced delta for kf/gf/arf when at maxq.
Removing NUM_ prefix from constant names.
Fix d207 intra prediction SSSE3 functions
Using INTER_MODES constant instead of MB_MODE_COUNT - NEARESTMV.
Disable d207 intra prediction SSSE3 functions
Merge "vp9 dec/com: only update frame counts when necessary"
vp9 dec/com: only update frame counts when necessary
Merge "vp9 com/dec: avoid reading unavailable above/left"
vp9 com/dec: avoid reading unavailable above/left
Merge "Use lookup table to simplify logic"
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct16x16."
Make memory alloc in pick_mode_context bsize aware
Merge "Converted assert to error checking"
Using stride (# of elements) instead of pitch (bytes) in fdct8x8.
Removing unused struct member mvcount[MV_VALS].
Merge "Passing block index explicitly instead of using get_sb_index()."
Using stride (# of elements) instead of pitch (bytes) in fdct16x16.
Converted assert to error checking
Merge "Added checking for invalid size"
Passing block index explicitly instead of using get_sb_index().
Added checking for invalid size
Merge "Add missing calls to emms in the adaptive quantization code"
vp9_thread: add vp9_worker_execute()
Use lookup table to simplify logic
Merge "Adding allow_hp as an argument to mv search functions."
Merge "Using TREE_SIZE macro for vp9_segment_tree."
Merge "Removing last_kf_gf_q member from VP9Common structure."
Add missing calls to emms in the adaptive quantization code
Adding allow_hp as an argument to mv search functions.
Using stride (# of elements) instead of pitch (bytes) in fdct32x32.
Merge "Prevent first pass from outputing invalid info"
Removing last_kf_gf_q member from VP9Common structure.
Using TREE_SIZE macro for vp9_segment_tree.
Merge changes I6226456d,I97925178,I766c4b74
Prevent first pass from outputing invalid info
Use a separate MODE_INFO stream for each tile column
Get rid of "this_mi", use "mi_8x8[0]" everywhere instead
Make the static_segmentation feature work again
Merge "Adding get_band_translate() function."
Merge "Prevent accidental changes to the previous frame mode_infos"
Merge "change to use vp9_idct_32x32_add"
Adding get_band_translate() function.
Inlining and removing fwd_txm16x16 and fwd_txm8x8 pointers.
Merge "Cleanup of decode_coefs() function."
change to use vp9_idct_32x32_add
Merge "Removing print_prob_tree function and vp9_coeff_probs typedef."
Merge "Moving FILTER_BITS constant from vp9_convolve.h to vp9_filter.h."
Merge "Using constants instead of plain numbers."
Implement variance-based adaptive quantization
Merge "lint-hunks: remove runtime/int filter"
Merge "Updated encoder to handle intra-only frames"
Merge "Remove Windows-style newlines using dos2unix"
Merge "Make vp9_zero use cases of consistent format"
Updated encoder to handle intra-only frames
Merge "Remove unused variable vp9_64x64_zeros"
Merge "Fix a few indent format issues in buffer defs"
Merge "Remove unused comment"
Merge "Re-design all-zero-coeff block index buffer use"
Make vp9_zero use cases of consistent format
Remove Windows-style newlines using dos2unix
lint-hunks: remove runtime/int filter
Merge "Converted assertion to returning error"
Merge "Added trap for invalid key frame"