summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
2013-08-27Fix buf alignment in sub8x8 comp inter-inter predJingning Han
2013-08-23Merge "Checking scale factors on access."Dmitry Kovalev
2013-08-22Merge "Fix rectangular partition check flag"Jingning Han
2013-08-22Merge "vp9_encodeframe.c cleanup."Dmitry Kovalev
2013-08-22Merge "vp9/encoder: fix last_frame_seg_map mem leak"James Zern
2013-08-22Merge "rename LOG2_* defines to *_LOG2"James Zern
2013-08-22Fix rectangular partition check flagJingning Han
2013-08-22vp9_encodeframe.c cleanup.Dmitry Kovalev
2013-08-22check_bsize_coverage cleanup.Dmitry Kovalev
2013-08-22Checking scale factors on access.Dmitry Kovalev
2013-08-22rename LOG2_* defines to *_LOG2James Zern
2013-08-22Merge "Adding vp9_is_scaled function."Dmitry Kovalev
2013-08-22vp9/encoder: fix last_frame_seg_map mem leakJames Zern
2013-08-22Adding vp9_is_scaled function.Dmitry Kovalev
2013-08-22Refactor rd_pick_partition for parameter controlJingning Han
2013-08-22Fixes on feature disabling split based on varianceDeb Mukherjee
2013-08-22Merge "Initialize mb_skip_coeff before picking modes"Scott LaVarnway
2013-08-22Initialize mb_skip_coeff before picking modesScott LaVarnway
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-21Removing PLANE_TYPE argument from cost_coeffs function.Dmitry Kovalev
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-20Merge "Passing plane_bsize to foreach_transformed_block_visitor."Dmitry Kovalev
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-20Cleanup/enhancements of switchable filter searchDeb Mukherjee
2013-08-20Merge "Enable early termination in uv rd loop"Jingning Han
2013-08-20Changes to auto partition size selection.Paul Wilkins
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-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-16Fixed typos and formattingAdrian Grange
2013-08-15Moving from ss_txfrm_size to tx_size.Dmitry Kovalev
2013-08-15Merge "Refactor rd loop for chroma components"Jingning Han