.. |
add_noise_sse2.asm
|
postproc : fix function parameters for noise functions.
|
2016-07-15 08:27:34 -07:00 |
avg_intrin_sse2.c
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
avg_ssse3_x86_64.asm
|
Rework 8x8 transpose SSSE3 for avg computation
|
2017-01-12 15:16:07 -08:00 |
convolve.h
|
Add compiler warning flag -Wextra and fix related warnings.
|
2016-09-27 12:05:01 -07:00 |
deblock_sse2.asm
|
Change *_xmm to *_sse2 in deblocker assembly functions.
|
2016-11-17 23:38:04 +00:00 |
fdct.h
|
Update vp9_fdct8x8_quant_ssse3 for highbitdepth
|
2016-11-05 01:23:07 +00:00 |
fwd_dct32x32_impl_avx2.h
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
fwd_dct32x32_impl_sse2.h
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
fwd_txfm_avx2.c
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
fwd_txfm_impl_sse2.h
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
fwd_txfm_sse2.c
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
fwd_txfm_sse2.h
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
fwd_txfm_ssse3_x86_64.asm
|
Rework forward 8x8 2D-DCT ssse3 implementation
|
2017-01-10 12:50:55 -08:00 |
highbd_intrapred_sse2.asm
|
Code clean of highbd_tm_predictor_32x32
|
2015-12-22 16:51:57 -08:00 |
highbd_loopfilter_sse2.c
|
Unify loopfilter function names
|
2016-09-29 16:25:42 -07:00 |
highbd_quantize_intrin_sse2.c
|
Fix warnings reported by -Wshadow: Part1: vpx_dsp directory
|
2016-10-17 19:25:19 -07:00 |
highbd_sad4d_sse2.asm
|
Use newer x86inc.asm
|
2015-08-07 16:44:44 -07:00 |
highbd_sad_sse2.asm
|
Use newer x86inc.asm
|
2015-08-07 16:44:44 -07:00 |
highbd_subpel_variance_impl_sse2.asm
|
Fix for issue 1114 compile error
|
2015-12-18 09:43:22 +00:00 |
highbd_variance_impl_sse2.asm
|
Move variance functions to vpx_dsp
|
2015-05-26 12:01:52 -07:00 |
highbd_variance_sse2.c
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
intrapred_sse2.asm
|
*.asm: normalize label format
|
2016-06-27 19:46:57 -07:00 |
intrapred_ssse3.asm
|
Slow pshufb removal in 3 intra prediction functions.
|
2016-06-02 10:55:58 -07:00 |
inv_txfm_sse2.c
|
Update idct x86 intrinsics to not use saturated add and sub
|
2016-11-29 17:06:08 -08:00 |
inv_txfm_sse2.h
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
inv_txfm_ssse3_x86_64.asm
|
Rework 8x8 transpose SSSE3 for inverse 2D-DCT
|
2017-01-12 15:13:18 -08:00 |
inv_wht_sse2.asm
|
Enable sse2 version of inverse wht for hbd build
|
2016-01-29 14:47:56 -08:00 |
loopfilter_avx2.c
|
Unify loopfilter function names
|
2016-09-29 16:25:42 -07:00 |
loopfilter_sse2.c
|
Unify loopfilter function names
|
2016-09-29 16:25:42 -07:00 |
quantize_avx_x86_64.asm
|
Optimize vpx_quantize_{b,b_32x32} assembler.
|
2015-10-20 10:11:19 +01:00 |
quantize_sse2.c
|
Extract high bit depth helper functions
|
2016-11-04 18:13:51 +00:00 |
quantize_ssse3_x86_64.asm
|
Remove 4 mova insts from quantize_ssse3_x86_64.asm
|
2015-10-09 07:52:04 -07:00 |
sad4d_avx2.c
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
sad4d_sse2.asm
|
Code clean of sad4xNx4D_sse
|
2015-12-17 17:43:46 -08:00 |
sad_avx2.c
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
sad_sse2.asm
|
sad_sse2: fix sad4xN(_avg) on windows
|
2015-12-18 19:19:32 -08:00 |
sad_sse3.asm
|
Move shared SAD code to vpx_dsp
|
2015-05-06 16:58:20 -07:00 |
sad_sse4.asm
|
Move shared SAD code to vpx_dsp
|
2015-05-06 16:58:20 -07:00 |
sad_ssse3.asm
|
Move shared SAD code to vpx_dsp
|
2015-05-06 16:58:20 -07:00 |
ssim_opt_x86_64.asm
|
ssim: Replace unsigned long with uint32_t.
|
2015-08-07 11:48:31 -07:00 |
subpel_variance_sse2.asm
|
Code clean of sub_pixel_variance4xh -- 2
|
2016-05-24 04:44:05 -07:00 |
subtract_sse2.asm
|
Use newer x86inc.asm
|
2015-08-07 16:44:44 -07:00 |
sum_squares_sse2.c
|
Support measure distortion in the pixel domain
|
2016-07-06 18:25:17 -07:00 |
txfm_common_sse2.h
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
variance_avx2.c
|
variance_avx2: sync variance functions with c-code
|
2016-09-19 16:19:29 -07:00 |
variance_impl_avx2.c
|
variance_impl_avx2: restore table layout
|
2016-08-12 11:52:53 -07:00 |
variance_sse2.c
|
Resolve -Wshorten-64-to-32 in variance.
|
2016-07-28 10:16:31 -07:00 |
vpx_asm_stubs.c
|
vpx_dsp: apply clang-format
|
2016-07-25 14:14:19 -07:00 |
vpx_convolve_copy_sse2.asm
|
*.asm: normalize label format
|
2016-06-27 19:46:57 -07:00 |
vpx_high_subpixel_8t_sse2.asm
|
Code refactor on InterpKernel
|
2015-07-31 10:27:33 -07:00 |
vpx_high_subpixel_bilinear_sse2.asm
|
Code refactor on InterpKernel
|
2015-07-31 10:27:33 -07:00 |
vpx_subpixel_8t_intrin_avx2.c
|
vpx_subpixel_8t_intrin_avx2: tolerate unversioned clang
|
2016-09-16 07:14:17 +00:00 |
vpx_subpixel_8t_intrin_ssse3.c
|
add vpx high bitdepth convolve8 NEON intrinsics optimization
|
2016-10-17 15:23:54 -07:00 |
vpx_subpixel_8t_sse2.asm
|
Code refactor on InterpKernel
|
2015-07-31 10:27:33 -07:00 |
vpx_subpixel_8t_ssse3.asm
|
Update vpx subpixel 1d filter ssse3 asm
|
2016-06-29 13:48:41 -07:00 |
vpx_subpixel_bilinear_sse2.asm
|
Code refactor on InterpKernel
|
2015-07-31 10:27:33 -07:00 |
vpx_subpixel_bilinear_ssse3.asm
|
improve vpx_filter_block1d* based on replace paddsw+psrlw to pmulhrsw
|
2016-06-27 17:50:45 +00:00 |