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

/external/libhevc/decoder/
H A Dihevcd_function_selector.h143 ihevc_itrans_recon_32x32_ft *ihevc_itrans_recon_32x32_fptr; member in struct:__anon9831
H A Dihevcd_api.c967 ps_codec->apf_itrans_recon[4] = (pf_itrans_recon)ps_codec->s_func_selector.ihevc_itrans_recon_32x32_fptr;
/external/libhevc/decoder/arm/
H A Dihevcd_function_selector_a9q.c116 ps_codec->s_func_selector.ihevc_itrans_recon_32x32_fptr = &ihevc_itrans_recon_32x32_a9q;
H A Dihevcd_function_selector_noneon.c116 ps_codec->s_func_selector.ihevc_itrans_recon_32x32_fptr = &ihevc_itrans_recon_32x32;
/external/libhevc/decoder/arm64/
H A Dihevcd_function_selector_av8.c116 ps_codec->s_func_selector.ihevc_itrans_recon_32x32_fptr = &ihevc_itrans_recon_32x32_av8;
/external/libhevc/decoder/mips/
H A Dihevcd_function_selector_mips_generic.c116 ps_codec->s_func_selector.ihevc_itrans_recon_32x32_fptr = &ihevc_itrans_recon_32x32;
/external/libhevc/decoder/x86/
H A Dihevcd_function_selector_generic.c118 ps_codec->s_func_selector.ihevc_itrans_recon_32x32_fptr = &ihevc_itrans_recon_32x32;
H A Dihevcd_function_selector_sse42.c118 ps_codec->s_func_selector.ihevc_itrans_recon_32x32_fptr = &ihevc_itrans_recon_32x32_sse42;
H A Dihevcd_function_selector_ssse3.c118 ps_codec->s_func_selector.ihevc_itrans_recon_32x32_fptr = &ihevc_itrans_recon_32x32_ssse3;

Completed in 34 milliseconds