Home
last modified time | relevance | path

Searched refs:BLOCK_420_16x16 (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dprimitives.cpp167 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = p.cu[BLOCK_16x16].sa8d; in setupAliasPrimitives()
185 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sse_pp = p.cu[BLOCK_16x16].sse_pp; in setupAliasPrimitives()
H A Dprimitives.h88 BLOCK_420_16x16, enumerator
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dprimitives.cpp187 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = p.cu[BLOCK_16x16].sa8d; in setupAliasPrimitives()
205 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sse_pp = p.cu[BLOCK_16x16].sse_pp; in setupAliasPrimitives()
H A Dprimitives.h97 BLOCK_420_16x16, enumerator
/dports/multimedia/x265/source/common/
H A Dprimitives.cpp187 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = p.cu[BLOCK_16x16].sa8d; in setupAliasPrimitives()
205 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sse_pp = p.cu[BLOCK_16x16].sse_pp; in setupAliasPrimitives()
H A Dprimitives.h97 BLOCK_420_16x16, enumerator
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/x86/
H A Dasm-primitives.cpp207 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].prim = fncdef PFX(fname ## _16x16_ ## cpu); \
212 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].prim = fncdef PFX(fname ## _16_ ## cpu); \
1198 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = PFX(pixel_sa8d_16x16_avx); in setupAssemblyPrimitives()
1251 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].copy_ss = PFX(blockcopy_ss_16x16_avx); in setupAssemblyPrimitives()
1540 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sse_pp = PFX(pixel_ssd_16x16_avx2); in setupAssemblyPrimitives()
1609 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].add_ps = PFX(pixel_add_ps_16x16_avx2); in setupAssemblyPrimitives()
1617 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sub_ps = PFX(pixel_sub_ps_16x16_avx2); in setupAssemblyPrimitives()
2615 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = PFX(pixel_sa8d_16x16_avx); in setupAssemblyPrimitives()
2805 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = PFX(pixel_sa8d_16x16_avx2); in setupAssemblyPrimitives()
2811 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].add_ps = PFX(pixel_add_ps_16x16_avx2); in setupAssemblyPrimitives()
[all …]
/dports/multimedia/handbrake/x265_3.5/source/common/arm/
H A Dasm-primitives.cpp471 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].copy_ss = PFX(blockcopy_ss_16x16_neon); in setupAssemblyPrimitives()
481 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].copy_ps = PFX(blockcopy_ps_16x16_neon); in setupAssemblyPrimitives()
491 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].copy_sp = PFX(blockcopy_sp_16x16_neon); in setupAssemblyPrimitives()
508 … p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].add_ps[NONALIGNED] = PFX(pixel_add_ps_16x16_neon); in setupAssemblyPrimitives()
544 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sub_ps = PFX(pixel_sub_ps_16x16_neon); in setupAssemblyPrimitives()
/dports/multimedia/x265/source/common/arm/
H A Dasm-primitives.cpp471 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].copy_ss = PFX(blockcopy_ss_16x16_neon); in setupAssemblyPrimitives()
481 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].copy_ps = PFX(blockcopy_ps_16x16_neon); in setupAssemblyPrimitives()
491 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].copy_sp = PFX(blockcopy_sp_16x16_neon); in setupAssemblyPrimitives()
508 … p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].add_ps[NONALIGNED] = PFX(pixel_add_ps_16x16_neon); in setupAssemblyPrimitives()
544 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sub_ps = PFX(pixel_sub_ps_16x16_neon); in setupAssemblyPrimitives()
/dports/multimedia/handbrake/HandBrake-1.4.2/contrib/x265/
H A DA00-darwin-Revert-Add-aarch64-support-Part-2.patch436 - p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].add_ps[NONALIGNED] = PFX(pixel_add_ps_16x16_ne…
444 + p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].add_ps = PFX(pixel_add_ps_16x16_neon);
/dports/multimedia/handbrake/x265_3.5/source/common/x86/
H A Dasm-primitives.cpp207 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].prim = fncdef PFX(fname ## _16x16_ ## cpu); \
212 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].prim = fncdef PFX(fname ## _16_ ## cpu); \
1362 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = PFX(pixel_sa8d_16x16_avx); in setupAssemblyPrimitives()
1418 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].copy_ss = PFX(blockcopy_ss_16x16_avx); in setupAssemblyPrimitives()
1748 ASSIGN2(p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].add_ps, pixel_add_ps_16x16_avx2); in setupAssemblyPrimitives()
1756 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sub_ps = PFX(pixel_sub_ps_16x16_avx2); in setupAssemblyPrimitives()
3638 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = PFX(pixel_sa8d_16x16_avx); in setupAssemblyPrimitives()
3808 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = PFX(pixel_sa8d_16x16_avx2); in setupAssemblyPrimitives()
3822 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sub_ps = PFX(pixel_sub_ps_16x16_avx2); in setupAssemblyPrimitives()
3898 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sse_pp = PFX(pixel_ssd_16x16_avx2); in setupAssemblyPrimitives()
[all …]
/dports/multimedia/x265/source/common/x86/
H A Dasm-primitives.cpp207 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].prim = fncdef PFX(fname ## _16x16_ ## cpu); \
212 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].prim = fncdef PFX(fname ## _16_ ## cpu); \
1362 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = PFX(pixel_sa8d_16x16_avx); in setupAssemblyPrimitives()
1418 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].copy_ss = PFX(blockcopy_ss_16x16_avx); in setupAssemblyPrimitives()
1748 ASSIGN2(p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].add_ps, pixel_add_ps_16x16_avx2); in setupAssemblyPrimitives()
1756 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sub_ps = PFX(pixel_sub_ps_16x16_avx2); in setupAssemblyPrimitives()
3638 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = PFX(pixel_sa8d_16x16_avx); in setupAssemblyPrimitives()
3808 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sa8d = PFX(pixel_sa8d_16x16_avx2); in setupAssemblyPrimitives()
3822 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sub_ps = PFX(pixel_sub_ps_16x16_avx2); in setupAssemblyPrimitives()
3898 p.chroma[X265_CSP_I420].cu[BLOCK_420_16x16].sse_pp = PFX(pixel_ssd_16x16_avx2); in setupAssemblyPrimitives()
[all …]