| Commit message (Expand) | Author | Age | Files | Lines |
* | aarch64: hevc: Produce plain neon versions of qpel_uni_w_hv | Martin Storsjö | 2024-03-26 | 2 | -16/+37 |
* | aarch64: hevc: Produce plain neon versions of qpel_uni_hv | Martin Storsjö | 2024-03-26 | 2 | -59/+102 |
* | aarch64: hevc: Produce plain neon versions of qpel_hv | Martin Storsjö | 2024-03-26 | 2 | -68/+104 |
* | aarch64: hevc: Reorder qpel_hv functions to prepare for templating | Martin Storsjö | 2024-03-26 | 1 | -340/+355 |
* | aarch64: hevc: Deduplicate the hevc_put_hevc_qpel_uni_w_hv*_8_end_neon functions | Martin Storsjö | 2024-03-26 | 1 | -217/+3 |
* | aarch64: hevc: Split the qpel_*_hv functions into two parts | Martin Storsjö | 2024-03-26 | 1 | -8/+86 |
* | aarch64: hevc: Implement a neon version of hevc_qpel_uni_w_h*_8 | Martin Storsjö | 2024-03-26 | 2 | -2/+410 |
* | aarch64: hevc: Produce epel_bi_hv functions for both neon and i8mm | Martin Storsjö | 2024-03-26 | 2 | -31/+36 |
* | aarch64: hevc: Produce epel_uni_w_hv functions for both neon and i8mm | Martin Storsjö | 2024-03-26 | 2 | -24/+36 |
* | aarch64: hevc: Produce epel_uni_hv functions for both neon and i8mm | Martin Storsjö | 2024-03-26 | 2 | -34/+38 |
* | aarch64: hevc: Produce epel_hv functions for both plain neon and i8mm | Martin Storsjö | 2024-03-26 | 2 | -26/+38 |
* | aarch64: hevc: Reorder epel_hv functions to prepare for templating | Martin Storsjö | 2024-03-26 | 1 | -474/+497 |
* | aarch64: hevc: Split the epel_*_hv functions into two parts | Martin Storsjö | 2024-03-26 | 1 | -0/+100 |
* | aarch64: hevc: Implement a neon version of hevc_epel_uni_w_h*_8 | Martin Storsjö | 2024-03-26 | 2 | -13/+319 |
* | aarch64: hevc: Implement a neon version of put_hevc_epel_h*_8 | Martin Storsjö | 2024-03-26 | 2 | -2/+209 |
* | aarch64: hevc: Use ld1r instead of ldr+dup in hevc_qpel_uni_w_h | Martin Storsjö | 2024-03-26 | 1 | -2/+1 |
* | aarch64: hevc: Specialize put_hevc_\type\()_h*_8_neon for horizontal looping | Martin Storsjö | 2024-03-26 | 2 | -29/+94 |
* | aarch64: hevc: Merge consecutive stores in put_hevc_\type\()_h16_8_neon | Martin Storsjö | 2024-03-26 | 1 | -10/+5 |
* | aarch64: hevc: Don't iterate with sp in ff_hevc_put_hevc_qpel_uni_w_hv32/64_8... | Martin Storsjö | 2024-03-26 | 1 | -64/+66 |
* | aarch64: hevc: Reorder a misplaced function init line | Martin Storsjö | 2024-03-26 | 1 | -1/+1 |
* | aarch64: Fix ff_hevc_put_hevc_epel_h48_8_neon_i8mm | Martin Storsjö | 2024-03-14 | 1 | -5/+9 |
* | avcodec/aarch64/hevc: add luma deblock NEON | J. Dekker | 2024-02-28 | 2 | -0/+435 |
* | lavc/aarch64: h264qpel, add 10-bit lowpass_8_10 based functions | Mikhail Nitenko | 2023-12-07 | 2 | -2/+621 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_hv | Logan Lyu | 2023-12-01 | 2 | -0/+304 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_v | Logan Lyu | 2023-12-01 | 2 | -0/+253 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_bi_hv | Logan Lyu | 2023-12-01 | 2 | -0/+335 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_bi_v | Logan Lyu | 2023-12-01 | 2 | -0/+217 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_bi_h | Logan Lyu | 2023-12-01 | 2 | -0/+262 |
* | lavc/aarch64: new optimization for 8-bit hevc_pel_bi_pixels | Logan Lyu | 2023-12-01 | 2 | -0/+185 |
* | lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2d | xufuji456 | 2023-11-28 | 3 | -98/+98 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_hv | Logan Lyu | 2023-10-31 | 2 | -0/+291 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_v | Logan Lyu | 2023-10-31 | 2 | -38/+313 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_hv | Logan Lyu | 2023-10-31 | 2 | -0/+261 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_v | Logan Lyu | 2023-10-31 | 2 | -0/+228 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_pixels and and hevc_qpel_p... | Logan Lyu | 2023-10-31 | 2 | -0/+118 |
* | aarch64: Only enable extensions in the intended files/regions | Martin Storsjö | 2023-10-24 | 2 | -1/+4 |
* | libavcodec/aarch64/hevc: Require consistent use of trailing semicolon | Martin Storsjö | 2023-10-23 | 1 | -3/+3 |
* | aarch64: Reindent all assembly to 8/24 column indentation | Martin Storsjö | 2023-10-21 | 2 | -160/+160 |
* | aarch64: Make the indentation more consistent | Martin Storsjö | 2023-10-21 | 6 | -309/+309 |
* | aarch64: Lowercase UXTW/SXTW and similar flags | Martin Storsjö | 2023-10-21 | 2 | -3/+3 |
* | aarch64: Consistently use lowercase for vector element specifiers | Martin Storsjö | 2023-10-21 | 10 | -1715/+1715 |
* | avcodec: Remove DCT, FFT, MDCT and RDFT | Andreas Rheinhardt | 2023-10-01 | 7 | -862/+0 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_hv | Logan Lyu | 2023-09-26 | 2 | -0/+372 |
* | lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_v | Logan Lyu | 2023-09-26 | 2 | -0/+226 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_uni_hv | Logan Lyu | 2023-09-26 | 2 | -0/+299 |
* | lavc/aarch64: move macros calc_epelh, calc_epelh2, load_epel_filterh | Logan Lyu | 2023-09-26 | 1 | -21/+23 |
* | lavc/aarch64: new optimization for 8-bit hevc_epel_uni_v | Logan Lyu | 2023-09-26 | 2 | -0/+288 |
* | aarch64/hevc: Replace br return with ret | Casey Smalley | 2023-08-08 | 1 | -1/+1 |
* | hevcdsp_idct_neon.S: Avoid unnecessary mov. | Reimar Döffinger | 2023-07-29 | 1 | -4/+2 |
* | lavc/aarch64: remove bogus HAVE_VFP guard | Rémi Denis-Courmont | 2023-07-15 | 1 | -1/+1 |