Martin Storsjo | 970dfc0 | 2015-06-27 00:24:12 +0300 | [diff] [blame] | 1 | libavce_cflags_x86 += -DX86 -msse4.2 |
Hamsalekha S | 8d3d303 | 2015-03-13 21:24:58 +0530 | [diff] [blame] | 2 | |
| 3 | libavce_inc_dir_x86 += $(LOCAL_PATH)/encoder/x86 |
| 4 | libavce_inc_dir_x86 += $(LOCAL_PATH)/common/x86 |
| 5 | |
| 6 | libavce_srcs_c_x86 += encoder/x86/ih264e_function_selector.c |
| 7 | libavce_srcs_c_x86 += encoder/x86/ih264e_function_selector_sse42.c |
| 8 | libavce_srcs_c_x86 += encoder/x86/ih264e_function_selector_ssse3.c |
| 9 | |
| 10 | libavce_srcs_c_x86 += common/x86/ih264_iquant_itrans_recon_ssse3.c |
| 11 | libavce_srcs_c_x86 += common/x86/ih264_iquant_itrans_recon_dc_ssse3.c |
| 12 | libavce_srcs_c_x86 += common/x86/ih264_ihadamard_scaling_ssse3.c |
| 13 | libavce_srcs_c_x86 += common/x86/ih264_inter_pred_filters_ssse3.c |
| 14 | libavce_srcs_c_x86 += common/x86/ih264_mem_fns_ssse3.c |
| 15 | libavce_srcs_c_x86 += common/x86/ih264_padding_ssse3.c |
| 16 | libavce_srcs_c_x86 += common/x86/ih264_luma_intra_pred_filters_ssse3.c |
| 17 | libavce_srcs_c_x86 += common/x86/ih264_chroma_intra_pred_filters_ssse3.c |
| 18 | libavce_srcs_c_x86 += common/x86/ih264_deblk_chroma_ssse3.c |
| 19 | libavce_srcs_c_x86 += common/x86/ih264_deblk_luma_ssse3.c |
| 20 | libavce_srcs_c_x86 += common/x86/ih264_iquant_itrans_recon_sse42.c |
| 21 | libavce_srcs_c_x86 += common/x86/ih264_ihadamard_scaling_sse42.c |
| 22 | libavce_srcs_c_x86 += common/x86/ih264_resi_trans_quant_sse42.c |
| 23 | libavce_srcs_c_x86 += common/x86/ih264_weighted_pred_sse42.c |
| 24 | |
| 25 | libavce_srcs_c_x86 += encoder/x86/ih264e_half_pel_ssse3.c |
| 26 | libavce_srcs_c_x86 += encoder/x86/ih264e_intra_modes_eval_ssse3.c |
| 27 | libavce_srcs_c_x86 += encoder/x86/ime_distortion_metrics_sse42.c |
| 28 | |
| 29 | |
| 30 | |
| 31 | |
| 32 | |
| 33 | |
| 34 | LOCAL_SRC_FILES_x86 += $(libavce_srcs_c_x86) $(libavce_srcs_asm_x86) |
| 35 | LOCAL_C_INCLUDES_x86 += $(libavce_inc_dir_x86) |
| 36 | LOCAL_CFLAGS_x86 += $(libavce_cflags_x86) |
| 37 | |