Searched refs:workspace1 (Results 1 – 1 of 1) sorted by relevance
253 s32 workspace1[8], workspace2[8]; in fwht() local263 workspace1[0] = tmp[0] + tmp[1] - add; in fwht()264 workspace1[1] = tmp[0] - tmp[1]; in fwht()266 workspace1[2] = tmp[2] + tmp[3] - add; in fwht()267 workspace1[3] = tmp[2] - tmp[3]; in fwht()269 workspace1[4] = tmp[4] + tmp[5] - add; in fwht()270 workspace1[5] = tmp[4] - tmp[5]; in fwht()272 workspace1[6] = tmp[6] + tmp[7] - add; in fwht()273 workspace1[7] = tmp[6] - tmp[7]; in fwht()276 workspace1[0] = tmp[0] + tmp[2] - add; in fwht()[all …]