##// END OF EJS Templates
Added DATA_SHAPING_SATURATION Option in lpp_lfr, and lpp_lfr_filter...
Added DATA_SHAPING_SATURATION Option in lpp_lfr, and lpp_lfr_filter 0 => data shaping are shifted (divided by 2) 1 => data shaping are saturated Added Saturation module in the general purpose package. Created 2 tests, one for each DATA_SHAPING_SATURATION value

File last commit:

r639:5ffe6bd0368c default
r657:448d3f8e2d47 default
Show More
systest.c
18 lines | 307 B | text/x-c | CLexer
main()
{
report_start();
// svgactrl_test(0x80000600, 1, 0, 0x40200000, -1, 0, 0);
base_test();
/*
greth_test(0x80000e00);
spw_test(0x80100A00);
spw_test(0x80100B00);
spw_test(0x80100C00);
svgactrl_test(0x80000600, 1, 0, 0x40200000, -1, 0, 0);
*/
report_end();
}