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.c441 PROFILE_INIT(&ps_hle_ctxt->profile_hle); in ihevce_hle_interface_create()
446 PROFILE_INIT(&ps_hle_ctxt->profile_pre_enc[ctr]); in ihevce_hle_interface_create()
449 PROFILE_INIT(&ps_hle_ctxt->profile_enc[ctr][i4_br_id]); in ihevce_hle_interface_create()
450 PROFILE_INIT(&ps_hle_ctxt->profile_entropy[ctr][i4_br_id]); in ihevce_hle_interface_create()
/external/libhevc/test/encoder/
Dmain.c1017 PROFILE_INIT(&s_profile_data); in libihevce_encode_frame()