summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeframe.c
AgeCommit message (Expand)Author
2013-09-13Adaptive motion search controlJingning Han
2013-09-13Merge "New mode_info_context storage -- undo revert"Scott LaVarnway
2013-09-11Merge "resolve clang issue : implicit convert tx_mode -> tx_size"Jim Bankoski
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-10Merge "Remove the use of uninitialized_safe in encode_sb_"Jingning Han
2013-09-10Stop partition checking when distortion is smallYunqing Wang
2013-09-10Modified mode skip functionality.Paul Wilkins
2013-09-10Added extra check to rd_auto_partition_range()Paul Wilkins
2013-09-09Remove the use of uninitialized_safe in encode_sb_Jingning Han
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-08resolve clang issue : implicit convert tx_mode -> tx_sizeJim Bankoski
2013-09-06New mode_info_context storageScott LaVarnway
2013-09-03Attempt to fix speed 4Paul Wilkins
2013-08-29Merge "Renaming txfm_size to tx_size."Dmitry Kovalev
2013-08-28General code cleanup.Dmitry Kovalev
2013-08-27Renaming txfm_size to tx_size.Dmitry Kovalev
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.Dmitry Kovalev
2013-08-27Merge "Using num_8x8_* lookup tables instead of mi_*_log2."Dmitry Kovalev
2013-08-27Merge "Renaming D27 to D207."Dmitry Kovalev
2013-08-26Using num_8x8_* lookup tables instead of mi_*_log2.Dmitry Kovalev
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-23Renaming D27 to D207.Dmitry Kovalev
2013-08-23Limit mv range to be based on partition sizeYaowu Xu
2013-08-22Merge "Fix rectangular partition check flag"Jingning Han
2013-08-22Merge "vp9_encodeframe.c cleanup."Dmitry Kovalev
2013-08-22Fix rectangular partition check flagJingning Han
2013-08-22vp9_encodeframe.c cleanup.Dmitry Kovalev
2013-08-22rename LOG2_* defines to *_LOG2James Zern
2013-08-22Refactor rd_pick_partition for parameter controlJingning Han
2013-08-22Fixes on feature disabling split based on varianceDeb Mukherjee
2013-08-22Merge "Initialize mb_skip_coeff before picking modes"Scott LaVarnway
2013-08-22Initialize mb_skip_coeff before picking modesScott LaVarnway
2013-08-21Cleaning up sum_intra_stats function.Dmitry Kovalev
2013-08-21Fix typos and minor stylistic cleanupAdrian Grange
2013-08-20Changes to auto partition size selection.Paul Wilkins
2013-08-19Change to limit the mv search rangeYaowu Xu
2013-08-16Removing unused or redundant arguments from *_args structures.Dmitry Kovalev
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-15Speed feature to skip split partition based on varDeb Mukherjee
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-13Honor min_partition_size properly for non-square splitsGuillaume Martres
2013-08-13Merge "Honor min_partition_size properly"Paul Wilkins
2013-08-12Entropy context related cleanups.Dmitry Kovalev
2013-08-09Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.Dmitry Kovalev
2013-08-09Honor min_partition_size properlyGuillaume Martres
2013-08-09Moving loopfilter struct to VP9_COMMON.Dmitry Kovalev
2013-08-09Bug fix: call set_offsets before rd_auto_partition_rangeScott LaVarnway
2013-08-08Moved fast motion search level decision to functionAdrian Grange
2013-08-08Simplify & fix potential bug in rd_pick_partitionAdrian Grange
2013-08-07Use low precision 32x32fdct for encodemb in speed1Jingning Han