summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_block.h
AgeCommit message (Expand)Author
2018-07-02Merge "Exploit the spatial variance in temporal dependency model"Jingning Han
2018-07-01vp9: Fix to screen content artifact for real-time.Marco Paniconi
2018-06-29Exploit the spatial variance in temporal dependency modelJingning Han
2017-09-28vp9: Modification to adapt the ARF usage for 1 pass vbrMarco
2017-07-30vp9: Fix denoising condition when pickmode partition is used.Marco
2017-07-17vp9: Reuse motion from choose_partitioning in NEWMV search.Marco
2017-07-06cosmetics,vp9/: normalize inv/fwd_txfm namingJames Zern
2017-06-29cosmetics,vp9/encoder: s/txm/txfm/James Zern
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
2017-04-24vp9; Reduce artifact in non-rd pickmode for lighting changes.Marco
2017-04-21Make allow_exhaustive_searches feature no longer adaptiveYunqing Wang
2017-03-27vp9: 1 pass: Move source sad computation into encodeframe loop.Marco
2017-03-20Merge "Record the sum of tx block eobs in the partition block"Yunqing Wang
2017-03-20vp9: Use sb content measure to bias against golden.Marco
2017-03-20Record the sum of tx block eobs in the partition blockYunqing Wang
2017-03-10vp9/encoder: fix segfault on win32 using vs < 2015James Zern
2017-02-15Row based multi-threading of encoding stageRanjit Kumar Tulabandu
2017-01-24Multi-threading of first pass stats collectionRanjit Kumar Tulabandu
2017-01-20vp9: Add feature to use block source_sad for realtime mode.Marco
2016-08-25Adjust coefficient optimization and tx_domain rd speed features.paulwilkins
2016-08-08Refactor mv limits.Alex Converse
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-06-13vp9: Encoding cycle reduction for speed 8.JackyChen
2016-06-01vp9: Skip some modes when variance is low for big blocks, for 1 pass real-time.jackychen
2016-02-09Restore previous motion search bit-error scale.Alex Converse
2016-01-27vp9 non-rd mode: Modification for detected skin areas.Marco
2015-11-13Changes to exhaustive motion search.paulwilkins
2015-07-31Give skip_txfm constants names.Alex Converse
2015-07-29Comment zcoeff_blk.Alex Converse
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway
2015-02-04Account for chroma component costs in RTC mode decisionJingning Han
2014-12-22Revert "Revert "Removal of legacy zbin_extra / zbin_oq_value.""Jingning Han
2014-12-19Revert "Removal of legacy zbin_extra / zbin_oq_value."Paul Wilkins
2014-12-18Removal of legacy zbin_extra / zbin_oq_value.Paul Wilkins
2014-11-20vp9_ethread: move max/min partition size to mb structYunqing Wang
2014-11-05Rework cut-off decisions in cyclic refresh aq modeJingning Han
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-10-01Remove repeated header files from vp9_block.hJingning Han
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-03Speed up compound inter prediction mode checkJingning Han
2014-08-29Extend block level sse to support multiple txfm blocksJingning Han
2014-08-22Move mv cost table to VP9_COMPJingning Han
2014-08-11Merge "Enable fast forward txfm and quant for rate-distortion search"Jingning Han
2014-08-11Merge "Extend skip_txfm flag into array to cover YUV planes"Jingning Han
2014-08-08Enable fast forward txfm and quant for rate-distortion searchJingning Han
2014-08-05Extend skip_txfm flag into array to cover YUV planesJingning Han
2014-08-04energy -> int to avoid unsigned / signed mismatchJim Bankoski
2014-07-01Re-design quantization processJingning Han
2014-06-30Decide the partitioning threshold from the variance histogramYunqing Wang
2014-06-20Switch active map implementation to segment based.Alex Converse