Home
last modified time | relevance | path

Searched refs:PROFILE_INIT (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_profile.h105 #define PROFILE_INIT(x) init_profiler(x) macro
112 #define PROFILE_INIT(x) macro
Dihevce_hle_interface.c424 PROFILE_INIT(&ps_hle_ctxt->profile_hle); in ihevce_hle_interface_create()
429 PROFILE_INIT(&ps_hle_ctxt->profile_enc_me[ctr]); in ihevce_hle_interface_create()
430 PROFILE_INIT(&ps_hle_ctxt->profile_pre_enc_l1l2[ctr]); in ihevce_hle_interface_create()
431 PROFILE_INIT(&ps_hle_ctxt->profile_pre_enc_l0ipe[ctr]); in ihevce_hle_interface_create()
434 PROFILE_INIT(&ps_hle_ctxt->profile_enc[ctr][i4_br_id]); in ihevce_hle_interface_create()
435 PROFILE_INIT(&ps_hle_ctxt->profile_entropy[ctr][i4_br_id]); in ihevce_hle_interface_create()
/external/libhevc/test/encoder/
Dmain.c1020 PROFILE_INIT(&s_profile_data); in libihevce_encode_frame()