summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rdopt.c
AgeCommit message (Expand)Author
2015-02-12Fix ioc issue in block_rd_txfmJingning Han
2015-02-10Auto-adaptive encoder frame resizing logicAdrian Grange
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
2015-01-23Format fixes in vp9_rd_pick_inter_mode_sb/sub8x8Jingning Han
2015-01-23Revert "Merge branch 'frame-parallel' to enable frame parallel decode in mast...Johann
2015-01-22Merge branch 'frame-parallel' to enable frame parallel decode in master branch.hkuang
2015-01-02Merge "Enable sub8x8 inter block search for RTC coding mode"Jingning Han
2014-12-24Enable sub8x8 inter block search for RTC coding modeJingning Han
2014-12-23WIP: Remove giant value cost tableJim Bankoski
2014-12-22Tokenization without huge tables.Jim Bankoski
2014-12-18Merge "Improve motion detection for low complexity regions."Paul Wilkins
2014-12-16Set second ref frame to be NONE in key frame codingJingning Han
2014-12-16Improve motion detection for low complexity regions.Paul Wilkins
2014-12-15Simplify rate-distortion modeling functionJingning Han
2014-12-12vp9: move encoder-only member from commonJames Zern
2014-12-05Improve the performance by caching the left_mi and right_mi in macroblockd.hkuang
2014-12-05Enable conditional skip path in rd_pick_intra_sby_modeJingning Han
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20vp9_ethread: move filter_cache out of RD_OPT structYunqing Wang
2014-11-20vp9_ethread: change mask_filter to a local variableYunqing Wang
2014-11-20Revert "vp9_ethread: include a pointer to mb in VP9_COMP"Yunqing Wang
2014-11-14vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang
2014-10-31Merge "Refactor vp9_update_rd_thresh_fact"Jingning Han
2014-10-30Refactor vp9_update_rd_thresh_factJingning Han
2014-10-30Merge "Combine vp9_encode_block_intra and encode_block_intra"Hui Su
2014-10-29Enable mode search threshold update in non-RD coding modeJingning Han
2014-10-28Combine vp9_encode_block_intra and encode_block_intraHui Su
2014-10-27Refactor encoder tile data structureJingning Han
2014-10-24Tile based adaptive mode search in RD loopJingning Han
2014-10-22Merge "vp9_ethread: allocate frame contexts outside VP9_COMMON struct"Yunqing Wang
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-10-22Implement frame parallel decode for VP9.Hangyu Kuang
2014-10-17Reset rate cost value in rd mode searchJingning Han
2014-10-16Fix an ioc issue in super_block_uvrdJingning Han
2014-10-14Refactor super_block_uvrd function to remove goto statementJingning Han
2014-10-13Use speed feature variable in vp9_rd_pick_inter/intra_modeJingning Han
2014-10-13Fix vp9_rd_pick_inter/intra function typesJingning Han
2014-10-13Refactor rate distortion cost structureJingning Han
2014-10-11Fix ActiveMapTest valgrind warningJingning Han
2014-10-09Merge "Rename highbitdepth functions to use highbd prefix"Deb Mukherjee
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-10-09Merge "Subpel search cleanups and enhancements"Deb Mukherjee
2014-10-09Merge "Move the high freq coeff check outside store_coding_context"Alex Converse
2014-10-08Subpel search cleanups and enhancementsDeb Mukherjee
2014-10-08Merge "Allow mode search breakout at very low prediction errors"Yunqing Wang
2014-10-08Allow mode search breakout at very low prediction errorsYunqing Wang
2014-10-08Move the high freq coeff check outside store_coding_contextJingning Han
2014-10-08Use local variable in vp9_rd_pick_inter_mode_sbJingning Han
2014-10-07Merge "Replace mi_width_log2() with mi_width_log2_lookup table"Jingning Han
2014-10-07Merge "Take out repeated block width/height lookup functions"Jingning Han