summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-09Removing vp9_maskingmv.c and corresponding assembly file.Dmitry Kovalev
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-09cleanup read_mode_info if (1)Jim Bankoski
2013-07-09decoder speedup - get-segment-id only if segmentation enabledJim Bankoski
2013-07-09Merge "Fix loopfilter bug"Yaowu Xu
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-08Fix loopfilter bugJohn Koleszar
2013-07-08Don't call encode_sb() for the final of 4-split subpartitions.Ronald S. Bultje
2013-07-08Inline vp9_get_mv_joint().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
2013-07-08Using mi_cols instead of mb_cols.Dmitry Kovalev
2013-07-08Implements several heuristics to prune mode searchDeb Mukherjee
2013-07-05Merge "Refactor SSE2 8x8 functional units"Jingning Han
2013-07-04Merge "Fix to comp_inter_joint_search_thresh feature."Paul Wilkins
2013-07-03Refactoring setup_pre_planes function.Dmitry Kovalev
2013-07-03Merge "Adding write_skip_coeff function."Dmitry Kovalev
2013-07-03Merge "Enable early termination in rd search"Jingning Han
2013-07-03Merge "Replacing 64 / MI_SIZE with MI_BLOCK_SIZE."Dmitry Kovalev
2013-07-03Adding write_skip_coeff function.Dmitry Kovalev
2013-07-03Merge "Inline a few intra predictors"Yaowu Xu
2013-07-03Enable early termination in rd searchJingning Han
2013-07-03Calling set_partition_seg_context() instead of code duplication.Dmitry Kovalev
2013-07-03Replacing 64 / MI_SIZE with MI_BLOCK_SIZE.Dmitry Kovalev
2013-07-03Merge "Adding write_selected_txfm_size function."Dmitry Kovalev
2013-07-03Inline a few intra predictorsYaowu Xu
2013-07-03Refactor SSE2 8x8 functional unitsJingning Han
2013-07-03Merge "Use pmovmskb to skip quantize loops over empty coefficients."Ronald S. Bultje
2013-07-03Merge "Remove unused function vp9_build_inter4x4_predictors_mbuv()."Ronald S. Bultje
2013-07-03Fix to comp_inter_joint_search_thresh feature.Paul Wilkins
2013-07-03Added two new skip experiments.Paul Wilkins
2013-07-03Merge "Adjust Speed 0 settings."Paul Wilkins
2013-07-02Merge "Removing redundant struct from union b_mode_info."Dmitry Kovalev
2013-07-02Merge "Added a speed feature use_square_partition_only"Yaowu Xu
2013-07-02Removing redundant struct from union b_mode_info.Dmitry Kovalev
2013-07-02Adding write_selected_txfm_size function.Dmitry Kovalev
2013-07-02Added a speed feature use_square_partition_onlyYaowu Xu
2013-07-02Use pmovmskb to skip quantize loops over empty coefficients.Ronald S. Bultje
2013-07-02Remove unused function vp9_build_inter4x4_predictors_mbuv().Ronald S. Bultje
2013-07-02new unit test for cpu-speedJim Bankoski
2013-07-02Speed feature to binary search dir intramodesDeb Mukherjee
2013-07-02Merge "Clean-up in forward update to use mapping tables"Deb Mukherjee
2013-07-02Tx size selection enhancementsDeb Mukherjee