summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
AgeCommit message (Expand)Author
2013-08-13Trivial clean up.Paul Wilkins
2013-08-09Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.Dmitry Kovalev
2013-08-09added a speed feature on lpf level pickingYaowu Xu
2013-08-08Merge "Adds a new subpel motion function"Deb Mukherjee
2013-08-08Adds a new subpel motion functionDeb Mukherjee
2013-08-07Use low precision 32x32fdct for encodemb in speed1Jingning Han
2013-08-06Clean ups of the subpel search functionsDeb Mukherjee
2013-08-06Flexible support for various pattern searchesDeb Mukherjee
2013-08-06Merge "Add variance based mode/skipping"Deb Mukherjee
2013-08-05Add variance based mode/skippingDeb Mukherjee
2013-08-01Comment out 2 unused speed featuresYunqing Wang
2013-07-30Merge "Cleanup typos, remove unnecessary lines, replace switch"Adrian Grange
2013-07-30Cleanup typos, remove unnecessary lines, replace switchAdrian Grange
2013-07-29Renaming NB_TXFM_MODES constant to TX_MODES.Dmitry Kovalev
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-26Auto min and max partition size experiment.Paul Wilkins
2013-07-23Merge "Renaming of segment constants."Paul Wilkins
2013-07-23Merge "Reworked the auto_mv_step_size speed feature"Paul Wilkins
2013-07-23Renaming of segment constants.Paul Wilkins
2013-07-22Merge "VP[89]_COMMON: remove golden/altref frame counts"James Zern
2013-07-22Re-order mode search in rd.Paul Wilkins
2013-07-19Reworked the auto_mv_step_size speed featureDeb Mukherjee
2013-07-19Alignment of THR_MODES to vp9_mode_order[]Paul Wilkins
2013-07-18VP[89]_COMMON: remove golden/altref frame countsJames Zern
2013-07-17Speed up motion estimation using small partitions' result(experiment)Yunqing Wang
2013-07-17Merge "Move uv intra mode selection in rd loop."Paul Wilkins
2013-07-17Move uv intra mode selection in rd loop.Paul Wilkins
2013-07-16use consistent framerate namingJames Zern
2013-07-15Skip duplicate block encoding in the rd loopJingning Han
2013-07-12Adding struct tx_probs and struct tx_counts to cleanup the code.Dmitry Kovalev
2013-07-12Some minor cleanups for efficiencyDeb Mukherjee
2013-07-10Prunes out full-rd computation based on modeled rdDeb Mukherjee
2013-07-10Add a feature to reduce chrome intra mode searchYaowu Xu
2013-07-08Make frame-wide filter-type decision fully RD-based.Ronald S. Bultje
2013-07-08Implements several heuristics to prune mode searchDeb Mukherjee
2013-07-03Added two new skip experiments.Paul Wilkins
2013-07-02Added a speed feature use_square_partition_onlyYaowu Xu
2013-07-02Speed feature to binary search dir intramodesDeb Mukherjee
2013-07-02Tx size selection enhancementsDeb Mukherjee
2013-07-02Add speed feature to disable splitmvYunqing Wang
2013-07-02Revert "New motion threshold factor - speed feature."Paul Wilkins
2013-07-01use partitioning from last frameJim Bankoski
2013-07-01Merge "Quantize (64-bit only, for now) SSSE3 SIMD."Yaowu Xu
2013-07-01Quantize (64-bit only, for now) SSSE3 SIMD.Ronald S. Bultje
2013-07-01New motion threshold factor - speed feature.Paul Wilkins
2013-06-28Merge "Removing CONFIG_DEBUG checks on assertions."Dmitry Kovalev
2013-06-28Removing CONFIG_DEBUG checks on assertions.Dmitry Kovalev
2013-06-28Make coefficient skip condition an explicit RD choice.Ronald S. Bultje
2013-06-28Optimize partition search orderYaowu Xu
2013-06-27Merge "Auto adapt step size feature."Paul Wilkins