Searched refs:betas (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | h264dsp.c | 326 int alphas[36], betas[36]; in check_loop_filter() local 338 betas[i] = (i + 1) / 2 << (bit_depth - 8); in check_loop_filter() 357 call_ref(dst0 + off, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter() 358 call_new(dst1 + off, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter() 361 "tc0:{%d,%d,%d,%d}\n", j, alphas[j], betas[j], \ in check_loop_filter() 365 bench_new(dst1, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter() 391 int alphas[36], betas[36]; in check_loop_filter_intra() local 402 betas[i] = (i + 1) / 2 << (bit_depth - 8); in check_loop_filter_intra() 417 call_ref(dst0 + off, 32, alphas[j], betas[j]); \ in check_loop_filter_intra() 418 call_new(dst1 + off, 32, alphas[j], betas[ in check_loop_filter_intra() [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | vertexdeclaration9.c | 282 unsigned texcount, i, betas, nelems = 0; in NineVertexDeclaration9_new_from_fvf() local 299 betas = (((FVF & D3DFVF_XYZB5)-D3DFVF_XYZB1)>>1)+1; in NineVertexDeclaration9_new_from_fvf() 307 if (beta_index != 0xFF) { --betas; } in NineVertexDeclaration9_new_from_fvf() 309 if (betas > 0) { in NineVertexDeclaration9_new_from_fvf() 310 switch (betas) { in NineVertexDeclaration9_new_from_fvf()
|
Completed in 3 milliseconds