summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeframe.c
AgeCommit message (Expand)Author
2016-10-25Change 2 motion search counts to be tile dataYunqing Wang
2016-10-21vp9: Nonrd variance partition: increase threshold for using 4x4 avg.Marco
2016-10-17vp9: Non-rd variance partition: add condition for 64x64 split.Marco
2016-10-111 pass vbr: Allow for lookahead alt-ref in real-time mode.Marco
2016-09-19Zero the whole rd_counts struct rather than the each memberAlex Converse
2016-09-15apply clang-formatclang-format
2016-09-01Casts to remove some warnings.paulwilkins
2016-08-30Merge "Adjust coefficient optimization and tx_domain rd speed features."Paul Wilkins
2016-08-25Create interface for the ALT_REF_AQ classYury Gitman
2016-08-25Adjust coefficient optimization and tx_domain rd speed features.paulwilkins
2016-08-23vp9: Refactor set_low_temp_var_flag.jackychen
2016-08-09Merge "Refactor mv limits."Alex Converse
2016-08-08Add cpi parameter for forcing segmentation updateYury Gitman
2016-08-08Refactor mv limits.Alex Converse
2016-08-03Fix msvc compiler warningsYaowu Xu
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-07-25Merge "Minor skip segment simplification."Alex Converse
2016-07-22Minor skip segment simplification.Alex Converse
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway
2016-07-18cosmetics: Correct grammar/spelling in commentsYury Gitman
2016-07-11Merge "vp9_rd_pick_intra_mode_sb(): set interp_filter to"Scott LaVarnway
2016-07-09vp9_rd_pick_intra_mode_sb(): set interp_filter toScott LaVarnway
2016-06-28Merge "vp9: Increase thr_var for 32x32 blocks in var-based partitioning."Jacky Chen
2016-06-28vp9: Move chroma sensitivity check out from choose_partitioning.jackychen
2016-06-27vp9: Increase thr_var for 32x32 blocks in var-based partitioning.jackychen
2016-06-24Merge "vp9: Code clean, move low temp var logic out of choose_partitioning."Jacky Chen
2016-06-24Merge "cosmetics: Beautify whitespaces and line wrapping"James Zern
2016-06-24Merge "cosmetics: Make few conditions clearer"James Zern
2016-06-24vp9: Code clean, move low temp var logic out of choose_partitioning.jackychen
2016-06-24cosmetics: Beautify whitespaces and line wrappingYury Gitman
2016-06-24cosmetics: Make few conditions clearerYury Gitman
2016-06-22set interp_filter to SWITCHABLE_FILTER for intra blockAngie Chiang
2016-06-21Add a hardware compatibility featurehui su
2016-06-17Fix ubsan warning: vp9/encoder/vp9_encodeframe.cYaowu Xu
2016-06-15vp9: Add bias to last frame in choose_partitioning.JackyChen
2016-06-14vp9: Code clean up for short circuit feature in low temp variance.JackyChen
2016-06-13vp9: Encoding cycle reduction for speed 8.JackyChen
2016-06-08vp9: Use nonrd_pick_partition on scene-cut, for speed 5 vbr mode.Marco
2016-06-02vp9: Fix valgrind failure for short circuit on low temporal vaiance block.JackyChen
2016-06-01vp9: Skip some modes when variance is low for big blocks, for 1 pass real-time.jackychen
2016-05-10Add VP9 encoder API for level specification.hui su
2016-05-02vp9: Refactor choose_partitioning.JackyChen
2016-04-26Merge "VP9: enable trellis quantization optimization for intra blocks"Hui Su
2016-04-26Merge "vp9: Fix condition to update consec_zero_mv."Marco Paniconi
2016-04-26VP9: enable trellis quantization optimization for intra blockshui su
2016-04-25vp9: Fix condition to update consec_zero_mv.Marco
2016-04-25Experiment to adapt for net AQ offset.paulwilkins
2016-04-22vp9: Move consec_zero_mv from cyclic refresh to cpi struct.Marco
2016-04-15VP9: inline vp9_get_intra_inter_context()Scott LaVarnway
2016-04-08Remove obsolete segment skip checks from tokenization.Alex Converse