Searched refs:C16_1R (Results 1 – 1 of 1) sorted by relevance
211 #define C16_1R 0.35185093438159561476 macro298 a[1][j] = C16_1R * xr - C16_1I * xi; in ddct16x16s()299 a[15][j] = C16_1R * xi + C16_1I * xr; in ddct16x16s()372 a[j][1] = C16_1R * xr - C16_1I * xi; in ddct16x16s()373 a[j][15] = C16_1R * xi + C16_1I * xr; in ddct16x16s()389 x5r = C16_1R * a[1][j] + C16_1I * a[15][j]; in ddct16x16s()390 x5i = C16_1R * a[15][j] - C16_1I * a[1][j]; in ddct16x16s()463 x5r = C16_1R * a[j][1] + C16_1I * a[j][15]; in ddct16x16s()464 x5i = C16_1R * a[j][15] - C16_1I * a[j][1]; in ddct16x16s()