vpx/vp8/common
Shiyou Yin f70de09f2a vp8: [loongson] optimize dct with mmi
1. vp8_short_fdct4x4_mmi
2. vp8_short_fdct8x4_mmi
3. vp8_short_walsh4x4_mmi

Change-Id: I89a7df25cfd09fae309fac257ad8b6a3dc1c8acb
2017-10-12 08:50:04 +08:00
..
arm use memcpy for unaligned neon stores 2017-05-17 12:11:31 -07:00
generic ppc: include ppc.h for ppc_simd_caps() 2017-03-09 09:26:45 -08:00
mips vp8: [loongson] optimize copymen with mmi 2017-09-26 08:40:11 +08:00
x86 Revert "Add visibility="protected" attribute for global variables referenced in asm files." 2017-05-16 15:54:33 -07:00
alloccommon.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
alloccommon.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
blockd.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
blockd.h vp8: Drop due to overshoot for non-screen content. 2017-08-02 13:12:48 -07:00
coefupdateprobs.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
common.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
context.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
copy_c.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
debugmodes.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
default_coef_probs.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
dequantize.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
entropy.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
entropy.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
entropymode.c apply clang-format 2017-02-14 12:45:52 -08:00
entropymode.h apply clang-format 2017-02-14 12:45:52 -08:00
entropymv.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
entropymv.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
extend.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
extend.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
filter.c Enable ssse3 bilinear tests 2016-09-15 23:16:26 -07:00
filter.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
findnearmv.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
findnearmv.h vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
header.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
idct_blk.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
idctllm.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
invtrans.h prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
loopfilter_filters.c vp8,loopfilter_filters: make some functions static 2017-06-21 19:00:14 -07:00
loopfilter.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
mbpitch.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
mfqe.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
modecont.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
modecont.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
mv.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
onyx.h vp8: Add control for gf boost for 1 pass cbr. 2016-10-19 09:43:53 -07:00
onyxc_int.h vp8: remove VP8_SET_DBG* control support 2016-09-20 20:19:36 -07:00
onyxd.h onyxd.h: add vp8dx_references_buffer prototype 2017-06-21 19:00:15 -07:00
postproc.c Remove vp8_clear_system_state 2016-09-29 13:22:49 -07:00
postproc.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
ppflags.h *ppflags.h: remove unused *_DEBUG_* enum values 2016-11-08 21:09:16 -08:00
quant_common.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
quant_common.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
reconinter.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
reconinter.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
reconintra4x4.c Earmark extra space for VSX. 2017-07-19 13:59:32 -07:00
reconintra4x4.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
reconintra.c Earmark extra space for VSX. 2017-07-19 13:59:32 -07:00
reconintra.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
rtcd_defs.pl vp8: [loongson] optimize dct with mmi 2017-10-12 08:50:04 +08:00
rtcd.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
setupintrarecon.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
setupintrarecon.h prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
swapyv12buffer.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
swapyv12buffer.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
systemdependent.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
threading.h Add atomics to vp8 synchronization primitives. 2017-08-31 17:55:57 -07:00
treecoder.c Remove CONFIG_DEBUG guards from assert() 2016-08-31 23:01:57 -07:00
treecoder.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
vp8_entropymodedata.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
vp8_loopfilter.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
vp8_skin_detection.c vp8: Clean up skinmap debugging codes. 2017-06-23 14:05:33 -07:00
vp8_skin_detection.h Enable 8x8 skin detection for vp8. 2017-06-15 20:53:03 -07:00