Specify mv neighborhood for block larger than 8x8
don't tokenize & encode tokens for blocks in UMV
Merge "Moving bits from compressed header to uncompressed one." into experimental
Merge "Fix in forward updates for INTRA modes/partitions" into experimental
Merge "Fix UV intra coding rd loop" into experimental
Fix UV intra coding rd loop
Moving bits from compressed header to uncompressed one.
Fix in forward updates for INTRA modes/partitions
Cosmetic renaming VP9_MVREFS to VP9_INTER_MODES
Clean-ups on switchable interpolation and mv_ref
Merge "Make sb intra rd search consistent with encoding" into experimental
Make sb intra rd search consistent with encoding
Merge "Fix a off-by-one bug" into experimental
Merge "Replacing memcpy with struct assignment." into experimental
Merge "Moving quantization and loopfilter data to uncompressed header." into experimental
Moving quantization and loopfilter data to uncompressed header.
Put iterative motion search under speed control
Merge "Replace scatter scan 32x32 with HW friendly scan." into experimental
Merge "vp9_find_mv_refs_idx change for last frame." into experimental
Replacing memcpy with struct assignment.
vp9_find_mv_refs_idx change for last frame.
Merge "Adding plane_block_width and plane_block_height functions." into experimental
Merge "Adding new encode_txfm function." into experimental
Costing fixes related to trellis optimization
Adding new encode_txfm function.
Renaming 'motion_vector' to 'mv' for consistency.
Adding plane_block_width and plane_block_height functions.
Merge "Fix silly bug with ENTROPY_STATS enabled." into experimental
Fix silly bug with ENTROPY_STATS enabled.
Merge "Merge all various transform size data trackers into single variables." into experimental
Merge "Moved use_prev_in_find_mv_refs check to frame level" into experimental
Merge all various transform size data trackers into single variables.
Merge "put back in lost speedups" into experimental
Fix inter mode context adaptation.
Merge "Patch to remove implicit segmentation." into experimental
Merge "Changed to use a new variant of WHT" into experimental
Merge "Changed to use new intra coding calls for 1st pass" into experimental
Changed to use new intra coding calls for 1st pass
Minor cosmetic changes.
Merge "Remove unused define." into experimental
Merge "Merge VP9_YMODES, VP9_UV_MODES, INTRA_MODE_COUNT and cousins." into experimental
Merge "Remove TX_SIZE_MAX_MB." into experimental
Merge "Remove one (unused) entry from mvref tables." into experimental
Merge "Creates a new speed 1:" into experimental
Merge "Remove splitmv." into experimental
Merge changes I98c18fe5,I80c37cff into experimental
Merge VP9_YMODES, VP9_UV_MODES, INTRA_MODE_COUNT and cousins.
Remove one (unused) entry from mvref tables.
Changed to use a new variant of WHT
Replace scatter scan 32x32 with HW friendly scan.
Merge "Remove set_scale_factors call" into experimental
Merge "Bugfix in forward update with modeling on." into experimental
Bugfix in forward update with modeling on.
Merge "Merge all intra mode coding trees into a single one." into experimental
Patch to remove implicit segmentation.
Merge "Enable iterative motion search for 4x4 inter pred" into experimental
Merge "Add intra_only and reset_frame_context flags" into experimental
Enable iterative motion search for 4x4 inter pred
Merge "Using vp9 function prefix instead of vp8 inside vp9_cx_iface.c." into experimental
Merge all intra mode coding trees into a single one.
Merge "valgrind - txfm_thresh not set" into experimental
Merge "Balancing coef-tree to reduce bool decodes" into experimental
Merge "fix valgrind warning" into experimental
Merge "Remove some unused code related to macroblock/splitmv coding." into experimental
Merge "Remove unused and outdated debug code." into experimental
Add intra_only and reset_frame_context flags
Remove set_scale_factors call
Merge "Build fix when ENTROPY_STATS is defined" into experimental
Moved use_prev_in_find_mv_refs check to frame level
Merge "Refactor 4x4 block level rd loop" into experimental
Balancing coef-tree to reduce bool decodes
Merge "Compressed/uncompressed frame header changes." into experimental
valgrind - txfm_thresh not set
Refactor 4x4 block level rd loop
Merge "Refactor rd loop for inter modes" into experimental
Merge "further clean-ups on intra4x4 coding" into experimental
Residual coding to cache energy class of tokens.
Remove some unused code related to macroblock/splitmv coding.
Remove unused and outdated debug code.
Compressed/uncompressed frame header changes.
Build fix when ENTROPY_STATS is defined
Merge "Clean up related to coefficient modeling" into experimental
Clean up related to coefficient modeling
Refactor rd loop for inter modes
further clean-ups on intra4x4 coding
Merge "Moving txfm_size bits before prediction mode bits." into experimental
Merge "Removed setup_pre_planes() call in read_mb_modes_mv()" into experimental
Merge "Remove loop dering experiment." into experimental
Revert "Adding API to read/write uncompressed frame header bits." because of bitstream mismatches.