Searched refs:FLOAT_BUTTERFLY (Results 1 – 1 of 1) sorted by relevance
85 #define FLOAT_BUTTERFLY(x,y) x += y; y = x - (y*2); OI_ASSERT(VALID_INT32(x)); OI_ASSERT(VALID_INT3… in float_dct2_8() macro114 FLOAT_BUTTERFLY(L00, L03); in float_dct2_8()115 FLOAT_BUTTERFLY(L01, L02); in float_dct2_8()121 FLOAT_BUTTERFLY(L00, L01); in float_dct2_8()126 FLOAT_BUTTERFLY(L03, L02); in float_dct2_8()150 FLOAT_BUTTERFLY(L07, L05); in float_dct2_8()152 FLOAT_BUTTERFLY(L05, L04); in float_dct2_8()156 FLOAT_BUTTERFLY(L07, L06); in float_dct2_8()