Home
last modified time | relevance | path

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

/external/libavc/encoder/x86/
Dih264e_function_selector_sse42.c114 ps_codec->pf_hadamard_quant_4x4 = ih264_hadamard_quant_4x4_sse42; in ih264e_init_function_ptr_sse42()
/external/libavc/encoder/arm/
Dih264e_function_selector_av8.c160 ps_codec->pf_hadamard_quant_4x4 = ih264_hadamard_quant_4x4_av8; in ih264e_init_function_ptr_neon_av8()
Dih264e_function_selector_a9q.c152 ps_codec->pf_hadamard_quant_4x4 = ih264_hadamard_quant_4x4_a9; in ih264e_init_function_ptr_neon_a9q()
/external/libavc/encoder/
Dih264e_function_selector_generic.c161 ps_codec->pf_hadamard_quant_4x4 = ih264_hadamard_quant_4x4; in ih264e_init_function_ptr_generic()
Dih264e_structs.h2606 ih264_hadamard_quant_ft *pf_hadamard_quant_4x4; member
Dih264e_core_coding.c209 ps_codec->pf_hadamard_quant_4x4(pi2_dc_str, pi2_out, pu2_scale_matrix, in ih264e_luma_16x16_resi_trans_dctrans_quant()