Home | History | Annotate | Download | only in decoder

Lines Matching full:ref_strd

1516             WORD32 ref_strd;
1517 ref_strd = ALIGN32(ps_sps->i2_pic_width_in_luma_samples + PAD_WD);
1518 if(ps_codec->i4_strd < ref_strd)
1520 ps_codec->i4_strd = ref_strd;