libavc/common
Martin Storsjo 6958350a65 armv8: Remove unnecessary sign extensions
After loading a single byte with ldrb and immediately moving
it into a vector register with dup .8b, there's no point in
sign extending it to 64 bit inbetween.

Similarly in the second case, when adding a number of pixels,
there's no need to sign extend between additions, just do the
additions using the 32 bit register names.

Change-Id: Ie37f47b93138643ffd05169a3792bc39967dbea3
2016-10-06 10:29:44 +03:00
..
arm arm, armv8: Fix C function signature data types 2016-10-05 14:24:54 +03:00
armv8 armv8: Remove unnecessary sign extensions 2016-10-06 10:29:44 +03:00
mips fix file permissions 2015-05-05 17:34:51 +00:00
x86 Don't declare variables after statements 2015-06-25 13:29:52 +03:00
ih264_buf_mgr.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_buf_mgr.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_cabac_tables.c Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264_cabac_tables.h Multithreading changes and better error resilience 2015-05-19 17:38:02 +05:30
ih264_cavlc_tables.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_cavlc_tables.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_chroma_intra_pred_filters.c Don't declare variables after statements 2015-06-25 13:29:52 +03:00
ih264_common_tables.c Mark arrays of pointers as const 2015-06-27 00:43:36 +03:00
ih264_common_tables.h Mark arrays of pointers as const 2015-06-27 00:43:36 +03:00
ih264_deblk_edge_filters.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_deblk_edge_filters.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_deblk_tables.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_deblk_tables.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_debug.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_defs.h Added support for Main Profile toolsets in encoder. 2015-06-24 20:36:11 +00:00
ih264_disp_mgr.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_disp_mgr.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_dpb_mgr.c Resolved warnings and fixed alignment of few assemblies 2015-05-05 17:35:10 +00:00
ih264_dpb_mgr.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_error.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_ihadamard_scaling.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_inter_pred_filters.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_inter_pred_filters.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_intra_pred_filters.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_iquant_itrans_recon.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_list.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_list.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_luma_intra_pred_filters.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_macros.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_mem_fns.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_mem_fns.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_padding.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_padding.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_resi_trans.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_resi_trans_quant.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_size_defs.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_structs.h Added support for Main Profile toolsets in encoder. 2015-06-24 20:36:11 +00:00
ih264_trans_data.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_trans_data.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_trans_macros.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_trans_quant_itrans_iquant.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_typedefs.h fix file permissions 2015-05-05 17:34:51 +00:00
ih264_weighted_pred.c fix file permissions 2015-05-05 17:34:51 +00:00
ih264_weighted_pred.h fix file permissions 2015-05-05 17:34:51 +00:00
ithread.c Remove all other thread implementations than pthread 2015-06-25 13:31:23 +03:00
ithread.h Remove the ithread_exit function 2015-06-24 20:41:03 +00:00