summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2013-08-22Merge "Cleaning up optimize_init_b function."Dmitry Kovalev
2013-08-22Merge "Cleaning up sum_intra_stats function."Dmitry Kovalev
2013-08-21Merge "Enable zero coeff check in sub8x8 UV rd loop"Jingning Han
2013-08-21Cleaning up optimize_init_b function.Dmitry Kovalev
2013-08-21Cleaning up sum_intra_stats function.Dmitry Kovalev
2013-08-21Merge "Adding scale factor check."Dmitry Kovalev
2013-08-21Merge "Removing PLANE_TYPE argument from cost_coeffs function."Dmitry Kovalev
2013-08-21Merge "Make "good" quality 2-pass vpxenc encoding default"Deb Mukherjee
2013-08-21Merge "vp9 rtcd: remove non-existent sad functions"James Zern
2013-08-21Removing PLANE_TYPE argument from cost_coeffs function.Dmitry Kovalev
2013-08-21Make "good" quality 2-pass vpxenc encoding defaultDeb Mukherjee
2013-08-21Removing a lot of duplicated code.Dmitry Kovalev
2013-08-21Adding scale factor check.Dmitry Kovalev
2013-08-21Fix typos and minor stylistic cleanupAdrian Grange
2013-08-21Merge "Further correct bug in loopfilter initialization"Adrian Grange
2013-08-20vp9 rtcd: remove non-existent sad functionsJames Zern
2013-08-20Merge "Passing plane_bsize to foreach_transformed_block_visitor."Dmitry Kovalev
2013-08-20Merge "Add neon optimize vp9_short_idct10_8x8_add."hkuang
2013-08-20Merge "vp9_filter.{h, c} cleanup + adding SUBPEL_TAPS constant."Dmitry Kovalev
2013-08-20vp9_filter.{h, c} cleanup + adding SUBPEL_TAPS constant.Dmitry Kovalev
2013-08-20Add neon optimize vp9_short_idct10_8x8_add.hkuang
2013-08-20Enable zero coeff check in sub8x8 UV rd loopJingning Han
2013-08-20Merge "Cleanup/enhancements of switchable filter search"Deb Mukherjee
2013-08-20Merge "Moving plane_block_idx from vp9_blockd.h to vp9_quantize.c."Dmitry Kovalev
2013-08-20Merge "Adding has_second_ref function."Dmitry Kovalev
2013-08-20Merge "Adding VP9_FILTER_BITS constant."Dmitry Kovalev
2013-08-20Cleanup/enhancements of switchable filter searchDeb Mukherjee
2013-08-20Merge "Enable early termination in uv rd loop"Jingning Han
2013-08-20Merge "fix the mv_ref_idx issue"Jim Bankoski
2013-08-20fix the mv_ref_idx issueJim Bankoski
2013-08-20Changes to auto partition size selection.Paul Wilkins
2013-08-20Adding VP9_FILTER_BITS constant.Dmitry Kovalev
2013-08-19Adding has_second_ref function.Dmitry Kovalev
2013-08-19Change to limit the mv search rangeYaowu Xu
2013-08-19fix a bug when null function pointer is used.Yaowu Xu
2013-08-19Moving plane_block_idx from vp9_blockd.h to vp9_quantize.c.Dmitry Kovalev
2013-08-19Enable early termination in uv rd loopJingning Han
2013-08-19Passing plane_bsize to foreach_transformed_block_visitor.Dmitry Kovalev
2013-08-19Merge "Fix potential use of uninitialized value"Jingning Han
2013-08-19Merge "Fix the returned distortion value in rd_pick_intra"Jingning Han
2013-08-19Using plane_bsize instead of bsize.Dmitry Kovalev
2013-08-19Further correct bug in loopfilter initializationAdrian Grange
2013-08-19Fix potential use of uninitialized valueJingning Han
2013-08-16Fix the returned distortion value in rd_pick_intraJingning Han
2013-08-16Removing unused or redundant arguments from *_args structures.Dmitry Kovalev
2013-08-16Merge "Moving from ss_txfrm_size to tx_size."Dmitry Kovalev
2013-08-16Merge "Renaming d27 predictor to d207."Dmitry Kovalev
2013-08-16Merge "Reduce the instructions of idct8x8. Also add the saving and restoring ...Johann
2013-08-16Merge "Reduce instructions of idct4x4."Johann
2013-08-16Merge "vp9: neon: optimise vp9_wide_mbfilter_neon"Frank Galligan