Home
last modified time | relevance | path

Searched refs:pf_resi_trans_quant_4x4 (Results 1 – 7 of 7) sorted by relevance

/external/libavc/encoder/x86/
Dih264e_function_selector_sse42.c112 ps_codec->pf_resi_trans_quant_4x4 = ih264_resi_trans_quant_4x4_sse42; in ih264e_init_function_ptr_sse42()
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c158 ps_codec->pf_resi_trans_quant_4x4 = ih264_resi_trans_quant_4x4_av8; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c150 ps_codec->pf_resi_trans_quant_4x4 = ih264_resi_trans_quant_4x4_a9; in ih264e_init_function_ptr_neon_a9q()
/external/libavc/encoder/
Dih264e_function_selector_generic.c159 ps_codec->pf_resi_trans_quant_4x4 = ih264_resi_trans_quant_4x4; in ih264e_init_function_ptr_generic()
Dih264e_core_coding.c185 ps_codec->pf_resi_trans_quant_4x4(pu1_curr_src, pu1_curr_pred, in ih264e_luma_16x16_resi_trans_dctrans_quant()
1778 ps_codec->pf_resi_trans_quant_4x4(pu1_curr_mb, pu1_pred_mb, in ih264e_code_luma_intra_macroblock_4x4()
Dih264e_structs.h2596 ih264_resi_trans_quant_ft *pf_resi_trans_quant_4x4; member
Dih264e_intra_modes_eval.c1306 ps_codec->pf_resi_trans_quant_4x4(pu1_mb_curr, pu1_pred_mb, in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()