Home
last modified time | relevance | path

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

/external/libavc/decoder/x86/
Dih264d_function_selector_sse42.c92 ps_codec->pf_iquant_itrans_recon_chroma_4x4 = ih264_iquant_itrans_recon_chroma_4x4_sse42; in ih264d_init_function_ptr_sse42()
/external/libavc/encoder/x86/
Dih264e_function_selector_sse42.c119 ps_codec->pf_iquant_itrans_recon_chroma_4x4 = ih264_iquant_itrans_recon_chroma_4x4_sse42; in ih264e_init_function_ptr_sse42()
/external/libavc/decoder/arm/
Dih264d_function_selector_av8.c146 ps_codec->pf_iquant_itrans_recon_chroma_4x4 = ih264_iquant_itrans_recon_chroma_4x4_av8; in ih264d_init_function_ptr_av8()
Dih264d_function_selector_a9q.c151 ps_codec->pf_iquant_itrans_recon_chroma_4x4 = ih264_iquant_itrans_recon_chroma_4x4_a9; in ih264d_init_function_ptr_a9q()
/external/libavc/decoder/
Dih264d_function_selector_generic.c165 ps_codec->pf_iquant_itrans_recon_chroma_4x4 = in ih264d_init_function_ptr_generic()
Dih264d_process_pslice.c729 ps_dec->pf_iquant_itrans_recon_chroma_4x4( in ih264d_process_inter_mb()
771 ps_dec->pf_iquant_itrans_recon_chroma_4x4( in ih264d_process_inter_mb()
Dih264d_process_intra_mb.c1877 ps_dec->pf_iquant_itrans_recon_chroma_4x4( in ih264d_process_intra_mb()
1919 ps_dec->pf_iquant_itrans_recon_chroma_4x4( in ih264d_process_intra_mb()
Dih264d_structs.h1402 ih264_iquant_itrans_recon_chroma_ft *pf_iquant_itrans_recon_chroma_4x4; member
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c167 ps_codec->pf_iquant_itrans_recon_chroma_4x4 = ih264_iquant_itrans_recon_chroma_4x4_av8; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c159 ps_codec->pf_iquant_itrans_recon_chroma_4x4 = ih264_iquant_itrans_recon_chroma_4x4_a9; in ih264e_init_function_ptr_neon_a9q()
/external/libavc/encoder/
Dih264e_function_selector_generic.c168 ps_codec->pf_iquant_itrans_recon_chroma_4x4 = ih264_iquant_itrans_recon_chroma_4x4; in ih264e_init_function_ptr_generic()
Dih264e_structs.h2630 ih264_iquant_itrans_recon_chroma_ft *pf_iquant_itrans_recon_chroma_4x4; member
Dih264e_core_coding.c721 ps_codec->pf_iquant_itrans_recon_chroma_4x4(pi2_src + i4_src_offset, in ih264e_chroma_8x8_idctrans_iquant_itrans_recon()