Searched refs:FLOAT_BUTTERFLY (Results 1 – 1 of 1) sorted by relevance
87 #define FLOAT_BUTTERFLY(x,y) x += y; y = x - (y*2); OI_ASSERT(VALID_INT32(x)); OI_ASSERT(VALID_INT3… in float_dct2_8() macro116 FLOAT_BUTTERFLY(L00, L03); in float_dct2_8()117 FLOAT_BUTTERFLY(L01, L02); in float_dct2_8()123 FLOAT_BUTTERFLY(L00, L01); in float_dct2_8()128 FLOAT_BUTTERFLY(L03, L02); in float_dct2_8()152 FLOAT_BUTTERFLY(L07, L05); in float_dct2_8()154 FLOAT_BUTTERFLY(L05, L04); in float_dct2_8()158 FLOAT_BUTTERFLY(L07, L06); in float_dct2_8()