Lines Matching refs:betas
325 int alphas[36], betas[36]; in check_loop_filter() local
337 betas[i] = (i + 1) / 2 << (bit_depth - 8); in check_loop_filter()
356 call_ref(dst0 + off, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter()
357 call_new(dst1 + off, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter()
360 "tc0:{%d,%d,%d,%d}\n", j, alphas[j], betas[j], \ in check_loop_filter()
364 bench_new(dst1, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter()
390 int alphas[36], betas[36]; in check_loop_filter_intra() local
401 betas[i] = (i + 1) / 2 << (bit_depth - 8); in check_loop_filter_intra()
416 call_ref(dst0 + off, 32, alphas[j], betas[j]); \ in check_loop_filter_intra()
417 call_new(dst1 + off, 32, alphas[j], betas[j]); \ in check_loop_filter_intra()
420 j, alphas[j], betas[j]); \ in check_loop_filter_intra()
423 bench_new(dst1, 32, alphas[j], betas[j]); \ in check_loop_filter_intra()