Searched refs:ref_strd (Results 1 – 2 of 2) sorted by relevance
141 WORD32 ref_strd; in ihevcd_inter_pred_ctb() local182 ref_strd = ps_codec->i4_strd; in ihevcd_inter_pred_ctb()286 ref_pic_l0 = ref_pic_luma_l0 + ai2_yint[0] * ref_strd in ihevcd_inter_pred_ctb()301 ref_pic_l1 = ref_pic_luma_l1 + ai2_yint[1] * ref_strd in ihevcd_inter_pred_ctb()308 pu1_dst = pu1_dst_luma + pu_y * ref_strd + pu_x; in ihevcd_inter_pred_ctb()329 ref_pic_l0 = ref_pic_chroma_l0 + ai2_yint[0] * ref_strd in ihevcd_inter_pred_ctb()347 ref_pic_l1 = ref_pic_chroma_l1 + ai2_yint[1] * ref_strd in ihevcd_inter_pred_ctb()354 pu1_dst = pu1_dst_chroma + pu_y * ref_strd / 2 + pu_x; in ihevcd_inter_pred_ctb()398 func_src_strd = ref_strd; in ihevcd_inter_pred_ctb()411 pu_wd : ref_strd; in ihevcd_inter_pred_ctb()[all …]
1525 WORD32 ref_strd; in ihevcd_parse_sps() local1526 ref_strd = ALIGN32(ps_sps->i2_pic_width_in_luma_samples + PAD_WD); in ihevcd_parse_sps()1527 if(ps_codec->i4_strd < ref_strd) in ihevcd_parse_sps()1529 ps_codec->i4_strd = ref_strd; in ihevcd_parse_sps()