Lines Matching refs:index_pic_map
206 WORD32 index_pic_map; in ihevcd_get_mv_ctb() local
211 … index_pic_map = ((ps_mv_ctxt->i4_ctb_x - 1) + ps_mv_ctxt->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_get_mv_ctb()
212 ctb_pu_idx = ps_mv_ctxt->pu4_pic_pu_idx[index_pic_map]; in ihevcd_get_mv_ctb()
213 index_pic_map *= num_minpu_in_ctb; in ihevcd_get_mv_ctb()
216 pu1_pic_pu_map = ps_mv_ctxt->pu1_pic_pu_map + index_pic_map + ctb_size_in_min_pu - 1; in ihevcd_get_mv_ctb()
225 …index_pic_map = ((ps_mv_ctxt->i4_ctb_x - 1) + (ps_mv_ctxt->i4_ctb_y - 1) * ps_sps->i2_pic_wd_in_ct… in ihevcd_get_mv_ctb()
226 ctb_pu_idx = ps_mv_ctxt->pu4_pic_pu_idx[index_pic_map]; in ihevcd_get_mv_ctb()
227 index_pic_map *= num_minpu_in_ctb; in ihevcd_get_mv_ctb()
228 index_pic_map += (num_minpu_in_ctb - 1); in ihevcd_get_mv_ctb()
229 pu4_ctb_top_left_pu_idx[0] = ctb_pu_idx + pu1_pic_pu_map[index_pic_map]; in ihevcd_get_mv_ctb()
235 WORD32 index_pic_map; in ihevcd_get_mv_ctb() local
240 … index_pic_map = (ps_mv_ctxt->i4_ctb_x) + ((ps_mv_ctxt->i4_ctb_y - 1) * ps_sps->i2_pic_wd_in_ctb); in ihevcd_get_mv_ctb()
241 ctb_pu_idx = ps_mv_ctxt->pu4_pic_pu_idx[index_pic_map]; in ihevcd_get_mv_ctb()
242 index_pic_map *= num_minpu_in_ctb; in ihevcd_get_mv_ctb()
245 …pu1_pic_pu_map = ps_mv_ctxt->pu1_pic_pu_map + index_pic_map + (ctb_size_in_min_pu * (ctb_size_in_m… in ihevcd_get_mv_ctb()
509 WORD32 ctb_row, ctb_col, index_pic_map, index_nbr_map; in ihevcd_get_mv_ctb() local
513 index_pic_map = 0 * ctb_size_in_min_pu + 0; in ihevcd_get_mv_ctb()
520 … pu1_pic_pu_map_ctb[index_pic_map + ctb_col] = pu4_nbr_pu_idx[index_nbr_map + ctb_col] in ihevcd_get_mv_ctb()
523 index_pic_map += ctb_size_in_min_pu; in ihevcd_get_mv_ctb()