summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
2013-07-15Skip duplicate block encoding in the rd loopJingning Han
2013-07-12Using vp9_copy and vp9_zero instead of custom code.Dmitry Kovalev
2013-07-12Merge "Fix a build issue"Yaowu Xu
2013-07-12Adding struct tx_probs and struct tx_counts to cleanup the code.Dmitry Kovalev
2013-07-12Fix a build issueYaowu Xu
2013-07-12vp9: consistent 'log2' variable namingJames Zern
2013-07-12Some minor cleanups for efficiencyDeb Mukherjee
2013-07-12Merge "Removing redundant code mostly from vp9_pred_common.{h, c}."Dmitry Kovalev
2013-07-12Merge "Speed 2 feature adjustment."Paul Wilkins
2013-07-11Merge "Remove unnecessary tx_type branch in encode_block"Jingning Han
2013-07-11Removing redundant code mostly from vp9_pred_common.{h, c}.Dmitry Kovalev
2013-07-11Remove unused function block_error().Ronald S. Bultje
2013-07-11Calling is_inter_mode() instead of custom code.Dmitry Kovalev
2013-07-11Moving segmentation related vars into separate struct.Dmitry Kovalev
2013-07-11Merge "Adding write_compressed_header function."Dmitry Kovalev
2013-07-11Merge "Removing unused TOKENEXTRA arg from pick_sb_modes function."Dmitry Kovalev
2013-07-11Remove unnecessary tx_type branch in encode_blockJingning Han
2013-07-11Speed 2 feature adjustment.Paul Wilkins
2013-07-10Merge "Fix tx_type bug in intra4x4 rd loop"Jingning Han
2013-07-10Remove unused fwalsh/fdct x86 SIMD implementations.Ronald S. Bultje
2013-07-10Removing unused TOKENEXTRA arg from pick_sb_modes function.Dmitry Kovalev
2013-07-10Fix tx_type bug in intra4x4 rd loopJingning Han
2013-07-10Merge "Prunes out full-rd computation based on modeled rd"Deb Mukherjee
2013-07-10Adding write_compressed_header function.Dmitry Kovalev
2013-07-10configure with internal stats not workingJim Bankoski
2013-07-10Merge "remove warnings when NDEBUG is set"Jim Bankoski
2013-07-10remove warnings when NDEBUG is setJim Bankoski
2013-07-10Prunes out full-rd computation based on modeled rdDeb Mukherjee
2013-07-10SSE2 16x16 ADST/DCT hybrid transformJingning Han
2013-07-10Merge "Adding encode_tiles function to vp9_bitstream.c."Dmitry Kovalev
2013-07-10Merge "Add a feature to reduce chrome intra mode search"Yaowu Xu
2013-07-10Remove memcpy() in handle_inter_mode() filter selection.Ronald S. Bultje
2013-07-10Add a feature to reduce chrome intra mode searchYaowu Xu
2013-07-09removing case statements around prediction entropy codingJim Bankoski
2013-07-09Merge "Revert "Remove memcpy() in handle_inter_mode() filter selection.""Yaowu Xu
2013-07-09Revert "Remove memcpy() in handle_inter_mode() filter selection."Yaowu Xu
2013-07-09Adding encode_tiles function to vp9_bitstream.c.Dmitry Kovalev
2013-07-09Remove all asm offset files from VP9John Koleszar
2013-07-09Merge "Unbreak lossless."Ronald S. Bultje
2013-07-09Merge "Make intra prediction pointers RTCD-based."Ronald S. Bultje
2013-07-09Unbreak lossless.Ronald S. Bultje
2013-07-08Merge "Using mi_cols instead of mb_cols."Dmitry Kovalev
2013-07-08Merge "Refactoring setup_pre_planes function."Dmitry Kovalev
2013-07-08Merge "Calling set_partition_seg_context() instead of code duplication."Dmitry Kovalev
2013-07-08Make intra prediction pointers RTCD-based.Ronald S. Bultje
2013-07-08Don't call encode_sb() for the final of 4-split subpartitions.Ronald S. Bultje
2013-07-08Don't recalculate mv_ref costs for each block/partition.Ronald S. Bultje
2013-07-08Remove unnecessary memset(best_index, 0) from trellis/optimize.Ronald S. Bultje
2013-07-08Remove memcpy() in handle_inter_mode() filter selection.Ronald S. Bultje
2013-07-08Make frame-wide filter-type decision fully RD-based.Ronald S. Bultje