x265-devel
Thread
Date
Earlier messages
Messages by Date
2025/05/28
[x265] [PATCH] AArch64: Clean up blockfill Neon and SVE2 functions
Li Zhang
2025/05/20
Re: [x265] [PATCH 0/8] AArch64: Clean up and optimize block copy primitives
chen
2025/05/20
[x265] [PATCH] AArch64: Optimize standard bit-depth Neon transpose8x8
Li Zhang
2025/05/20
Re: [x265] [PATCH 0/8] AArch64: Clean up and optimize block copy primitives
Li Zhang
2025/05/19
Re: [x265] [PATCH 0/8] AArch64: Clean up and optimize block copy primitives
chen
2025/05/19
[x265] [PATCH 8/8] AArch64: Implement cpy1Dto2D_shr using Neon intrinsics
Li Zhang
2025/05/19
[x265] [PATCH 7/8] AArch64: Implement cpy2Dto1D_shr using Neon intrinsics
Li Zhang
2025/05/19
[x265] [PATCH 6/8] AArch64: Optimize cpy2Dto1D_shl Neon intrinsics implementation
Li Zhang
2025/05/19
[x265] [PATCH 5/8] AArch64: Optimize cpy1Dto2D_shl Neon intrinsics implementation
Li Zhang
2025/05/19
[x265] [PATCH 4/8] AArch64: Implement blockcopy_sp primitives using Neon intrinsics
Li Zhang
2025/05/19
[x265] [PATCH 3/8] AArch64: Implement blockcopy_ss primitives using Neon intrinsics
Li Zhang
2025/05/19
[x265] [PATCH 2/8] AArch64: Optimize blockcopy_ps Neon intrinsics implementation
Li Zhang
2025/05/19
[x265] [PATCH 1/8] AArch64: Optimize blockcopy_pp_neon intrinsics implementation
Li Zhang
2025/05/19
[x265] [PATCH 0/8] AArch64: Clean up and optimize block copy primitives
Li Zhang
2025/05/13
[x265] [PATCH] AArch64: Add SVE BitPerm enablement and feature detection
George Steed
2025/05/11
[x265] [PATCH] Fix weighted prediction delta_chroma_offset non-conformance
Richard
2025/05/10
Re: [x265] [PATCH] Fix inputs for Windows named pipe
Richard
2025/05/07
[x265] [PATCH] Bump CMake Version for dynamicHDR10
Yaswanth Sastry
2025/05/07
[x265] [PATCH] Fix inputs for Windows named pipe
Richard
2025/05/07
Re: [x265] [PATCH] AArch64: Optimize pixel_avg_pp_12x16_neon
chen
2025/05/06
[x265] [PATCH] AArch64: Optimize pixel_avg_pp_12x16_neon
Gerda Zsejke More
2025/05/02
[x265] [PATCH] Fix crash in hist-scenecut for high bit-depth builds
Shashank Pathipati
2025/04/30
Re: [x265] [PATCH 0/3] AArch64: Clean up and optimize Neon primitives
chen
2025/04/30
[x265] [PATCH 3/3] AArch64: Remove redundant __APPLE__ guards
Li Zhang
2025/04/30
[x265] [PATCH 2/3] AArch64: Simplify SBD and HBD psyCost_pp_neon
Li Zhang
2025/04/30
[x265] [PATCH 0/3] AArch64: Clean up and optimize Neon primitives
Li Zhang
2025/04/27
[x265] [PATCH] Fix Segfault during Reconfigure
Mahesh Pittala
2025/04/27
[x265] [PATCH] Fix Segfault during Reconfigure
Mahesh Pittala
2025/04/27
[x265] [PATCH] Fix Segfault during Reconfigure
Mahesh Pittala
2025/04/25
Re: [x265] [PATCH v3 0/4] AArch64: Add Neon optimisations of interp functions
chen
2025/04/25
[x265] [PATCH v3 0/4] AArch64: Add Neon optimisations of interp functions
Gerda Zsejke More
2025/04/25
[x265] [PATCH v3 4/4] AArch64: Add SVE implementation of HBD interp_vert_pp
Gerda Zsejke More
2025/04/25
[x265] [PATCH v3 3/4] AArch64: Add SVE implementation of HBD interp_vert_ss
Gerda Zsejke More
2025/04/25
[x265] [PATCH v3 1/4] AArch64: Add SVE implementation of HBD interp_horiz_pp
Gerda Zsejke More
2025/04/25
[x265] [PATCH v3 2/4] AArch64: Add SVE implementation of HBD interp_horiz_ps
Gerda Zsejke More
2025/04/24
Re: [x265] [PATCH 0/2] AArch64: Optimise Neon I8MM implementations of interp functions for hpel filter
chen
2025/04/24
Re: [x265] [PATCH v2 1/4] AArch64: Add SVE implementation of HBD interp_horiz_pp
chen
2025/04/24
[x265] [PATCH 2/2] AArch64: Optimise interp8_horiz_ps_i8mm when coeff == 2
Gerda Zsejke More
2025/04/24
[x265] [PATCH 1/2] AArch64: Optimise interp8_horiz_pp_i8mm when coeff == 2
Gerda Zsejke More
2025/04/24
[x265] [PATCH 0/2] AArch64: Optimise Neon I8MM implementations of interp functions for hpel filter
Gerda Zsejke More
2025/04/24
[x265] [PATCH v2 4/4] AArch64: Add SVE implementation of HBD interp_vert_pp
Gerda Zsejke More
2025/04/24
[x265] [PATCH v2 3/4] AArch64: Add SVE implementation of HBD interp_vert_ss
Gerda Zsejke More
2025/04/24
[x265] [PATCH v2 2/4] AArch64: Add SVE implementation of HBD interp_horiz_ps
Gerda Zsejke More
2025/04/24
[x265] [PATCH v2 1/4] AArch64: Add SVE implementation of HBD interp_horiz_pp
Gerda Zsejke More
2025/04/24
[x265] [PATCH v2 0/4] AArch64: Add Neon optimisations of interp functions
Gerda Zsejke More
2025/04/21
[x265] [PATCH] Fix testbench error
Pavan Tarun Chakka Venkata
2025/04/21
[x265] [PATCH] Improve with check zeroMv for Slices option
Yaswanth Sastry
2025/04/16
Re: [x265] [PATCH 0/4] AArch64: Add SVE optimisations of interp functions
chen
2025/04/16
[x265] [PATCH] p2s-sve.S: Fix filterPixelToShort_48x64 for longer SVE vectors
George Steed
2025/04/16
[x265] [PATCH] AArch64: Remove costCoeffNxN Neon assembly
Micro Daryl Robles
2025/04/15
[x265] [PATCH 0/4] AArch64: Add SVE optimisations of interp functions
Gerda Zsejke More
2025/04/15
[x265] [PATCH] CUTree: Improve the accuracy of frame duration calculate
Richard
2025/04/15
[x265] [PATCH 2/4] AArch64: Add SVE implementation of HBD interp_horiz_ps
Gerda Zsejke More
2025/04/15
[x265] [PATCH 4/4] AArch64: Add SVE implementation of HBD interp_vert_pp
Gerda Zsejke More
2025/04/15
[x265] [PATCH 3/4] AArch64: Add SVE implementation of HBD interp_vert_ss
Gerda Zsejke More
2025/04/15
[x265] [PATCH 1/4] AArch64: Add SVE implementation of HBD interp_horiz_pp
Gerda Zsejke More
2025/04/14
[x265] [PATCH]Fix for build errors with IBK/SHSTK
Yaswanth Sastry
2025/04/10
[x265] [PATCH 1/2] AArch64: Fix Neon asm implementation of dequant_normal for HBD
Micro Daryl Robles
2025/04/10
[x265] [PATCH 0/2] Add Neon impl of findPosFirstLast
Micro Daryl Robles
2025/04/09
Re: [x265] [PATCH 0/2] Add Neon impl of findPosFirstLast
Micro Daryl Robles
2025/04/09
[x265] [PATCH] Fix satdcost zero error with pass 2
Yaswanth Sastry
2025/04/08
Re: [x265] [PATCH 0/2] Add Neon impl of findPosFirstLast
chen
2025/04/08
[x265] [PATCH 2/2] Rename CLZ/CTZ to BSR/BSF
Micro Daryl Robles
2025/04/08
[x265] [PATCH 1/2] AArch64: Add Neon implementation of findPosFirstLast
Micro Daryl Robles
2025/04/08
Re: [x265] [PATCH 0/2] Add Neon impl of planecopy_cp and weight_pp
Micro Daryl Robles
2025/04/07
Re: [x265] [PATCH 0/2] AArch64: Fix asm of dequant_normal for HBD
chen
2025/04/07
Re: [x265] [PATCH 0/2] Add Neon impl of planecopy_cp and weight_pp
chen
2025/04/07
[x265] [PATCH 2/2] AArch64: Fix SVE2 asm implementation of dequant_normal for HBD
Micro Daryl Robles
2025/04/07
[x265] [PATCH 0/2] AArch64: Fix asm of dequant_normal for HBD
Micro Daryl Robles
2025/04/07
[x265] [PATCH 2/2] AArch64: Add SBD and HBD Neon implementation of weight_pp
Micro Daryl Robles
2025/04/07
[x265] [PATCH 1/2] AArch64: Add SBD and HBD Neon implementation of planecopy_cp
Micro Daryl Robles
2025/04/07
[x265] [PATCH 0/2] Add Neon impl of planecopy_cp and weight_pp
Micro Daryl Robles
2025/04/06
[x265] [X265][PATCH] Fix for CMake Build Errors in MacOS
Yaswanth Sastry
2025/04/06
[x265] Fix for CMake Build Errors in MacOS
Yaswanth Sastry
2025/04/05
[x265] [PATCH] Fix Segfault during Reconfigure
Rob Arrow
2025/04/05
Re: [x265] Fix macOS arm64 compilation after the last CMake 4 commit
Damiano Galassi
2025/04/04
Re: [x265] [PATCH] Fix for CMake Errors in MacOS
Damiano Galassi
2025/04/04
[x265] [PATCH] Fix for CMake Errors in MacOS
Yaswanth Sastry
2025/04/04
[x265] Fix macOS arm64 compilation after the last CMake 4 commit
Damiano Galassi
2025/04/02
[x265] cmake 3.5 error trying to compile on linux
Zoff
2025/04/02
Re: [x265] cmake 3.5 error trying to compile on linux
Mario *LigH* Rohkrämer
2025/03/31
[x265] [PATCH] Fix invalid --input-csp values
Gunasri J
2025/03/31
Re: [x265] [PATCH v2 00/10] AArch64: Add Neon optimisations of interp functions
Jean-Baptiste Kempf
2025/03/28
Re: [x265] [PATCH] Improve Slices option with check zeroMv
Richard
2025/03/28
[x265] [PATCH] Fix build warnings in arm
Pavan Tarun Chakka Venkata
2025/03/18
Re: [x265] [PATCH] Improve Slices option with check zeroMv
Richard
2025/03/18
Re: [x265] [PATCH] Improve Slices option with check zeroMv
chen
2025/03/18
Re: [x265] [PATCH v2] testbench.cpp: Add --cpuid list to list valid SIMD architectures
George Steed
2025/03/17
Re: [x265] [PATCH] Improve Slices option with check zeroMv
chen
2025/03/17
Re: [x265] [PATCH] Improve Slices option with check zeroMv
Richard
2025/03/17
[x265] [PATCH] Improve Slices option with check zeroMv
Yaswanth Sastry
2025/03/16
[x265] [PATCH] Improve Slices option with check zeroMv
Yaswanth Sastry
2025/03/16
[x265] [PATCH] Fix X265_SEA search not working on arm64 builds
Chelluru Sreekesh
2025/03/15
[x265] [PATCH] Fix X265_SEA search not working on arm64 builds
Chelluru Sreekesh
2025/03/14
[x265] [PATCH] Enable scanPosLast_neon on Apple Silicon and for high bit-depth
George Steed
2025/03/14
[x265] [PATCH] Fix X265_SEA search not working on arm64 builds
Chelluru Sreekesh
2025/03/12
[x265] [PATCH] recon playback 12bit support
Shanmathi Paramanandam
2025/03/11
[x265] [PATCH v2 10/10] AArch64: Clean up interp function definitions
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2 09/10] AArch64: Enable existing interp_vert_ss impl for HBD
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2 08/10] AArch64: Optimise HBD interp_vert_sp_neon
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2 07/10] AArch64: Optimise SBD interp_vert_ss/sp
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2 06/10] AArch64: Optimise HBD interp_vert_ps_neon
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2 05/10] AArch64: Optimise HBD interp_vert_pp_neon
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2 04/10] AArch64: Optimise HBD interp_horiz_ps_neon for 10-bit
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2 03/10] AArch64: Optimise HBD interp_horiz_ps_neon
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2 02/10] AArch64: Optimise HBD interp_horiz_pp_neon for 10-bit
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2 01/10] AArch64: Optimise HBD interp_horiz_pp_neon
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2 00/10] AArch64: Add Neon optimisations of interp functions
Gerda Zsejke More
2025/03/11
[x265] [PATCH v2] aarch64/pixel-util.S: Optimize scanPosLast_neon
George Steed
2025/03/11
[x265] [PATCH] p2s-sve.S: Fix filterPixelToShort_48x64 for longer SVE vectors
George Steed
2025/03/11
Re: [x265] [PATCH 00/10] AArch64: Add Neon optimisations of interp functions
chen
2025/03/11
Re: [x265] [PATCH] aarch64/pixel-util.S: Optimize scanPosLast_neon
Damiano Galassi
2025/03/10
Re: [x265] [PATCH] Relax frame level bitrate constraints with frame-rc feature
Kirithika Kalirathnam
2025/03/10
Re: [x265] [PATCH 00/10] AArch64: Add Neon optimisations of interp functions
Pavan Tarun Chakka Venkata
2025/03/10
Re: [x265] [PATCH v2] aarch64/pixel-util.S: Optimize scanPosLast_neon
chen
2025/03/10
[x265] [PATCH] Cleanup for x265 warnings with aq-motion option
Yaswanth Sastry
2025/03/10
Re: [x265] [PATCH 00/10] AArch64: Add Neon optimisations of interp functions
Jonathan Wright
2025/03/07
Re: [x265] [PATCH] aarch64/pixel-util.S: Optimize scanPosLast_neon
chen
2025/03/07
[x265] [PATCH] aarch64/pixel-util.S: Optimize scanPosLast_neon
George Steed
2025/03/07
Re: [x265] [PATCH] Relax frame level bitrate constraints with frame-rc feature
Alex Giladi
2025/03/06
[x265] [PATCH] Fix for issue with linker for AArch64 builds
Yaswanth Sastry
2025/03/06
[x265] [PATCH] Relax frame level bitrate constraints with frame-rc feature
Kirithika Kalirathnam
2025/03/04
[x265] Add Support for IBT/SHSTK in ASM
Yaswanth Sastry
2025/02/26
[x265] [PATCH] Fix Testbench Warnings
Pavan Tarun Chakka Venkata
2025/02/25
[x265] [PATCH] Fix neon undefined symbols in armv6l,armv7l
Uthayakumar Muthu
2025/02/24
Re: [x265] [PATCH v2] testbench.cpp: Add --cpuid list to list valid SIMD architectures
chen
2025/02/24
[x265] [PATCH] Fix CMake build error with latest CMake 4.0 release
Yaswanth Sastry
2025/02/24
[x265] [PATCH v2] testbench.cpp: Add --cpuid list to list valid SIMD architectures
George Steed
2025/02/21
Re: [x265] [PATCH 00/10] AArch64: Add Neon optimisations of interp functions
chen
2025/02/21
Re: [x265] [PATCH v2 0/2] Fix tests in pixelharness.cpp and add missing ssd_s implementation
chen
2025/02/21
[x265] [PATCH v2 1/2] pixelharness.cpp: Enable tests for 64x64 TU primitives
Gerda Zsejke More
2025/02/21
[x265] [PATCH 10/10] AArch64: Clean up interp function definitions
Gerda Zsejke More
2025/02/21
[x265] [PATCH 05/10] AArch64: Optimise HBD interp_vert_pp_neon
Gerda Zsejke More
2025/02/21
[x265] [PATCH v2 2/2] AArch64: Add Neon asm impl. for SBD ssd_s block size 64x64
Gerda Zsejke More
2025/02/21
[x265] [PATCH v2 0/2] Fix tests in pixelharness.cpp and add missing ssd_s implementation
Gerda Zsejke More
2025/02/21
[x265] [PATCH] ipfilter.cpp: Delete redundant filterVertical_sp_c function
Gerda Zsejke More
2025/02/21
[x265] [PATCH 09/10] AArch64: Enable existing interp_vert_ss impl for HBD
Gerda Zsejke More
2025/02/21
[x265] [PATCH 08/10] AArch64: Optimise HBD interp_vert_sp_neon
Gerda Zsejke More
2025/02/21
[x265] [PATCH 07/10] AArch64: Optimise SBD interp_vert_ss/sp
Gerda Zsejke More
2025/02/21
[x265] [PATCH 06/10] AArch64: Optimise HBD interp_vert_ps_neon
Gerda Zsejke More
2025/02/21
[x265] [PATCH 04/10] AArch64: Optimise HBD interp_horiz_ps_neon for 10-bit
Gerda Zsejke More
2025/02/21
[x265] [PATCH 03/10] AArch64: Optimise HBD interp_horiz_ps_neon
Gerda Zsejke More
2025/02/21
[x265] [PATCH 02/10] AArch64: Optimise HBD interp_horiz_pp_neon for 10-bit
Gerda Zsejke More
2025/02/21
[x265] [PATCH 01/10] AArch64: Optimise HBD interp_horiz_pp_neon
Gerda Zsejke More
2025/02/21
[x265] [PATCH 00/10] AArch64: Add Neon optimisations of interp functions
Gerda Zsejke More
2025/02/20
Re: [x265] [PATCH] testharness.h: Fix register width when reading CNTVCT_EL0
chen
2025/02/20
Re: [x265] [PATCH] testbench.cpp: Add --cpuid list to list valid SIMD architectures
chen
2025/02/20
[x265] [PATCH] testbench.cpp: Add --cpuid list to list valid SIMD architectures
George Steed
2025/02/20
[x265] [PATCH] testharness.h: Fix register width when reading CNTVCT_EL0
George Steed
2025/02/20
[x265] [PATCH]Fix inconsistent output with aq-motion and tune grain
Yaswanth Sastry
2025/02/20
[x265] [PATCH] Fix for yuv recon output corruption
Shanmathi Paramanandam
2025/02/19
Re: [x265] [PATCH v3 0/5] AArch64: Add Neon/Unroll impl of pelFilters
chen
2025/02/18
[x265] [PATCH v3 5/5] Unroll C implementation of pelFilterChroma_H
Micro Daryl Robles
2025/02/18
[x265] [PATCH v3 4/5] Unroll C implementation of pelFilterChroma_V
Micro Daryl Robles
2025/02/18
[x265] [PATCH v3 3/5] Change the test conditions for pelFilterChroma in PixelHarness
Micro Daryl Robles
2025/02/18
[x265] [PATCH v3 2/5] AArch64: Add Neon implementation of pelFilterLumaStrong_H
Micro Daryl Robles
2025/02/18
[x265] [PATCH v3 0/5] AArch64: Add Neon/Unroll impl of pelFilters
Micro Daryl Robles
2025/02/18
[x265] [PATCH v3 1/5] AArch64: Add Neon implementation of pelFilterLumaStrong_V
Micro Daryl Robles
2025/02/17
Re: [x265] [PATCH v2 0/5] AArch64: Add Neon/Unroll impl of pelFilters
chen
2025/02/17
[x265] Multiple slices per frame results in unnecessary intra blocks
Richard
2025/02/17
[x265] [PATCH v2 0/5] AArch64: Add Neon/Unroll impl of pelFilters
Micro Daryl Robles
2025/02/17
[x265] [PATCH v2 2/5] AArch64: Add Neon implementation of pelFilterLumaStrong_H
Micro Daryl Robles
2025/02/17
[x265] [PATCH v2 5/5] Unroll C implementation of pelFilterChroma_H
Micro Daryl Robles
2025/02/17
[x265] [PATCH v2 3/5] Change the test conditions for pelFilterChroma in PixelHarness
Micro Daryl Robles
2025/02/17
[x265] [PATCH v2 4/5] Unroll C implementation of pelFilterChroma_V
Micro Daryl Robles
2025/02/17
[x265] [PATCH v2 1/5] AArch64: Add Neon implementation of pelFilterLumaStrong_V
Micro Daryl Robles
2025/02/11
Re: [x265] [PATCH 2/5] AArch64: Add Neon implementation of pelFilterLumaStrong_H
chen
2025/02/11
Re: [x265] [PATCH 1/5] AArch64: Add Neon implementation of pelFilterLumaStrong_V
chen
2025/02/11
[x265] [PATCH 1/5] AArch64: Add Neon implementation of pelFilterLumaStrong_V
Micro Daryl Robles
2025/02/11
[x265] [PATCH 4/5] Unroll C implementation of pelFilterChroma_V
Micro Daryl Robles
2025/02/11
[x265] [PATCH 5/5] Unroll C implementation of pelFilterChroma_H
Micro Daryl Robles
2025/02/11
[x265] [PATCH 3/5] Change the test conditions for pelFilterChroma in PixelHarness
Micro Daryl Robles
2025/02/11
[x265] [PATCH 2/5] AArch64: Add Neon implementation of pelFilterLumaStrong_H
Micro Daryl Robles
2025/02/11
[x265] [PATCH 0/5] AArch64: Add Neon/Unroll impl of pelFilters
Micro Daryl Robles
2025/02/08
Re: [x265] [PATCH 0/2] Fix tests in pixelharness.cpp and add missing ssd_s implementation
chen
2025/02/07
[x265] [PATCH 2/2] AArch64: Add Neon asm impl. for SBD ssd_s block size 64x64
Gerda Zsejke More
2025/02/07
[x265] [PATCH 1/2] pixelharness.cpp: Enable tests for 64x64 TU primitives
Gerda Zsejke More
2025/02/07
[x265] [PATCH 0/2] Fix tests in pixelharness.cpp and add missing ssd_s implementation
Gerda Zsejke More
2025/02/04
Re: [x265] [PATCH] Add new Levels
chen
2025/02/04
Re: [x265] [PATCH] Add new Levels
Richard
2025/02/04
Re: [x265] [PATCH] Add new Levels
chen
2025/02/04
Re: [x265] [PATCH] Add new Levels
Richard
2025/02/04
Re: [x265] [PATCH] Add new Levels
chen
2025/02/04
Re: [x265] [PATCH] Add new Levels
Richard
2025/02/03
Re: [x265] [PATCH] Add new Levels
chen
2025/02/03
Re: [x265] [PATCH] Add new Levels
Richard
2025/02/03
Re: [x265] [PATCH] Add new Levels
Richard
2025/02/03
Re: [x265] [PATCH] Add new Levels
chen
2025/02/02
[x265] [PATCH] testbench: Fix segfault
Pavan Tarun Chakka Venkata
2025/01/31
[x265] [PATCH] AArch64: Fix SVE(2) compilation tests when libnuma is enabled
Hari Limaye
2025/01/30
[x265] [PATCH] Add new Levels
Richard
2025/01/28
[x265] [PATCH] fix to use rd-refine and dynamic-refine together
Shanmathi Paramanandam
2025/01/28
Re: [x265] [PATCH 0/3] Delete redundant Neon intrinsics SAD primitives
chen
2025/01/28
Re: [x265] [PATCH 0/3] Delete redundant Neon intrinsics SAD primitives
Jonathan Wright
2025/01/24
Re: [x265] [PATCH 1/2] AArch64: Add Neon implementation of 4x4 intra_pred_planar
Micro Daryl Robles
2025/01/23
Re: [x265] [PATCH 2/2] AArch64: Add Neon implementation of 32x32 intra_pred_planar
chen
2025/01/23
Re: [x265] [PATCH 1/2] AArch64: Add Neon implementation of 4x4 intra_pred_planar
chen
2025/01/23
[x265] [PATCH 2/2] AArch64: Add Neon implementation of 32x32 intra_pred_planar
Micro Daryl Robles
2025/01/23
[x265] [PATCH 1/2] AArch64: Add Neon implementation of 4x4 intra_pred_planar
Micro Daryl Robles
2025/01/23
[x265] [PATCH 0/2] AArch64: Add Neon impl of intra_planar 4 and 32
Micro Daryl Robles
Earlier messages