Lines Matching refs:alphas
326 int alphas[36], betas[36];
337 alphas[i] = a << (bit_depth - 8);
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], \
365 bench_new(dst1, 32, alphas[j], betas[j], tc0[j]); \
391 int alphas[36], betas[36];
401 alphas[i] = a << (bit_depth - 8);
417 call_ref(dst0 + off, 32, alphas[j], betas[j]); \
418 call_new(dst1 + off, 32, alphas[j], betas[j]); \
421 j, alphas[j], betas[j]); \
424 bench_new(dst1, 32, alphas[j], betas[j]); \