Lines Matching refs:ref_s
154 pp->frame_ref_state[i].valid = h->ref_s[i].valid ; in av1d_fill_picparams()
155 pp->frame_ref_state[i].frame_id = h->ref_s[i].frame_id ; in av1d_fill_picparams()
156 pp->frame_ref_state[i].upscaled_width = h->ref_s[i].upscaled_width; in av1d_fill_picparams()
157 pp->frame_ref_state[i].frame_width = h->ref_s[i].frame_width ; in av1d_fill_picparams()
158 pp->frame_ref_state[i].frame_height = h->ref_s[i].frame_height ; in av1d_fill_picparams()
159 pp->frame_ref_state[i].render_width = h->ref_s[i].render_width ; in av1d_fill_picparams()
160 pp->frame_ref_state[i].render_height = h->ref_s[i].render_height ; in av1d_fill_picparams()
161 pp->frame_ref_state[i].frame_type = h->ref_s[i].frame_type ; in av1d_fill_picparams()
162 pp->frame_ref_state[i].subsampling_x = h->ref_s[i].subsampling_x ; in av1d_fill_picparams()
163 pp->frame_ref_state[i].subsampling_y = h->ref_s[i].subsampling_y ; in av1d_fill_picparams()
164 pp->frame_ref_state[i].bit_depth = h->ref_s[i].bit_depth ; in av1d_fill_picparams()
165 pp->frame_ref_state[i].order_hint = h->ref_s[i].order_hint ; in av1d_fill_picparams()