aboutsummaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_tpl_model.c
AgeCommit message (Expand)Author
2023-09-14Fix ref frame buffer in TPL stats for RCJerome Jiang
2023-09-14Set frame width height for 1st TPL GOP frameJerome Jiang
2023-08-25Do not call ext rc functions when they're nullJerome Jiang
2023-08-07VP9 RC: Add pixel row/col of a TPL blockJerome Jiang
2023-08-07Fix more clang-tidy warningsJerome Jiang
2023-08-04Fix some clang-tidy warningsJerome Jiang
2023-08-03vp9 ext rc: Add callback for tpl statsJerome Jiang
2023-07-28quantize_fp: reduce parametersJohann
2023-05-31Trim tpl stats by 2 extra framesJerome Jiang
2023-05-08Add VpxTplGopStatsJerome Jiang
2023-05-08Unify implementation of CHECK_MEM_ERRORJerome Jiang
2023-05-04Add num_blocks to VpxTplFrameStatsJerome Jiang
2023-05-04Add Vpx* prefix to Tpl{Block,Frame}StatsJerome Jiang
2023-05-03Add codec control to export TPL statsJerome Jiang
2023-05-01Move TplFrameStats to public headerJerome Jiang
2023-04-27Clean up a stale TODO in tplJerome Jiang
2023-04-21Reland "Calculate recrf_dist and recrf_rate"Jerome Jiang
2023-04-21Revert "Calculate recrf_dist and recrf_rate"Jerome Jiang
2023-04-20Calculate recrf_dist and recrf_rateJerome Jiang
2023-04-21Merge "Store tpl stats before propagation" into mainJerome Jiang
2023-04-20Store tpl stats before propagationJerome Jiang
2023-04-17vp9_tpl_model: clear -Wshadow warningJames Zern
2023-03-24vp9_scan.h: rename scan_order struct to ScanOrderJames Zern
2023-02-06Move TPL to a new fileYunqing Wang