Home
last modified time | relevance | path

Searched refs:pf_iquant_itrans_recon_luma_4x4 (Results 1 – 8 of 8) sorted by relevance

/external/libavc/decoder/x86/
Dih264d_function_selector_sse42.c91 ps_codec->pf_iquant_itrans_recon_luma_4x4 = ih264_iquant_itrans_recon_4x4_sse42; in ih264d_init_function_ptr_sse42()
Dih264d_function_selector_ssse3.c134 ps_codec->pf_iquant_itrans_recon_luma_4x4 = ih264_iquant_itrans_recon_4x4_ssse3; in ih264d_init_function_ptr_ssse3()
/external/libavc/decoder/
Dih264d_function_selector_generic.c159 ps_codec->pf_iquant_itrans_recon_luma_4x4 = ih264_iquant_itrans_recon_4x4; in ih264d_init_function_ptr_generic()
Dih264d_process_intra_mb.c977 ps_dec->pf_iquant_itrans_recon_luma_4x4( in ih264d_process_intra_mb()
1321 ps_dec->pf_iquant_itrans_recon_luma_4x4( in ih264d_process_intra_mb()
Dih264d_process_pslice.c632 ps_dec->pf_iquant_itrans_recon_luma_4x4( in ih264d_process_inter_mb()
Dih264d_structs.h1389 ih264_iquant_itrans_recon_ft *pf_iquant_itrans_recon_luma_4x4; member
/external/libavc/decoder/arm/
Dih264d_function_selector_av8.c142 ps_codec->pf_iquant_itrans_recon_luma_4x4 = ih264_iquant_itrans_recon_4x4_av8; in ih264d_init_function_ptr_av8()
Dih264d_function_selector_a9q.c144 ps_codec->pf_iquant_itrans_recon_luma_4x4 = ih264_iquant_itrans_recon_4x4_a9; in ih264d_init_function_ptr_a9q()