Lines Matching refs:h
17 AV1Context *h = ctx->priv_data; in av1d_fill_picparams() local
18 const AV1RawSequenceHeader *seq = h->sequence_header; in av1d_fill_picparams()
19 const AV1RawFrameHeader *frame_header = h->raw_frame_header; in av1d_fill_picparams()
20 const AV1RawFilmGrainParams *film_grain = &h->cur_frame.film_grain; in av1d_fill_picparams()
28 pp->width = h->frame_width; in av1d_fill_picparams()
29 pp->height = h->frame_height; in av1d_fill_picparams()
34 pp->CurrPic.Index7Bits = h->cur_frame.slot_index; in av1d_fill_picparams()
35 pp->CurrPicTextureIndex = h->cur_frame.slot_index; in av1d_fill_picparams()
37 pp->bitdepth = h->bit_depth; in av1d_fill_picparams()
39 pp->frame_header_size = h->frame_header_size; in av1d_fill_picparams()
53 pp->tiles.tile_offset_start[i] = h->tile_offset_start[i]; in av1d_fill_picparams()
54 pp->tiles.tile_offset_end[i] = h->tile_offset_end[i]; in av1d_fill_picparams()
57 pp->tiles.tile_sz_mag = h->raw_frame_header->tile_size_bytes_minus1; in av1d_fill_picparams()
59 pp->coding.current_operating_point = seq->operating_point_idc[h->operating_point_idc]; in av1d_fill_picparams()
96 pp->coded_lossless = h->cur_frame.coded_lossless; in av1d_fill_picparams()
97 pp->all_lossless = h->all_lossless; in av1d_fill_picparams()
117 ref_frame = &h->ref[ref_idx]; in av1d_fill_picparams()
119 ref_frame = &h->ref[i]; in av1d_fill_picparams()
140 …pp->frame_refs[i].wminvalid = (h->cur_frame.gm_params[AV1_REF_FRAME_LAST + i].wmtype == AV1_WARP_M… in av1d_fill_picparams()
141 pp->frame_refs[i].wmtype = h->cur_frame.gm_params[AV1_REF_FRAME_LAST + i].wmtype; in av1d_fill_picparams()
143 pp->frame_refs[i].wmmat[j] = h->cur_frame.gm_params[AV1_REF_FRAME_LAST + i].wmmat[j]; in av1d_fill_picparams()
144 … pp->frame_refs[i].wmmat_val[j] = h->cur_frame.gm_params[AV1_REF_FRAME_LAST + i].wmmat_val[j]; in av1d_fill_picparams()
146 pp->frame_refs[i].alpha = h->cur_frame.gm_params[AV1_REF_FRAME_LAST + i].alpha; in av1d_fill_picparams()
147 pp->frame_refs[i].beta = h->cur_frame.gm_params[AV1_REF_FRAME_LAST + i].beta; in av1d_fill_picparams()
148 pp->frame_refs[i].gamma = h->cur_frame.gm_params[AV1_REF_FRAME_LAST + i].gamma; in av1d_fill_picparams()
149 pp->frame_refs[i].delta = h->cur_frame.gm_params[AV1_REF_FRAME_LAST + i].delta; in av1d_fill_picparams()
152 AV1Frame *ref_frame = &h->ref[i]; in av1d_fill_picparams()
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()
287 pp->upscaled_width = h->upscaled_width; in av1d_fill_picparams()
290 pp->frame_tag_size = h->frame_tag_size; in av1d_fill_picparams()
291 pp->skip_ref0 = h->skip_ref0; in av1d_fill_picparams()
292 pp->skip_ref1 = h->skip_ref1; in av1d_fill_picparams()
295 pp->cdfs = h->cdfs; in av1d_fill_picparams()
296 pp->cdfs_ndvc = h->cdfs_ndvc; in av1d_fill_picparams()