Home
last modified time | relevance | path

Searched refs:pf_iquant_itrans_recon_chroma_4x4_dc (Results 1 – 13 of 13) sorted by relevance

/external/libavc/encoder/x86/
Dih264e_function_selector_ssse3.c147 ps_codec->pf_iquant_itrans_recon_chroma_4x4_dc = ih264_iquant_itrans_recon_chroma_4x4_dc_ssse3; in ih264e_init_function_ptr_ssse3()
/external/libavc/decoder/x86/
Dih264d_function_selector_ssse3.c139 ps_codec->pf_iquant_itrans_recon_chroma_4x4_dc = ih264_iquant_itrans_recon_chroma_4x4_dc_ssse3; in ih264d_init_function_ptr_ssse3()
/external/libavc/decoder/
Dih264d_function_selector_generic.c167 ps_codec->pf_iquant_itrans_recon_chroma_4x4_dc = in ih264d_init_function_ptr_generic()
Dih264d_process_pslice.c741 ps_dec->pf_iquant_itrans_recon_chroma_4x4_dc( in ih264d_process_inter_mb()
783 ps_dec->pf_iquant_itrans_recon_chroma_4x4_dc( in ih264d_process_inter_mb()
Dih264d_process_intra_mb.c1889 ps_dec->pf_iquant_itrans_recon_chroma_4x4_dc( in ih264d_process_intra_mb()
1931 ps_dec->pf_iquant_itrans_recon_chroma_4x4_dc( in ih264d_process_intra_mb()
Dih264d_structs.h1401 ih264_iquant_itrans_recon_chroma_ft *pf_iquant_itrans_recon_chroma_4x4_dc; member
/external/libavc/decoder/arm/
Dih264d_function_selector_av8.c147 ps_codec->pf_iquant_itrans_recon_chroma_4x4_dc = ih264_iquant_itrans_recon_chroma_4x4_dc_av8; in ih264d_init_function_ptr_av8()
Dih264d_function_selector_a9q.c152 ps_codec->pf_iquant_itrans_recon_chroma_4x4_dc = ih264_iquant_itrans_recon_chroma_4x4_dc_a9; in ih264d_init_function_ptr_a9q()
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c168 … ps_codec->pf_iquant_itrans_recon_chroma_4x4_dc = ih264_iquant_itrans_recon_chroma_4x4_dc_av8; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c160 ps_codec->pf_iquant_itrans_recon_chroma_4x4_dc = ih264_iquant_itrans_recon_chroma_4x4_dc_a9; in ih264e_init_function_ptr_neon_a9q()
/external/libavc/encoder/
Dih264e_function_selector_generic.c169 ps_codec->pf_iquant_itrans_recon_chroma_4x4_dc = ih264_iquant_itrans_recon_chroma_4x4_dc; in ih264e_init_function_ptr_generic()
Dih264e_structs.h2631 ih264_iquant_itrans_recon_chroma_ft *pf_iquant_itrans_recon_chroma_4x4_dc; member
Dih264e_core_coding.c701 ps_codec->pf_iquant_itrans_recon_chroma_4x4_dc( in ih264e_chroma_8x8_idctrans_iquant_itrans_recon()