Lines Matching refs:strd
3158 WORD32 strd; in ihevcd_set_display_frame() local
3159 strd = ps_codec->i4_strd; in ihevcd_set_display_frame()
3160 if(0 == strd) in ihevcd_set_display_frame()
3161 strd = ps_codec->i4_max_wd + PAD_WD; in ihevcd_set_display_frame()
3169 ps_pic_buf->pu1_luma = pu1_buf + strd * PAD_TOP + PAD_LEFT; in ihevcd_set_display_frame()
3174 ps_codec->pu1_cur_chroma_ref_buf += strd * (ps_codec->i4_ht / 2 + PAD_HT / 2); in ihevcd_set_display_frame()
3175 ps_codec->i4_remaining_pic_buf_size -= strd * (ps_codec->i4_ht / 2 + PAD_HT / 2); in ihevcd_set_display_frame()
3190 ps_pic_buf->pu1_chroma = pu1_buf + strd * (PAD_TOP / 2) + PAD_LEFT; in ihevcd_set_display_frame()
3662 WORD32 strd; in ihevcd_set_params() local
3686 strd = ps_codec->i4_disp_strd; in ihevcd_set_params()
3689 strd = ps_codec->i4_strd; in ihevcd_set_params()
3695 (0 != strd) && in ihevcd_set_params()
3696 ((WORD32)s_ctl_dynparams_ip->u4_disp_wd < strd)) in ihevcd_set_params()
3706 strd = s_ctl_dynparams_ip->u4_disp_wd; in ihevcd_set_params()
3710 strd = s_ctl_dynparams_ip->u4_disp_wd; in ihevcd_set_params()
3714 strd = ps_codec->i4_disp_strd; in ihevcd_set_params()
3718 strd = 0; in ihevcd_set_params()
3725 ps_codec->i4_disp_strd = strd; in ihevcd_set_params()
3728 ps_codec->i4_strd = strd; in ihevcd_set_params()