summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_thread_common.c
AgeCommit message (Expand)Author
2023-05-08Unify implementation of CHECK_MEM_ERRORJerome Jiang
2023-02-22vp9_loop_filter_alloc: clear -Wshadow warningsJames Zern
2019-11-27Fix mutex free in multi-thread lpfVenkatarama NG. Avadhani
2019-04-12loop_filter_rows_mt: unify worker count calculationJames Zern
2019-01-19Revert "Revert "Add Tile-SB-Row based Multi-threading in Decoder""Ritu Baldwa
2018-12-22Revert "Add Tile-SB-Row based Multi-threading in Decoder"James Zern
2018-12-21Merge "Add Tile-SB-Row based Multi-threading in Decoder"Harish Mahendrakar
2018-12-20vp9: limit lpf workers to min(threads,tiles,sb_rows)James Zern
2018-12-18Add Tile-SB-Row based Multi-threading in DecoderRitu Baldwa
2018-12-03Fix DoS in Error StreamsVenkatarama NG. Avadhani
2018-10-08Loopfilter Multi-Thread OptimizationSupradeep T R
2018-09-22Revert "Revert "Revert "Loopfilter MultiThread Optimization"""James Zern
2018-09-12Revert "Revert "Loopfilter MultiThread Optimization""Venkatarama NG. Avadhani
2018-08-31Merge "cosmetics,lf threading: normalize struct member names"James Zern
2018-08-30Revert "Loopfilter MultiThread Optimization"James Zern
2018-08-20Loopfilter MultiThread OptimizationSupradeep T R
2018-08-07loop_filter_rows_mt: use sb_rows to limit workersJames Zern
2018-08-06cosmetics,lf threading: normalize struct member namesJames Zern
2017-11-20[CFI] Remove function pointer castsVlad Tsyrklevich
2016-08-02vp9/common: apply clang-formatclang-format
2015-09-29VP9: move loopfilter build masks to decode loopScott LaVarnway
2015-09-04vp9_accumulate_frame_counts: pass counts directlyJames Zern
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-07-02Use vpx prefix for codec independent threading functionsJingning Han
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-03-24Refactor fast loop filter code to handle 444.Alex Converse
2015-03-10Accumulate tx_totals counters in multi-threaded encoderYunqing Wang
2015-02-13loop_filter_rows_mt: remove dependency on 'last_height'James Zern
2015-02-06Make encoder and decoder share common thread functionYunqing Wang
2015-02-06Rename loopfilter_thread files to thread_common filesYunqing Wang