Tool/software:
Hi ,
We wanted to downsize 1936x1552 image to 640x480 on Y channel using MSC .
I wanted to know the relevance of horzAccInit & vertAccInit .
In the examples("\pdk_jacinto_10_00_00_27\packages\ti\drv\vhwa\examples\include\vhwa_msc_test_cfg.h") the values are always set 0,0. Please let me know if the values are computed internally later .
In the driver, there are checks only if filtermode =1.
Does this mean if filtermode=0 , can we use 0,0 as defaults and no need to compute horzAccInit & vertAccInit . ?