34 Commits (cc69ccb6d44042b1f795da66306116b0964af996)

Author SHA1 Message Date
Carl Eugen Hoyos 36a6fb989b hevc_deblock: Fix compilation with nasm 10 years ago
Christophe Gisquet ed450d4acf x86: lavc: share more constant through defines 10 years ago
Christophe Gisquet 4e128ab0b1 x86: vpx/h264/hevc/mpeg2: share constants 10 years ago
Christophe Gisquet 6786848585 hevc_deblock: change tc type 10 years ago
Christophe Gisquet e8c003edd2 x86: hevc_deblock: remove unnecessary masking 10 years ago
James Almer d0f56ca071 x86/hevc_deblock: improve 8bit transpose store macros 10 years ago
James Almer 62baf5b853 x86/hevc_deblock: use existing x86util transpose macro in chroma_{10, 12} 10 years ago
James Almer 73c4f63ba5 x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avx 10 years ago
James Almer 88ba821f23 x86/hevc_deblock: improve luma functions register allocation 10 years ago
James Almer c74b08c5c6 x86/hevc_deblock: remove some unnecessary instructions 10 years ago
James Almer 4f91bb0ff0 x86/hevc_deblock: use psignw instead of pmullw where possible 10 years ago
James Almer 664e9e4331 x86/hevc_deblock: load less data in hevc_h_loop_filter_luma_8 10 years ago
Pierre Edouard Lepere 1a880b2fb8 hevc: SSE2 and SSSE3 loop filters 10 years ago
Mickaël Raulet 7df98d8c4d x86/hevc: remove unused constant in deblocking filter 10 years ago
Mickaël Raulet 7bdcf5c934 x86/hevc: add 12bits support for deblocking filter 10 years ago
Carl Eugen Hoyos c75fdee747 avcodec/x86/hevc_deblock: Fix compilation with nasm. 10 years ago
Anton Khirnov d7e162d46b hevcdsp: remove an unneeded variable in the loop filter 10 years ago
Anton Khirnov ae2f048fd7 avcodec/x86/hevc_deblock: cosmetics 10 years ago
Anton Khirnov b435043abb hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructions 10 years ago
Anton Khirnov e8581b17a8 avcodec/x86/hevc_deblock: use test instead of cmp 0 10 years ago
Anton Khirnov dc69247de4 avcodec/x86/hevc_deblock: use of paddw instead of psllw 10 years ago
Anton Khirnov 500a0394d5 avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions" 10 years ago
Anton Khirnov 7a4cf67117 hevc: cleaning up SSE2 and SSSE3 deblocking filters 10 years ago
James Almer 276bef5340 x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2 10 years ago
James Almer 7538ad2248 x86/hevc_deblock: improve chroma functions register allocation 11 years ago
James Almer d43c303038 x86/hevc_deblock: use constants instead of generating values at runtime 11 years ago
James Almer 057ebf1222 x86/hevc_deblock: remove some duplicated instructions 11 years ago
Carl Eugen Hoyos ef2713747f Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm. 11 years ago
James Almer be1fbc02b8 x86/hevc_deblock: use movhps instead of shuffling values 11 years ago
James Almer 8aac77fede x86/hevc_deblock: fix label names 11 years ago
James Almer 521eaea63a x86/hevc_deblock: fix usage of ABS1 11 years ago
James Almer 45110d2290 x86/hevc_deblock: merge movs with other instructions 11 years ago
plepere ef7c4cd001 avcodec/x86/hevc: updated to use x86util macros 11 years ago
plepere de7b89fd43 avcodec/x86/hevc: added DBF assembly functions 11 years ago