Home
last modified time | relevance | path

Searched refs:pf_iquant_itrans_recon_4x4_dc (Results 1 – 6 of 6) sorted by relevance

/external/libavc/encoder/x86/
Dih264e_function_selector_ssse3.c146 ps_codec->pf_iquant_itrans_recon_4x4_dc = ih264_iquant_itrans_recon_4x4_dc_ssse3; in ih264e_init_function_ptr_ssse3()
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c166 ps_codec->pf_iquant_itrans_recon_4x4_dc = ih264_iquant_itrans_recon_4x4_dc_av8; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c158 ps_codec->pf_iquant_itrans_recon_4x4_dc = ih264_iquant_itrans_recon_4x4_dc_a9; in ih264e_init_function_ptr_neon_a9q()
/external/libavc/encoder/
Dih264e_function_selector_generic.c167 ps_codec->pf_iquant_itrans_recon_4x4_dc = ih264_iquant_itrans_recon_4x4_dc; in ih264e_init_function_ptr_generic()
Dih264e_structs.h2626 ih264_iquant_itrans_recon_ft *pf_iquant_itrans_recon_4x4_dc; member
Dih264e_core_coding.c371 ps_codec->pf_iquant_itrans_recon_4x4_dc(pi2_dc_src + i4_src_offset, in ih264e_luma_16x16_idctrans_iquant_itrans_recon()