Searched refs:t10 (Results 1 – 1 of 1) sorted by relevance
619 int32_t t10, t11, t12, t13; in block_idct() local629 t10 = v0 + v2; /* Process the even elements */ in block_idct()634 v0 = t10 + v3; in block_idct()635 v3 = t10 - v3; in block_idct()644 t10 = v5 - v4; /* Process the odd elements */ in block_idct()650 t13 = (t10 + t12) * M5 >> 12; in block_idct()651 v4 = t13 - (t10 * M2 >> 12); in block_idct()676 t10 = v0 + v2; /* Process the even elements */ in block_idct()681 v0 = t10 + v3; in block_idct()682 v3 = t10 - v3; in block_idct()[all …]