Home | History | Annotate | Download | only in decoder

Lines Matching refs:ref_strd

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