Home | History | Annotate | Download | only in x86

Lines Matching refs:tbuf

226   __m128i tbuf[8];
228 transpose_16bit_8x8(right, tbuf);
232 left[8] = tbuf[0];
233 left[9] = tbuf[1];
234 left[10] = tbuf[2];
235 left[11] = tbuf[3];
236 left[12] = tbuf[4];
237 left[13] = tbuf[5];
238 left[14] = tbuf[6];
239 left[15] = tbuf[7];