Searched refs:betas (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | h264dsp.c | 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() [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
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()
|
/third_party/mesa3d/docs/ |
D | download.rst | 20 When a new release is coming, release candidates (betas) may be found in
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
D | bison.m4 | 1090 # Make it a warning for those who used betas of Bison 3.0.
|
/third_party/libevdev/ |
D | aclocal.m4 | 1394 dnl directory like in previous automake betas. This behavior 1431 dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is
|
D | third_party_libevdev.diff | 1474 - dnl directory like in previous automake betas. This behavior 1478 + dnl directory like in previous automake betas. This behavior 1541 - dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is 1545 + dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is
|
/third_party/python/Misc/ |
D | HISTORY | 25788 more stable than the previous betas. We would like to see even more
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 97165 + dnl directory like in previous automake betas. This behavior 97202 + dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is
|