Lines Matching refs:decoder

15 LOCAL_C_INCLUDES := $(LOCAL_PATH)/decoder $(LOCAL_PATH)/common
51 libhevcd_srcs_c += decoder/ihevcd_version.c
52 libhevcd_srcs_c += decoder/ihevcd_api.c
53 libhevcd_srcs_c += decoder/ihevcd_decode.c
54 libhevcd_srcs_c += decoder/ihevcd_nal.c
55 libhevcd_srcs_c += decoder/ihevcd_bitstream.c
56 libhevcd_srcs_c += decoder/ihevcd_parse_headers.c
57 libhevcd_srcs_c += decoder/ihevcd_parse_slice_header.c
58 libhevcd_srcs_c += decoder/ihevcd_parse_slice.c
59 libhevcd_srcs_c += decoder/ihevcd_parse_residual.c
60 libhevcd_srcs_c += decoder/ihevcd_cabac.c
61 libhevcd_srcs_c += decoder/ihevcd_intra_pred_mode_prediction.c
62 libhevcd_srcs_c += decoder/ihevcd_process_slice.c
63 libhevcd_srcs_c += decoder/ihevcd_utils.c
64 libhevcd_srcs_c += decoder/ihevcd_job_queue.c
65 libhevcd_srcs_c += decoder/ihevcd_ref_list.c
66 libhevcd_srcs_c += decoder/ihevcd_get_mv.c
67 libhevcd_srcs_c += decoder/ihevcd_mv_pred.c
68 libhevcd_srcs_c += decoder/ihevcd_mv_merge.c
69 libhevcd_srcs_c += decoder/ihevcd_iquant_itrans_recon_ctb.c
70 libhevcd_srcs_c += decoder/ihevcd_itrans_recon_dc.c
71 libhevcd_srcs_c += decoder/ihevcd_common_tables.c
72 libhevcd_srcs_c += decoder/ihevcd_boundary_strength.c
73 libhevcd_srcs_c += decoder/ihevcd_deblk.c
74 libhevcd_srcs_c += decoder/ihevcd_inter_pred.c
75 libhevcd_srcs_c += decoder/ihevcd_sao.c
76 libhevcd_srcs_c += decoder/ihevcd_ilf_padding.c
77 libhevcd_srcs_c += decoder/ihevcd_fmt_conv.c
83 include $(LOCAL_PATH)/decoder.arm.mk
84 include $(LOCAL_PATH)/decoder.arm64.mk
85 include $(LOCAL_PATH)/decoder.x86.mk
86 include $(LOCAL_PATH)/decoder.x86_64.mk
87 include $(LOCAL_PATH)/decoder.mips.mk
88 include $(LOCAL_PATH)/decoder.mips64.mk