summaryrefslogtreecommitdiff
path: root/vp8/encoder/ethreading.c
AgeCommit message (Expand)Author
2019-04-23Revert "Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums"Sai Deng
2019-04-23Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enumssdeng
2017-08-31Add atomics to vp8 synchronization primitives.Peter Boström
2017-06-21add ethreading.hJames Zern
2016-12-13Reapply 'Amend and improve VP8 multithreading implementation'Jim Bankoski
2016-09-08vp8: Remove TSAN warning around end of encode.Alexander Potapenko
2016-08-25vp8: Move loopfilter synchronization to end of encode_frame call.Marco
2016-07-21Revert "Amend and improve VP8 multithreading implementation"Yunqing Wang
2016-07-19vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy
2016-07-18prepend ++ instead of post in for loops.Jim Bankoski
2016-07-15vp8: apply clang-formatclang-format
2016-03-22Simplify the loopfilter synchronization logic in VP8 encoderYunqing Wang
2016-01-08Amend and improve VP8 multithreading implementationYunqing Wang
2015-05-14vp8/rdopt.h+onyx_int.h: add some missing prototypesJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2014-12-03Various updates to vp8.Marco
2014-11-06Remove asm offset dependenciesJohann
2014-10-31Remove pair quantizationJohann
2014-07-29vp8: Add an aggressive denoising mode.Marco Paniconi
2012-12-10Moved error_bins to macroblock structScott LaVarnway
2012-12-10Moved zbin_mode_boost to macroblock structScott LaVarnway
2012-12-10Moved zbin_over_quant to macroblock structScott LaVarnway
2012-12-05Disable background update on non-base layer framesAdrian Grange
2012-12-04Moving mbs_tested_so_far, mode_test_hit_counts to macroblock structScott LaVarnway
2012-12-03Merge "Moving rd_thresh_mult, rd_threshes to macroblock struct"Scott LaVarnway
2012-11-06Moving count_mb_ref_frame_usage to macroblock structScott LaVarnway
2012-11-06Moving rd_thresh_mult, rd_threshes to macroblock structScott LaVarnway
2012-11-06Moving _error counts to macroblock structScott LaVarnway
2012-11-06Moving MVcount to macroblock structScott LaVarnway
2012-11-05Moving ymode_count, uv_mode_count to macroblock structScott LaVarnway
2012-11-05Moved skip_true_count to macroblock structScott LaVarnway
2012-11-05Moving coef_counts to macroblock structScott LaVarnway
2012-11-02Removed unnecessary VP8_COMP *cpi parametersScott LaVarnway
2012-08-23Merge "Added error checking to vp8cx_create_encoder_threads()"Scott LaVarnway
2012-08-20Fix inter_zz_count calculation bugYunqing Wang
2012-08-14Added error checking to vp8cx_create_encoder_threads()Scott LaVarnway
2012-08-01Fix potential encoder dead-lock after picture resizeAttila Nagy
2012-07-27Optimizes updates of encoder block ptrsAttila Nagy
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04Formalize encodeframe.c forward delclarationsJohn Koleszar
2012-05-04Fix multi-resolution threaded encodingAttila Nagy
2012-05-04Fix multi-resolution threaded encodingAttila Nagy
2012-04-23Shares one set of RD costs tables between all encoding threadsAttila Nagy
2012-02-29Packing bitstream on-the-fly with delayed context updatesAttila Nagy
2012-02-16Multithreaded encoder, late sync loopfilterAttila Nagy
2012-02-02Removed frames_till_alt_ref_frame from MACROBLOCKDScott LaVarnway
2012-02-02Removed frames_since_golden from MACROBLOCKDScott LaVarnway
2012-01-30RTCD: add arnr functionsJohn Koleszar