Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_frame_process.c541 recon_pic_buf_t *(*aps_pre_enc_ref_pic_list)[HEVCE_MAX_REF_PICS * 2]; in ihevce_pre_enc_manage_ref_pics() local
552 aps_pre_enc_ref_pic_list = ps_enc_ctxt->aps_pre_enc_ref_lists[i4_ping_pong]; in ihevce_pre_enc_manage_ref_pics()
575 aps_pre_enc_ref_pic_list[i][j] = in ihevce_pre_enc_manage_ref_pics()
735 if(aps_pre_enc_ref_pic_list[LIST_0][i]->i4_poc > in ihevce_pre_enc_manage_ref_pics()
736 aps_pre_enc_ref_pic_list[LIST_0][max_idx]->i4_poc) in ihevce_pre_enc_manage_ref_pics()
745 ps_temp = aps_pre_enc_ref_pic_list[LIST_0][max_idx]; in ihevce_pre_enc_manage_ref_pics()
746 aps_pre_enc_ref_pic_list[LIST_0][max_idx] = aps_pre_enc_ref_pic_list[LIST_0][ctr]; in ihevce_pre_enc_manage_ref_pics()
747 aps_pre_enc_ref_pic_list[LIST_0][ctr] = ps_temp; in ihevce_pre_enc_manage_ref_pics()
765 if(aps_pre_enc_ref_pic_list[LIST_1][i]->i4_poc < in ihevce_pre_enc_manage_ref_pics()
766 aps_pre_enc_ref_pic_list[LIST_1][min_idx]->i4_poc) in ihevce_pre_enc_manage_ref_pics()
[all …]