summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_pickmode.c
AgeCommit message (Expand)Author
2015-06-11inline vp9_get_segdata()Scott LaVarnway
2015-06-11inline vp9_segfeature_active()Scott LaVarnway
2015-06-10Merge "Reducing size of MODE_INFO struct"Scott LaVarnway
2015-06-05Fix to spatial svc: set reference_frame masking.Marco
2015-06-04Reducing size of MODE_INFO structScott LaVarnway
2015-05-28For non-rd pickmode: remove VAR_PARTITION condition.Marco
2015-05-28Merge "Re-worked header files"Scott LaVarnway
2015-05-26Merge "Move variance functions to vpx_dsp"Johann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-22Fix integral projection motion search for frame resizeJingning Han
2015-05-22Re-worked header filesScott LaVarnway
2015-05-13Merge "Relocate memory operations for common code"Johann
2015-05-13Relocate memory operations for common codeJohann
2015-05-12Remove unneeded variable declarationYunqing Wang
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-05-06Remvoe EIGHTTAP_SHARP filter check for non-rd mode.Marco
2015-05-05Add intra mode early termination in non-rd modeYunqing Wang
2015-05-04Allow for H and V intra modes for non-rd mode.Marco
2015-04-30Reduce intra_cost_penalty for BLOCK_8X8Yunqing Wang
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-04-15Fix Tsan errorsYunqing Wang
2015-04-09Merge "Compute prediction filter type cost only when needed"Jingning Han
2015-04-07Merge "Optimize the checking for transform skipping"Yaowu Xu
2015-04-07Merge "move ref_frame_cost computations into a function"Yaowu Xu
2015-04-07Merge "Enable Hadamard transform based cost estimate for all block sizes"Jingning Han
2015-04-07Merge "Account for eob cost in the RTC mode decision process"Jingning Han
2015-04-07Compute prediction filter type cost only when neededJingning Han
2015-04-06Optimize the checking for transform skippingYaowu Xu
2015-04-04Enable Hadamard transform based cost estimate for all block sizesJingning Han
2015-04-03Fix the scaling factor in UV skipping testYunqing Wang
2015-04-03Account for eob cost in the RTC mode decision processJingning Han
2015-04-02move ref_frame_cost computations into a functionYaowu Xu
2015-04-02Small fix to segment check in pickmode.Marco
2015-04-01Merge "Simplify effective src_diff address computation"Jingning Han
2015-04-01Merge "Refactor block_yrd function for RTC coding mode"Jingning Han
2015-04-01Simplify effective src_diff address computationJingning Han
2015-04-01Refactor block_yrd function for RTC coding modeJingning Han
2015-04-01Enhance the transform skipping decision-making in non-rd modeYunqing Wang
2015-03-31Tuning SATD rate calculation for speedJingning Han
2015-03-31Allow block skip coding option in RTC modeJingning Han
2015-03-30Enable 16x16 Hadamard transform in SATD based mode decisionJingning Han
2015-03-30Use SATD based mode decision for block sizes below 16x16Jingning Han
2015-03-30Reuse inter prediction pixel block for Hadamard transformJingning Han
2015-03-30Hadamard transform based coding mode decision processJingning Han
2015-03-20vp9_pred_mv(): misc fixes and optimizationsYaowu Xu
2015-03-18Speed up non-rd mode decision searchJingning Han
2015-03-17Fix an ioc warning in vp9_pick_inter_modeJingning Han
2015-03-16Merge "Remove duplicate clamping"Yaowu Xu