Lines Matching refs:coding

59     pp->coding.current_operating_point      = seq->operating_point_idc[h->operating_point_idc];  in av1d_fill_picparams()
60 pp->coding.use_128x128_superblock = seq->use_128x128_superblock; in av1d_fill_picparams()
61 pp->coding.intra_edge_filter = seq->enable_intra_edge_filter; in av1d_fill_picparams()
62 pp->coding.interintra_compound = seq->enable_interintra_compound; in av1d_fill_picparams()
63 pp->coding.masked_compound = seq->enable_masked_compound; in av1d_fill_picparams()
64 pp->coding.warped_motion = frame_header->allow_warped_motion; in av1d_fill_picparams()
65 pp->coding.dual_filter = seq->enable_dual_filter; in av1d_fill_picparams()
66 pp->coding.jnt_comp = seq->enable_jnt_comp; in av1d_fill_picparams()
67 pp->coding.screen_content_tools = frame_header->allow_screen_content_tools; in av1d_fill_picparams()
68 pp->coding.integer_mv = frame_header->force_integer_mv; in av1d_fill_picparams()
70 pp->coding.cdef_en = seq->enable_cdef; in av1d_fill_picparams()
71 pp->coding.restoration = seq->enable_restoration; in av1d_fill_picparams()
72 …pp->coding.film_grain_en = seq->film_grain_params_present ;//&& !(avctx->export_si… in av1d_fill_picparams()
73 pp->coding.intrabc = frame_header->allow_intrabc; in av1d_fill_picparams()
74 pp->coding.high_precision_mv = frame_header->allow_high_precision_mv; in av1d_fill_picparams()
75 pp->coding.switchable_motion_mode = frame_header->is_motion_mode_switchable; in av1d_fill_picparams()
76 pp->coding.filter_intra = seq->enable_filter_intra; in av1d_fill_picparams()
77 pp->coding.disable_frame_end_update_cdf = frame_header->disable_frame_end_update_cdf; in av1d_fill_picparams()
78 pp->coding.disable_cdf_update = frame_header->disable_cdf_update; in av1d_fill_picparams()
79 pp->coding.reference_mode = frame_header->reference_select; in av1d_fill_picparams()
80 pp->coding.skip_mode = frame_header->skip_mode_present; in av1d_fill_picparams()
81 pp->coding.reduced_tx_set = frame_header->reduced_tx_set; in av1d_fill_picparams()
82 pp->coding.superres = frame_header->use_superres; in av1d_fill_picparams()
83 pp->coding.tx_mode = frame_header->tx_mode; in av1d_fill_picparams()
84 pp->coding.use_ref_frame_mvs = frame_header->use_ref_frame_mvs; in av1d_fill_picparams()
85 pp->coding.enable_ref_frame_mvs = seq->enable_ref_frame_mvs; in av1d_fill_picparams()
86 …pp->coding.reference_frame_update = 1; // 0 for show_existing_frame with key frames, but tho… in av1d_fill_picparams()
87 pp->coding.error_resilient_mode = frame_header->error_resilient_mode; in av1d_fill_picparams()