Home
last modified time | relevance | path

Searched refs:pf_itrans_recon_dc (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dihevce_cmn_utils_instr_set_router.c93 ps_func_list->pf_itrans_recon_dc = ihevce_itrans_recon_dc_neon; in ihevce_cmn_utils_instr_set_router()
116 ps_func_list->pf_itrans_recon_dc = ihevce_itrans_recon_dc; in ihevce_cmn_utils_instr_set_router()
Dihevce_cmn_utils_instr_set_router.h104 FT_ITRANS_RECON_DC *pf_itrans_recon_dc; member
Dihevce_enc_loop_utils.c2590 ps_ctxt->s_cmn_opt_func.pf_itrans_recon_dc( in ihevce_it_recon_fxn()
2686 ps_ctxt->s_cmn_opt_func.pf_itrans_recon_dc( in ihevce_chroma_it_recon_fxn()
/external/libhevc/decoder/
Dihevcd_structs.h1593 typedef void (*pf_itrans_recon_dc)(UWORD8 *pu1_pred, typedef
2144 pf_itrans_recon_dc apf_itrans_recon_dc[2];
Dihevcd_api.c983 …ps_codec->apf_itrans_recon_dc[0] = (pf_itrans_recon_dc)ps_codec->s_func_selector.ihevcd_itrans_rec… in ihevcd_update_function_ptr()
984 …ps_codec->apf_itrans_recon_dc[1] = (pf_itrans_recon_dc)ps_codec->s_func_selector.ihevcd_itrans_rec… in ihevcd_update_function_ptr()