Lines Matching defs:tc0
327 int8_t tc0[36][4];
330 int alpha, int beta, int8_t *tc0);
339 tc0[i][0] = tc0[i][3] = (c + 6) / 10;
340 tc0[i][1] = (c + 7) / 15;
341 tc0[i][2] = (c + 9) / 20;
357 call_ref(dst0 + off, 32, alphas[j], betas[j], tc0[j]); \
358 call_new(dst1 + off, 32, alphas[j], betas[j], tc0[j]); \
361 "tc0:{%d,%d,%d,%d}\n", j, alphas[j], betas[j], \
362 tc0[j][0], tc0[j][1], tc0[j][2], tc0[j][3]); \
365 bench_new(dst1, 32, alphas[j], betas[j], tc0[j]); \