summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeframe.c
AgeCommit message (Expand)Author
2015-03-17Update to variance partition.Marco
2015-03-17Merge "Refactor set vbp thresholds function"Yunqing Wang
2015-03-17Refactor set vbp thresholds functionYunqing Wang
2015-03-17Remove unused ZBIN_BOOST macrosAdrian Grange
2015-03-16Fix indent in choose_partitioningJingning Han
2015-03-13Fix choose_partitioning threshold setup for speed -5Jingning Han
2015-03-13Fix crash with vp9 denoiser on.Marco
2015-03-12Reconcile active_map and cyclic refreshAlex Converse
2015-03-11Prevent integer overflow in choose_partitioningJingning Han
2015-03-11Refactor to remove GLOBAL_MOTIONJingning Han
2015-03-10Enable using Golden reference in choose_partition()Yaowu Xu
2015-03-09Don't waste time partitioning skip superblocks.Alex Converse
2015-03-09Merge "vp9_ethread: fix me consts initialization to support aq_mode=3 encoding"Yunqing Wang
2015-03-09Merge "Move pred_mv assign outside integral projection motion search"Jingning Han
2015-03-06vp9_ethread: fix me consts initialization to support aq_mode=3 encodingYunqing Wang
2015-03-06Merge changes I1b972c94,I9c897d32Yaowu Xu
2015-03-05Prevent invalid memory accessYaowu Xu
2015-03-05Move pred_mv assign outside integral projection motion searchJingning Han
2015-03-05Merge "Move integral projection motion search to vp9_mcomp.c"Jingning Han
2015-03-05Use correct bsize for uvYaowu Xu
2015-03-04Merge "Make encoder buffer allocation dynamic"Adrian Grange
2015-03-04Merge "Use SAD value to set chroma cost flag"Jingning Han
2015-03-04Move integral projection motion search to vp9_mcomp.cJingning Han
2015-03-04Use SAD value to set chroma cost flagJingning Han
2015-03-04Merge "Properly handle the boundary blocks for integral projection search"Jingning Han
2015-03-04Make encoder buffer allocation dynamicAdrian Grange
2015-03-03Merge "dc quantizer fix for 32x32 transforms"Deb Mukherjee
2015-03-03Properly handle the boundary blocks for integral projection searchJingning Han
2015-03-03dc quantizer fix for 32x32 transformsDeb Mukherjee
2015-03-03Adapt color sensitiviy threshold to luma signal energyYaowu Xu
2015-03-01Use variance metric for integral projection vector matchJingning Han
2015-02-26Refactor integral projection based motion estimationJingning Han
2015-02-25Merge "Motion compensated reference refinement"Jingning Han
2015-02-25Merge "Re-distribute hierarchical vector match pattern"Jingning Han
2015-02-25Motion compensated reference refinementJingning Han
2015-02-24Re-distribute hierarchical vector match patternJingning Han
2015-02-20Adjustments to cyclic refresh (aq-mode=3).Marco
2015-02-19Merge "Integral projection based motion estimation"Jingning Han
2015-02-19Integral projection based motion estimationJingning Han
2015-02-19Fix a check condition in nonrd_pick_partitionJingning Han
2015-02-10Move computation up to frame levelYaowu Xu
2015-02-10Fix block partition size in fill_mode_info_sbJingning Han
2015-02-06Merge "Replace repeated check with single variable"Yaowu Xu
2015-02-04Remove unnecessary initializationYaowu Xu
2015-02-04Move tx_mode decision logic into select_tx_mode()Yaowu Xu
2015-02-04Replace repeated check with single variableYaowu Xu
2015-02-04Merge "Adjust partitioning threshold based rtc speed"Yaowu Xu
2015-02-04Merge "Move calls to avoid unnecessary operations"Yaowu Xu
2015-02-04Adjust partitioning threshold based rtc speedYaowu Xu
2015-02-04Unify luma and chroma inter predictors in choose_partitioningJingning Han