Home
last modified time | relevance | path

Searched refs:pf_intra_pred (Results 1 – 9 of 9) sorted by relevance

/external/libhevc/decoder/
Dihevcd_api.c948 ps_codec->apf_intra_pred_luma[0] = (pf_intra_pred)NULL; in ihevcd_update_function_ptr()
949 …ps_codec->apf_intra_pred_luma[1] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_luma_… in ihevcd_update_function_ptr()
950 …ps_codec->apf_intra_pred_luma[2] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_luma_… in ihevcd_update_function_ptr()
951 …ps_codec->apf_intra_pred_luma[3] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_luma_… in ihevcd_update_function_ptr()
952 …ps_codec->apf_intra_pred_luma[4] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_luma_… in ihevcd_update_function_ptr()
953 …ps_codec->apf_intra_pred_luma[5] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_luma_… in ihevcd_update_function_ptr()
954 …ps_codec->apf_intra_pred_luma[6] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_luma_… in ihevcd_update_function_ptr()
955 …ps_codec->apf_intra_pred_luma[7] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_luma_… in ihevcd_update_function_ptr()
956 …ps_codec->apf_intra_pred_luma[8] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_luma_… in ihevcd_update_function_ptr()
957 …ps_codec->apf_intra_pred_luma[9] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_luma_… in ihevcd_update_function_ptr()
[all …]
Dihevcd_structs.h1584 typedef void (*pf_intra_pred)(UWORD8 *pu1_ref, typedef
2210 pf_intra_pred apf_intra_pred_luma[11];
2213 pf_intra_pred apf_intra_pred_chroma[11];
/external/libavc/encoder/
Dih264e_structs.h59 typedef void (*pf_intra_pred)(UWORD8 *pu1_src, UWORD8 *pu1_dst, typedef
2606 pf_intra_pred apf_intra_pred_16_l[MAX_I16x16];
2607 pf_intra_pred apf_intra_pred_8_l[MAX_I8x8];
2608 pf_intra_pred apf_intra_pred_4_l[MAX_I4x4];
2613 pf_intra_pred apf_intra_pred_c[MAX_CH_I8x8];
/external/libavc/encoder/svc/
Disvce_structs.h2439 pf_intra_pred apf_intra_pred_16_l[MAX_I16x16];
2440 pf_intra_pred apf_intra_pred_8_l[MAX_I8x8];
2441 pf_intra_pred apf_intra_pred_4_l[MAX_I4x4];
2446 pf_intra_pred apf_intra_pred_c[MAX_CH_I8x8];
/external/libhevc/encoder/
Dihevce_enc_loop_structs.h2013 pf_intra_pred apf_lum_ip[NUM_IP_FUNCS];
2016 pf_intra_pred apf_chrm_ip[NUM_IP_FUNCS];
Dihevce_enc_structs.h214 typedef void (*pf_intra_pred)( typedef
Dihevce_decomp_pre_intra_pass.c139 pf_intra_pred g_apf_lum_ip[NUM_IP_FUNCS];
Dihevce_recur_bracketing.c113 extern pf_intra_pred g_apf_lum_ip[10];
Dihevce_enc_loop_utils.c6162 pf_intra_pred *ppf_chroma_ip, in ihevce_distortion_based_intra_chroma_mode_selector()