summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
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-01Make get_coef_context() branchless.Ronald S. Bultje
2013-07-01Update quantize SSSE3 SIMD to cover 32x32 transform case also.Ronald S. Bultje
2013-07-01Quantize (64-bit only, for now) SSSE3 SIMD.Ronald S. Bultje
2013-07-01fix a mismatch in cpuused 2Yaowu Xu
2013-06-29Merge "Enable SSE2 4x4 ADST/DCT transform"Jingning Han
2013-06-29SSE2 version of vp9_short_fdct32x32_rd.Christian Duvivier
2013-06-29Merge "fixed a bug where sse is not populated"Ronald S. Bultje
2013-06-28Merge "add Neon optimized add constant residual functions"Johann
2013-06-28Merge "fix test compile error"James Zern
2013-06-28Merge "Inline vp9_get_coef_context() (and remove vp9_ prefix)."Ronald S. Bultje
2013-06-28Merge "Minor change to prevent one level of dereference in cost_coeffs()."Ronald S. Bultje
2013-06-28add Neon optimized add constant residual functionschm
2013-06-28Merge "Cosmetic reordering of FRAME_CONTEXT members."Dmitry Kovalev
2013-06-28fix test compile errorJames Zern
2013-06-28Enable SSE2 4x4 ADST/DCT transformJingning Han
2013-06-28fixed a bug where sse is not populatedYaowu Xu
2013-06-28Merge "Fix switch statement in 8x8 transform"Jingning Han
2013-06-28Cosmetic reordering of FRAME_CONTEXT members.Dmitry Kovalev
2013-06-28Merge "Removing CONFIG_DEBUG checks on assertions."Dmitry Kovalev
2013-06-28Fix switch statement in 8x8 transformJingning Han
2013-06-28Merge "Some minor optimizations for cost_coeffs()."Ronald S. Bultje
2013-06-28Merge "Make coefficient skip condition an explicit RD choice."Ronald S. Bultje
2013-06-28Inline vp9_get_coef_context() (and remove vp9_ prefix).Ronald S. Bultje
2013-06-28Merge "Decoder's code cleanup."Dmitry Kovalev
2013-06-28Removing CONFIG_DEBUG checks on assertions.Dmitry Kovalev
2013-06-28Minor change to prevent one level of dereference in cost_coeffs().Ronald S. Bultje
2013-06-28Some minor optimizations for cost_coeffs().Ronald S. Bultje
2013-06-28Make coefficient skip condition an explicit RD choice.Ronald S. Bultje
2013-06-28Merge "Minor cleanups"Yaowu Xu
2013-06-28Merge "Optimize partition search order"Yaowu Xu
2013-06-28Minor cleanupsYaowu Xu
2013-06-28Optimize partition search orderYaowu Xu
2013-06-28Merge "Fix tile independence with both column tiling and static_thresh set."Ronald S. Bultje
2013-06-27Fix tile independence with both column tiling and static_thresh set.Ronald S. Bultje
2013-06-27Decoder's code cleanup.Dmitry Kovalev
2013-06-27Add Neon optimized loop filter functions.Frank Galligan
2013-06-27Merge "General cleanup in segmentation-related code."Dmitry Kovalev
2013-06-27Merge "Moving subexp encoding functions in separate vp9_dsubexp.c file."Dmitry Kovalev
2013-06-27Inline quantize so idiv instruction gets removed from inner loop.Ronald S. Bultje
2013-06-27Merge "Auto adapt step size feature."Paul Wilkins
2013-06-27Merge "Start adaptive threshold for each mode at max."Paul Wilkins
2013-06-27Merge "Change meaning of cpi->sf.first_step and rename."Paul Wilkins
2013-06-26Merge "Make intra predictor reference buffer configurable"Jingning Han
2013-06-26Merge "Make update_partition_context faster"Jingning Han
2013-06-26Merge "Change to use LUT for mode-to-txfm conversion"Yaowu Xu
2013-06-26Make intra predictor reference buffer configurableJingning Han
2013-06-26Merge "Remove empty function vp9_build_block_offsets"Jingning Han
2013-06-26Make update_partition_context fasterJingning Han