Home
last modified time | relevance | path

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

/external/libavc/decoder/x86/
Dih264d_function_selector_ssse3.c122 ps_codec->apf_intra_pred_chroma[0] = ih264_intra_pred_chroma_8x8_mode_vert_ssse3; in ih264d_init_function_ptr_ssse3()
123 ps_codec->apf_intra_pred_chroma[1] = ih264_intra_pred_chroma_8x8_mode_horz_ssse3; in ih264d_init_function_ptr_ssse3()
124 ps_codec->apf_intra_pred_chroma[2] = ih264_intra_pred_chroma_8x8_mode_dc; in ih264d_init_function_ptr_ssse3()
125 ps_codec->apf_intra_pred_chroma[3] = ih264_intra_pred_chroma_8x8_mode_plane_ssse3; in ih264d_init_function_ptr_ssse3()
/external/libavc/decoder/
Dih264d_function_selector_generic.c138 ps_codec->apf_intra_pred_chroma[0] = ih264_intra_pred_chroma_8x8_mode_vert; in ih264d_init_function_ptr_generic()
139 ps_codec->apf_intra_pred_chroma[1] = ih264_intra_pred_chroma_8x8_mode_horz; in ih264d_init_function_ptr_generic()
140 ps_codec->apf_intra_pred_chroma[2] = ih264_intra_pred_chroma_8x8_mode_dc; in ih264d_init_function_ptr_generic()
141 ps_codec->apf_intra_pred_chroma[3] = ih264_intra_pred_chroma_8x8_mode_plane; in ih264d_init_function_ptr_generic()
Dih264d_process_intra_mb.c1844 ps_dec->apf_intra_pred_chroma[u1_intra_chrom_pred_mode]( in ih264d_process_intra_mb()
2001 ps_dec->apf_intra_pred_chroma[u1_intra_chrom_pred_mode]( in ih264d_process_intra_mb()
Dih264d_structs.h1444 ih264_intra_pred_chroma_ft *apf_intra_pred_chroma[4]; member
/external/libavc/decoder/arm/
Dih264d_function_selector_a9q.c121 ps_codec->apf_intra_pred_chroma[0] = ih264_intra_pred_chroma_8x8_mode_vert_a9q; in ih264d_init_function_ptr_a9q()
122 ps_codec->apf_intra_pred_chroma[1] = ih264_intra_pred_chroma_8x8_mode_horz_a9q; in ih264d_init_function_ptr_a9q()
124 ps_codec->apf_intra_pred_chroma[2] = ih264_intra_pred_chroma_8x8_mode_dc; in ih264d_init_function_ptr_a9q()
125 ps_codec->apf_intra_pred_chroma[3] = ih264_intra_pred_chroma_8x8_mode_plane_a9q; in ih264d_init_function_ptr_a9q()
Dih264d_function_selector_av8.c120 ps_codec->apf_intra_pred_chroma[0] = ih264_intra_pred_chroma_8x8_mode_vert_av8; in ih264d_init_function_ptr_av8()
121 ps_codec->apf_intra_pred_chroma[1] = ih264_intra_pred_chroma_8x8_mode_horz_av8; in ih264d_init_function_ptr_av8()
123 ps_codec->apf_intra_pred_chroma[2] = ih264_intra_pred_chroma_8x8_mode_dc; in ih264d_init_function_ptr_av8()
124 ps_codec->apf_intra_pred_chroma[3] = ih264_intra_pred_chroma_8x8_mode_plane_av8; in ih264d_init_function_ptr_av8()
/external/libhevc/decoder/
Dihevcd_api.c1432 ps_codec->apf_intra_pred_chroma[0] = (pf_intra_pred)NULL; in ihevcd_update_function_ptr()
1433 …ps_codec->apf_intra_pred_chroma[1] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_chr… in ihevcd_update_function_ptr()
1434 …ps_codec->apf_intra_pred_chroma[2] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_chr… in ihevcd_update_function_ptr()
1435 …ps_codec->apf_intra_pred_chroma[3] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_chr… in ihevcd_update_function_ptr()
1436 …ps_codec->apf_intra_pred_chroma[4] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_chr… in ihevcd_update_function_ptr()
1437 …ps_codec->apf_intra_pred_chroma[5] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_chr… in ihevcd_update_function_ptr()
1438 …ps_codec->apf_intra_pred_chroma[6] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_chr… in ihevcd_update_function_ptr()
1439 …ps_codec->apf_intra_pred_chroma[7] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_chr… in ihevcd_update_function_ptr()
1440 …ps_codec->apf_intra_pred_chroma[8] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_chr… in ihevcd_update_function_ptr()
1441 …ps_codec->apf_intra_pred_chroma[9] = (pf_intra_pred)ps_codec->s_func_selector.ihevc_intra_pred_ch… in ihevcd_update_function_ptr()
[all …]
Dihevcd_structs.h2134 pf_intra_pred apf_intra_pred_chroma[11]; member
Dihevcd_iquant_itrans_recon_ctb.c1048 …ps_codec->apf_intra_pred_chroma[chroma_pred_func_idx](au1_ref_sub_out, 1, pu1_pred_orig, pred_strd… in ihevcd_iquant_itrans_recon_ctb()