summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64
Commit message (Expand)AuthorAge
* avcodec/ac3: Implement sum_square_butterfly_float for aarch64 NEONGeoff Hill2024-04-08
* avcodec/ac3: Implement sum_square_butterfly_int32 for aarch64 NEONGeoff Hill2024-04-08
* avcodec/ac3: Implement ac3_extract_exponents for aarch64 NEONGeoff Hill2024-04-08
* avcodec/ac3: Implement ac3_exponent_min for aarch64 NEONGeoff Hill2024-04-08
* avcodec/ac3: Implement float_to_fixed24 for aarch64 NEONGeoff Hill2024-04-08
* aarch64: hevc: Produce plain neon versions of qpel_bi_hvMartin Storsjö2024-03-26
* aarch64: hevc: Produce plain neon versions of qpel_uni_w_hvMartin Storsjö2024-03-26
* aarch64: hevc: Produce plain neon versions of qpel_uni_hvMartin Storsjö2024-03-26
* aarch64: hevc: Produce plain neon versions of qpel_hvMartin Storsjö2024-03-26
* aarch64: hevc: Reorder qpel_hv functions to prepare for templatingMartin Storsjö2024-03-26
* aarch64: hevc: Deduplicate the hevc_put_hevc_qpel_uni_w_hv*_8_end_neon functionsMartin Storsjö2024-03-26
* aarch64: hevc: Split the qpel_*_hv functions into two partsMartin Storsjö2024-03-26
* aarch64: hevc: Implement a neon version of hevc_qpel_uni_w_h*_8Martin Storsjö2024-03-26
* aarch64: hevc: Produce epel_bi_hv functions for both neon and i8mmMartin Storsjö2024-03-26
* aarch64: hevc: Produce epel_uni_w_hv functions for both neon and i8mmMartin Storsjö2024-03-26
* aarch64: hevc: Produce epel_uni_hv functions for both neon and i8mmMartin Storsjö2024-03-26
* aarch64: hevc: Produce epel_hv functions for both plain neon and i8mmMartin Storsjö2024-03-26
* aarch64: hevc: Reorder epel_hv functions to prepare for templatingMartin Storsjö2024-03-26
* aarch64: hevc: Split the epel_*_hv functions into two partsMartin Storsjö2024-03-26
* aarch64: hevc: Implement a neon version of hevc_epel_uni_w_h*_8Martin Storsjö2024-03-26
* aarch64: hevc: Implement a neon version of put_hevc_epel_h*_8Martin Storsjö2024-03-26
* aarch64: hevc: Use ld1r instead of ldr+dup in hevc_qpel_uni_w_hMartin Storsjö2024-03-26
* aarch64: hevc: Specialize put_hevc_\type\()_h*_8_neon for horizontal loopingMartin Storsjö2024-03-26
* aarch64: hevc: Merge consecutive stores in put_hevc_\type\()_h16_8_neonMartin Storsjö2024-03-26
* aarch64: hevc: Don't iterate with sp in ff_hevc_put_hevc_qpel_uni_w_hv32/64_8...Martin Storsjö2024-03-26
* aarch64: hevc: Reorder a misplaced function init lineMartin Storsjö2024-03-26
* aarch64: Fix ff_hevc_put_hevc_epel_h48_8_neon_i8mmMartin Storsjö2024-03-14
* avcodec/aarch64/hevc: add luma deblock NEONJ. Dekker2024-02-28
* lavc/aarch64: h264qpel, add 10-bit lowpass_8_10 based functionsMikhail Nitenko2023-12-07
* lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_hvLogan Lyu2023-12-01
* lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_vLogan Lyu2023-12-01
* lavc/aarch64: new optimization for 8-bit hevc_epel_bi_hvLogan Lyu2023-12-01
* lavc/aarch64: new optimization for 8-bit hevc_epel_bi_vLogan Lyu2023-12-01
* lavc/aarch64: new optimization for 8-bit hevc_epel_bi_hLogan Lyu2023-12-01
* lavc/aarch64: new optimization for 8-bit hevc_pel_bi_pixelsLogan Lyu2023-12-01
* lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2dxufuji4562023-11-28
* lavc/aarch64: new optimization for 8-bit hevc_qpel_hvLogan Lyu2023-10-31
* lavc/aarch64: new optimization for 8-bit hevc_qpel_vLogan Lyu2023-10-31
* lavc/aarch64: new optimization for 8-bit hevc_epel_hvLogan Lyu2023-10-31
* lavc/aarch64: new optimization for 8-bit hevc_epel_vLogan Lyu2023-10-31
* lavc/aarch64: new optimization for 8-bit hevc_epel_pixels and and hevc_qpel_p...Logan Lyu2023-10-31
* aarch64: Only enable extensions in the intended files/regionsMartin Storsjö2023-10-24
* libavcodec/aarch64/hevc: Require consistent use of trailing semicolonMartin Storsjö2023-10-23
* aarch64: Reindent all assembly to 8/24 column indentationMartin Storsjö2023-10-21
* aarch64: Make the indentation more consistentMartin Storsjö2023-10-21
* aarch64: Lowercase UXTW/SXTW and similar flagsMartin Storsjö2023-10-21
* aarch64: Consistently use lowercase for vector element specifiersMartin Storsjö2023-10-21
* avcodec: Remove DCT, FFT, MDCT and RDFTAndreas Rheinhardt2023-10-01
* lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_hvLogan Lyu2023-09-26
* lavc/aarch64: new optimization for 8-bit hevc_qpel_uni_vLogan Lyu2023-09-26