uavs3 / uavs3e

AVS3 encoder which supports AVS3-P2 baseline profile.
Other
135 stars 62 forks source link

Code optimization #20

Closed ChengXueli closed 3 years ago

ChengXueli commented 3 years ago

2处改动均在函数"loka_estimate_coding_cost()"中

  1. 节省在栈上分配的空间
  2. 修复当L1 预测buffer可能为无效值的问题,该问题可能导致使用L0、L1结果做双向预测时的结果较差