Home
last modified time | relevance | path

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

/external/libavc/encoder/x86/
Dih264e_function_selector_sse42.c113 ps_codec->pf_resi_trans_quant_chroma_4x4 = ih264_resi_trans_quant_chroma_4x4_sse42; in ih264e_init_function_ptr_sse42()
/external/libavc/encoder/arm/
Dih264e_function_selector_a9q.c151 ps_codec->pf_resi_trans_quant_chroma_4x4 = ih264_resi_trans_quant_chroma_4x4_a9; in ih264e_init_function_ptr_neon_a9q()
Dih264e_function_selector_av8.c159 ps_codec->pf_resi_trans_quant_chroma_4x4 = ih264_resi_trans_quant_chroma_4x4_av8; in ih264e_init_function_ptr_neon_av8()
/external/libavc/encoder/
Dih264e_function_selector_generic.c160 ps_codec->pf_resi_trans_quant_chroma_4x4 = ih264_resi_trans_quant_chroma_4x4; in ih264e_init_function_ptr_generic()
Dih264e_structs.h2643 ih264_resi_trans_quant_ft *pf_resi_trans_quant_chroma_4x4; member
Dih264e_core_coding.c523 ps_codec->pf_resi_trans_quant_chroma_4x4( in ih264e_chroma_8x8_resi_trans_dctrans_quant()