Searched refs:MULT_NORM (Results 1 – 2 of 2) sorted by relevance
124 x[0] = MULT_NORM((r0 + r1) * cPI2_8); in mdct_butterfly_16()125 x[1] = MULT_NORM((r0 - r1) * cPI2_8); in mdct_butterfly_16()138 x[4] = MULT_NORM((r0 - r1) * cPI2_8); in mdct_butterfly_16()139 x[5] = MULT_NORM((r0 + r1) * cPI2_8); in mdct_butterfly_16()166 x[12] = MULT_NORM( r0 * cPI1_8 - r1 * cPI3_8 ); in mdct_butterfly_32()167 x[13] = MULT_NORM( r0 * cPI3_8 + r1 * cPI1_8 ); in mdct_butterfly_32()173 x[10] = MULT_NORM(( r0 - r1 ) * cPI2_8); in mdct_butterfly_32()174 x[11] = MULT_NORM(( r0 + r1 ) * cPI2_8); in mdct_butterfly_32()180 x[8] = MULT_NORM( r0 * cPI3_8 - r1 * cPI1_8 ); in mdct_butterfly_32()181 x[9] = MULT_NORM( r1 * cPI3_8 + r0 * cPI1_8 ); in mdct_butterfly_32()[all …]
38 #define MULT_NORM(x) ((x)>>TRIGBITS) macro50 #define MULT_NORM(x) (x) macro