Home | History | Annotate | Download | only in libhevc

Lines Matching full:common

6 ## Arch-common settings
15 LOCAL_C_INCLUDES := $(LOCAL_PATH)/decoder $(LOCAL_PATH)/common
17 libhevcd_srcs_c += common/ihevc_quant_tables.c
18 libhevcd_srcs_c += common/ihevc_inter_pred_filters.c
19 libhevcd_srcs_c += common/ihevc_weighted_pred.c
20 libhevcd_srcs_c += common/ihevc_padding.c
21 libhevcd_srcs_c += common/ihevc_deblk_edge_filter.c
22 libhevcd_srcs_c += common/ihevc_deblk_tables.c
23 libhevcd_srcs_c += common/ihevc_cabac_tables.c
24 libhevcd_srcs_c += common/ihevc_common_tables.c
25 libhevcd_srcs_c += common/ihevc_intra_pred_filters.c
26 libhevcd_srcs_c += common/ihevc_chroma_intra_pred_filters.c
27 libhevcd_srcs_c += common/ihevc_mem_fns.c
28 libhevcd_srcs_c += common/ihevc_sao.c
29 libhevcd_srcs_c += common/ihevc_trans_tables.c
30 libhevcd_srcs_c += common/ihevc_recon.c
31 libhevcd_srcs_c += common/ihevc_itrans.c
32 libhevcd_srcs_c += common/ihevc_itrans_recon.c
33 libhevcd_srcs_c += common/ihevc_iquant_recon.c
34 libhevcd_srcs_c += common/ihevc_iquant_itrans_recon.c
35 libhevcd_srcs_c += common/ihevc_itrans_recon_32x32.c
36 libhevcd_srcs_c += common/ihevc_itrans_recon_16x16.c
37 libhevcd_srcs_c += common/ihevc_itrans_recon_8x8.c
38 libhevcd_srcs_c += common/ihevc_chroma_itrans_recon.c
39 libhevcd_srcs_c += common/ihevc_chroma_iquant_recon.c
40 libhevcd_srcs_c += common/ihevc_chroma_iquant_itrans_recon.c
41 libhevcd_srcs_c += common/ihevc_chroma_recon.c
42 libhevcd_srcs_c += common/ihevc_chroma_itrans_recon_16x16.c
43 libhevcd_srcs_c += common/ihevc_chroma_itrans_recon_8x8.c
44 libhevcd_srcs_c += common/ihevc_buf_mgr.c
45 libhevcd_srcs_c += common/ihevc_disp_mgr.c
46 libhevcd_srcs_c += common/ihevc_dpb_mgr.c
47 libhevcd_srcs_c += common/ithread.c