Home
last modified time | relevance | path

Searched refs:ai4_ref_id_to_poc_lc (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dhme_coarse.c924 delta_poc = ABS(ps_curr_layer->i4_poc - ps_curr_layer->ai4_ref_id_to_poc_lc[i4_i]); in hme_coarsest()
1165 i4_delta_poc = ps_curr_layer->i4_poc - ps_curr_layer->ai4_ref_id_to_poc_lc[i1_ref_idx]; in hme_coarsest()
1192 ps_curr_layer->ai4_ref_id_to_poc_lc[i1_ref_idx]); in hme_coarsest()
Dhme_interface.c4192 memset(ps_layer_ctxt->ai4_ref_id_to_poc_lc, -1, sizeof(S32) * ps_ctxt->max_num_ref); in hme_process_frm_init()
4196 ps_layer_ctxt->ai4_ref_id_to_poc_lc, in hme_process_frm_init()
4424 memset(ps_layer_ctxt->ai4_ref_id_to_poc_lc, -1, sizeof(S32) * ps_ctxt->max_num_ref); in hme_coarse_process_frm_init()
4428 ps_layer_ctxt->ai4_ref_id_to_poc_lc, in hme_coarse_process_frm_init()
Dhme_defs.h1676 S32 ai4_ref_id_to_poc_lc[MAX_NUM_REF]; member
Dhme_utils.c326 S32 i4_poc_prev_ref = ps_prev_layer->ai4_ref_id_to_poc_lc[0]; in hme_get_global_mv()
708 S32 *pi4_ref_id_to_poc_lc = ps_curr_layer->ai4_ref_id_to_poc_lc; in hme_pick_back_search_node()
Dhme_refine.c10482 if(-1 != ps_coarse_layer->ai4_ref_id_to_poc_lc[i4_ref_id]) in hme_refine_no_encode()
10486 ps_coarse_layer->ai4_ref_id_to_poc_lc[i4_ref_id]); in hme_refine_no_encode()
10498 if(-1 != ps_coarse_layer->ai4_ref_id_to_poc_lc[ref_id_of_nearest_poc]) in hme_refine_no_encode()