Hi, how to set CCS compiler let it support in for loop variable definiation, like this:
for( int idx = 0; idx < 16; idx++ )
{
dct_dc4x4[block_idx_xy_1d[idx]] = dct4x4[idx][0];
dct4x4[idx][0] = 0;
}
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, how to set CCS compiler let it support in for loop variable definiation, like this:
for( int idx = 0; idx < 16; idx++ )
{
dct_dc4x4[block_idx_xy_1d[idx]] = dct4x4[idx][0];
dct4x4[idx][0] = 0;
}
Both the version of CCS and the version of the compiler are relevant. My screen shot is from CCS version 6.1 and compiler version 8.0.3.
Thanks and regards,
-George