Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_mv_merge.c110 if(ps_mv_1->i1_l0_ref_idx == ps_mv_2->i1_l0_ref_idx) in ihevcd_compare_pu_t()
246 au4_ref_idx_col[0] = ps_col_pu->mv.i1_l0_ref_idx; in ihevcd_collocated_mvp()
250 au4_ref_idx_col[1] = ps_col_pu->mv.i1_l0_ref_idx; in ihevcd_collocated_mvp()
258 au4_ref_idx_col[0] = ps_col_pu->mv.i1_l0_ref_idx; in ihevcd_collocated_mvp()
270 au4_ref_idx_col[0] = ps_col_pu->mv.i1_l0_ref_idx; in ihevcd_collocated_mvp()
273 au4_ref_idx_col[1] = ps_col_pu->mv.i1_l0_ref_idx; in ihevcd_collocated_mvp()
299 ref_idx_l0 = ps_pu->mv.i1_l0_ref_idx; in ihevcd_collocated_mvp()
809 as_pu_merge_list[candidate_cnt].mv.i1_l0_ref_idx = 0; in ihevcd_mv_merge()
854 WORD8 i1_l0_ref_idx, i1_l1_ref_idx; in ihevcd_mv_merge() local
858 i1_l0_ref_idx = as_pu_merge_list[l0_cand].mv.i1_l0_ref_idx; in ihevcd_mv_merge()
[all …]
Dihevcd_inter_pred.c233 …ps_pic_buf_l0 = (pic_buf_t *)((ps_slice_hdr->as_ref_pic_list0[ps_pu->mv.i1_l0_ref_idx].pv_pic_buf)… in ihevcd_inter_pred_ctb()
238 luma_weight_l0 = ps_slice_hdr->s_wt_ofst.i2_luma_weight_l0[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
239 … chroma_weight_l0_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l0_cb[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
240 … chroma_weight_l0_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l0_cr[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
242 luma_offset_l0 = ps_slice_hdr->s_wt_ofst.i2_luma_offset_l0[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
243 … chroma_offset_l0_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_offset_l0_cb[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
244 … chroma_offset_l0_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_offset_l0_cr[ps_pu->mv.i1_l0_ref_idx]; in ihevcd_inter_pred_ctb()
Dihevcd_mv_pred.c236 …ps_nbr_pic_buf_lx = (pic_buf_t *)((ps_ref_pic_list[0][aps_nbr_pu[i]->mv.i1_l0_ref_idx].pv_pic_buf)… in GET_MV_NBR_ST()
258 …ps_nbr_pic_buf_lx = (pic_buf_t *)((ps_ref_pic_list[0][aps_nbr_pu[i]->mv.i1_l0_ref_idx].pv_pic_buf)… in GET_MV_NBR_ST()
276 …ps_nbr_pic_buf_lx = (pic_buf_t *)((ps_ref_pic_list[0][aps_nbr_pu[i]->mv.i1_l0_ref_idx].pv_pic_buf)… in GET_MV_NBR_LT()
303 …ps_nbr_pic_buf_lx = (pic_buf_t *)((ps_ref_pic_list[0][aps_nbr_pu[i]->mv.i1_l0_ref_idx].pv_pic_buf)… in GET_MV_NBR_LT()
413 ps_cur_pic_buf_l0 = (pic_buf_t *)((ps_ref_pic_list[0][ps_pu->mv.i1_l0_ref_idx].pv_pic_buf)); in ihevcd_mv_pred()
Dihevcd_get_mv.c432 …ps_pic_buf_l0 = (pic_buf_t *)((ps_slice_hdr->as_ref_pic_list0[ps_pu->mv.i1_l0_ref_idx].pv_pic_buf)… in ihevcd_get_mv_ctb()
Dihevcd_parse_slice.c682 ps_pu->mv.i1_l0_ref_idx = 0; in ihevcd_parse_pu_mvp()
719 ps_pu->mv.i1_l0_ref_idx = ref_idx; in ihevcd_parse_pu_mvp()
/external/libhevc/encoder/
Dihevce_mv_pred_merge.c269 au4_ref_idx_col[0] = ps_col_mv->i1_l0_ref_idx; in ihevce_collocated_mvp()
273 au4_ref_idx_col[1] = ps_col_mv->i1_l0_ref_idx; in ihevce_collocated_mvp()
281 au4_ref_idx_col[0] = ps_col_mv->i1_l0_ref_idx; in ihevce_collocated_mvp()
293 au4_ref_idx_col[0] = ps_col_mv->i1_l0_ref_idx; in ihevce_collocated_mvp()
296 au4_ref_idx_col[1] = ps_col_mv->i1_l0_ref_idx; in ihevce_collocated_mvp()
322 ref_idx_l0 = ps_pu->mv.i1_l0_ref_idx; in ihevce_collocated_mvp()
890 ps_merge_cand_list[num_merge_cand].mv.i1_l0_ref_idx = 0; in ihevce_mv_pred_merge()
923 WORD8 i1_l0_ref_idx, i1_l1_ref_idx; in ihevce_mv_pred_merge() local
927 i1_l0_ref_idx = ps_merge_cand_list[l0_cand].mv.i1_l0_ref_idx; in ihevce_mv_pred_merge()
929 l0_poc = ps_ctxt->ps_ref_list[0][i1_l0_ref_idx]->i4_poc; in ihevce_mv_pred_merge()
[all …]
Dihevce_mv_pred.c219 i1_cur_ref_idx_list[0] = (-1 == ps_pu->mv.i1_l0_ref_idx) ? 0 : ps_pu->mv.i1_l0_ref_idx; in ihevce_mv_pred()
265 i1_nbr_ref_idx_list[0][0] = ps_a0->mv.i1_l0_ref_idx; in ihevce_mv_pred()
277 i1_nbr_ref_idx_list[1][0] = ps_a1->mv.i1_l0_ref_idx; in ihevce_mv_pred()
448 i1_nbr_ref_idx_list[0][0] = ps_b0->mv.i1_l0_ref_idx; in ihevce_mv_pred()
460 i1_nbr_ref_idx_list[1][0] = ps_b1->mv.i1_l0_ref_idx; in ihevce_mv_pred()
472 i1_nbr_ref_idx_list[2][0] = ps_b2->mv.i1_l0_ref_idx; in ihevce_mv_pred()
Dihevce_inter_pred.c429 ps_ref_pic_l0 = ps_inter_pred_ctxt->ps_ref_list[0][ps_pu->mv.i1_l0_ref_idx]; in ihevce_luma_inter_pred_pu()
472 WORD32 ref_idx = (ps_pu->mv.i1_l0_ref_idx); in ihevce_luma_inter_pred_pu()
1057 ps_ref_pic_l0 = ps_inter_pred_ctxt->ps_ref_list[0][ps_pu->mv.i1_l0_ref_idx]; in ihevce_chroma_inter_pred_pu()
1100 WORD32 ref_idx = (ps_pu->mv.i1_l0_ref_idx); in ihevce_chroma_inter_pred_pu()
Dhme_utils.c133 s_pu.mv.i1_l0_ref_idx = ps_best_l0_pu->pu.mv.i1_l0_ref_idx; in ihevce_open_loop_pred_data()
2644 ps_inter_ctb_prms->apu1_wt_inp[PRED_L0][ps_pu_result->pu.mv.i1_l0_ref_idx] + in hme_decide_part_types()
2647 ps_inter_ctb_prms->pps_rec_list_l0[ps_pu_result->pu.mv.i1_l0_ref_idx] in hme_decide_part_types()
2651 [ps_inter_ctb_prms->pi1_past_list[ps_pu_result->pu.mv.i1_l0_ref_idx]]; in hme_decide_part_types()
2654 [ps_inter_ctb_prms->pi1_past_list[ps_pu_result->pu.mv.i1_l0_ref_idx]]; in hme_decide_part_types()
3134 ps_curr_pu->pu.mv.i1_l0_ref_idx = in hme_populate_pus()
3140 ps_inter_ctb_prms->apu1_wt_inp[0][ps_curr_pu->pu.mv.i1_l0_ref_idx] = in hme_populate_pus()
3158 ps_curr_pu->pu.mv.i1_l0_ref_idx = -1; in hme_populate_pus()
3331 ps_curr_pu->pu.mv.i1_l0_ref_idx = in hme_populate_pus_8x8_cu()
3351 ps_curr_pu->pu.mv.i1_l0_ref_idx = -1; in hme_populate_pus_8x8_cu()
[all …]
Dihevce_common_utils.c528 if(ps_pu_mv_1->i1_l0_ref_idx == ps_pu_mv_2->i1_l0_ref_idx) in ihevce_compare_pu_mv_t()
Dihevce_enc_loop_structs.h87 (ps_pu)->mv.i1_l0_ref_idx = -1; \
94 (ps_pu)->mv.i1_l0_ref_idx = ref_idx; \
125 pas_pu_results[i][j][k].pu.mv.i1_l0_ref_idx = -1; \
Dihevce_cabac_cu_pu.c893 … ps_entropy_ctxt->ps_pic_level_info->i8_total_L0_ref_idx[ps_pu->mv.i1_l0_ref_idx]++; in ihevce_cabac_encode_inter_pu()
904 … ps_entropy_ctxt->ps_pic_level_info->i8_total_L0_ref_idx[ps_pu->mv.i1_l0_ref_idx]++; in ihevce_cabac_encode_inter_pu()
932 WORD32 ref_idx_l0 = ps_pu->mv.i1_l0_ref_idx; in ihevce_cabac_encode_inter_pu()
Dhme_subpel.c656 i1_ref_idx = ps_pu_node1->pu.mv.i1_l0_ref_idx; in hme_compute_pred_and_evaluate_bi()
793 i1_ref_idx = ps_pu_node2[i].pu.mv.i1_l0_ref_idx; in hme_compute_pred_and_evaluate_bi()
1056 ? ps_inter_ctb_prms->pi1_past_list[ps_pu_node1->pu.mv.i1_l0_ref_idx] in hme_compute_pred_and_evaluate_bi()
1146 ps_pu_node2[best_cand_in_opp_dir_idx].pu.mv.i1_l0_ref_idx; in hme_compute_pred_and_evaluate_bi()
1168 ps_pu_node1->pu.mv.i1_l0_ref_idx = in hme_compute_pred_and_evaluate_bi()
1169 ps_pu_node2[best_cand_in_opp_dir_idx].pu.mv.i1_l0_ref_idx; in hme_compute_pred_and_evaluate_bi()
1177 ps_pu_node1->pu.mv.i1_l0_ref_idx = in hme_compute_pred_and_evaluate_bi()
Dhme_refine.c169 i1_ref_idx = ps_pu->mv.i1_l0_ref_idx; in ihevce_no_wt_copy()
372 i1_ref_idx = pi1_past_list[ps_pu->mv.i1_l0_ref_idx]; in hme_add_me_best_as_merge_cands()
450 i1_ref_idx = pi1_past_list[ps_pu->mv.i1_l0_ref_idx]; in hme_add_me_best_as_merge_cands()
1289 ps_pu->mv.i1_l0_ref_idx = -1; in hme_try_merge_high_speed()
5559 ref_idx = (is_l0_mv) ? pi1_past_list[ps_pu_mv->i1_l0_ref_idx] in hme_analyse_mv_clustering()
7882 .as_dyn_range_prms[ps_pu_results->pu.mv.i1_l0_ref_idx], in hme_refine()
7887 ps_pu_results->pu.mv.i1_l0_ref_idx < in hme_refine()
Dihevce_enc_structs.h411 WORD8 i1_l0_ref_idx; member
Dihevce_enc_loop_utils.c3096 ps_nbr_4x4->mv.i1_l0_ref_idx = -1; in ihevce_intra_rdopt_cu_ntu()
5899 if(-1 != ps_pu->mv.i1_l0_ref_idx) in ihevce_inter_rdopt_cu_mc_mvp()
5902 ps_ctxt->s_mv_pred_ctxt.ps_ref_list[0][ps_pu->mv.i1_l0_ref_idx]->i4_buf_id; in ihevce_inter_rdopt_cu_mc_mvp()
6152 ps_final_prms->as_col_pu_enc_loop[ctr].i1_l0_ref_idx = ps_pu->mv.i1_l0_ref_idx; in ihevce_inter_rdopt_cu_mc_mvp()
/external/libavc/common/
Dih264_structs.h172 WORD8 i1_l0_ref_idx; member
/external/libhevc/common/
Dihevc_structs.h1226 WORD8 i1_l0_ref_idx; member