Searched refs:ref_poc_array (Results 1 – 2 of 2) sorted by relevance
170 memset(&ps_lap_struct->ref_poc_array[0], 0xFF, sizeof(ps_lap_struct->ref_poc_array)); in ihevce_lap_init()671 WORD32 *ref_poc_array = ps_lap_struct->ref_poc_array; in ref_pics_weight_offset_calc() local684 ai4_delta_poc[i] = ref_poc_array[i] - ps_lap_out->i4_poc; in ref_pics_weight_offset_calc()728 WORD32 *ref_poc_array = ps_lap_struct->ref_poc_array; in ref_b_pic_population() local729 WORD32 *p_ref_poc_array = ref_poc_array; in ref_b_pic_population()742 (ref_poc_array[0] < ps_lap_struct->i4_cra_poc) && ps_lap_struct->i4_cra_i_pic_flag) in ref_b_pic_population()744 ref_poc_array[0] = ps_lap_struct->i4_cra_poc; in ref_b_pic_population()797 if(ref_poc_array[i] > ref_poc_array[j]) in ref_b_pic_population()799 temp = ref_poc_array[i]; in ref_b_pic_population()800 ref_poc_array[i] = ref_poc_array[j]; in ref_b_pic_population()[all …]
144 WORD32 ref_poc_array[MAX_REF_PICS]; member