Searched refs:icvRevTable (Results 1 – 1 of 1) sorted by relevance
114 static unsigned char icvRevTable[] = variable171 ((int)((((unsigned)icvRevTable[(i)&255] << 24)+ \172 ((unsigned)icvRevTable[((i)>> 8)&255] << 16)+ \173 ((unsigned)icvRevTable[((i)>>16)&255] << 8)+ \174 ((unsigned)icvRevTable[((i)>>24)])) >> (shift)))286 j = (icvRevTable[i>>2]>>shift)*a; in icvDFTInit()