Searched refs:ihevc_itrans_recon_4x4_fptr (Results 1 - 9 of 9) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_function_selector.h140 ihevc_itrans_recon_4x4_ft *ihevc_itrans_recon_4x4_fptr; member in struct:__anon23826
H A Dihevcd_api.c1446 ps_codec->apf_itrans_recon[1] = (pf_itrans_recon)ps_codec->s_func_selector.ihevc_itrans_recon_4x4_fptr;
/external/libhevc/decoder/arm/
H A Dihevcd_function_selector_a9q.c113 ps_codec->s_func_selector.ihevc_itrans_recon_4x4_fptr = &ihevc_itrans_recon_4x4_a9q;
H A Dihevcd_function_selector_noneon.c113 ps_codec->s_func_selector.ihevc_itrans_recon_4x4_fptr = &ihevc_itrans_recon_4x4;
/external/libhevc/decoder/arm64/
H A Dihevcd_function_selector_av8.c113 ps_codec->s_func_selector.ihevc_itrans_recon_4x4_fptr = &ihevc_itrans_recon_4x4_av8;
/external/libhevc/decoder/mips/
H A Dihevcd_function_selector_mips_generic.c113 ps_codec->s_func_selector.ihevc_itrans_recon_4x4_fptr = &ihevc_itrans_recon_4x4;
/external/libhevc/decoder/x86/
H A Dihevcd_function_selector_generic.c115 ps_codec->s_func_selector.ihevc_itrans_recon_4x4_fptr = &ihevc_itrans_recon_4x4;
H A Dihevcd_function_selector_sse42.c115 ps_codec->s_func_selector.ihevc_itrans_recon_4x4_fptr = &ihevc_itrans_recon_4x4_sse42;
H A Dihevcd_function_selector_ssse3.c115 ps_codec->s_func_selector.ihevc_itrans_recon_4x4_fptr = &ihevc_itrans_recon_4x4_ssse3;

Completed in 67 milliseconds