Searched refs:seq (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser2_syntax.c | 18 const AV1RawSequenceHeader *seq = h->sequence_header; in av1d_fill_picparams() local 31 pp->max_width = seq->max_frame_width_minus_1 + 1; in av1d_fill_picparams() 32 pp->max_height = seq->max_frame_height_minus_1 + 1; in av1d_fill_picparams() 38 pp->seq_profile = seq->seq_profile; in av1d_fill_picparams() 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() 65 pp->coding.dual_filter = seq->enable_dual_filter; in av1d_fill_picparams() [all …]
|
| H A D | av1d_cbs.c | 288 static RK_S32 mpp_av1_get_relative_dist(const AV1RawSequenceHeader *seq, in mpp_av1_get_relative_dist() argument 292 if (!seq->enable_order_hint) in mpp_av1_get_relative_dist() 295 m = 1 << seq->order_hint_bits_minus_1; in mpp_av1_get_relative_dist() 742 const AV1RawSequenceHeader *seq = ctx->sequence_header; in mpp_av1_set_frame_refs() local 770 cur_frame_hint = 1 << (seq->order_hint_bits_minus_1); in mpp_av1_set_frame_refs() 773 mpp_av1_get_relative_dist(seq, ctx->ref_s[i].order_hint, in mpp_av1_set_frame_refs() 884 const AV1RawSequenceHeader *seq = ctx->sequence_header; in mpp_av1_superres_params() local 887 if (seq->enable_superres) in mpp_av1_superres_params() 908 const AV1RawSequenceHeader *seq = ctx->sequence_header; in mpp_av1_frame_size() local 912 fb(seq->frame_width_bits_minus_1 + 1, frame_width_minus_1); in mpp_av1_frame_size() [all …]
|
| H A D | av1d_parser.c | 89 const AV1RawSequenceHeader *seq = s->sequence_header; in get_pixel_format() local 94 if (seq->seq_profile == 2 && seq->color_config.high_bitdepth) in get_pixel_format() 95 bit_depth = seq->color_config.twelve_bit ? 12 : 10; in get_pixel_format() 96 else if (seq->seq_profile <= 2) in get_pixel_format() 97 bit_depth = seq->color_config.high_bitdepth ? 10 : 8; in get_pixel_format() 99 mpp_err_f("Unknown AV1 profile %d.\n", seq->seq_profile); in get_pixel_format() 103 if (!seq->color_config.mono_chrome) { in get_pixel_format() 105 if (seq->color_config.subsampling_x == 0 && in get_pixel_format() 106 seq->color_config.subsampling_y == 0) { in get_pixel_format() 109 } else if (seq->color_config.subsampling_x == 1 && in get_pixel_format() [all …]
|
| H A D | av1d_parser.h | 184 const AV1RawSequenceHeader *seq);
|
| /rockchip-linux_mpp/mpp/hal/vpu/m2vd/ |
| H A D | hal_m2vd_vdpu1.c | 184 p_regs->sw04.pic_mb_width = (dx->seq.decode_width + 15) >> 4; in hal_m2vd_vdpu1_gen_regs() 185 p_regs->sw04.pic_mb_height_p = (dx->seq.decode_height + 15) >> 4; in hal_m2vd_vdpu1_gen_regs() 228 mpp_dev_set_reg_offset(ctx->dev, 13, MPP_ALIGN(dx->seq.decode_width, 16)); in hal_m2vd_vdpu1_gen_regs()
|
| H A D | hal_m2vd_vdpu2.c | 234 p_regs->sw120.pic_mb_width = (dx->seq.decode_width + 15) >> 4; in hal_m2vd_vdpu2_gen_regs() 235 p_regs->sw120.pic_mb_height_p = (dx->seq.decode_height + 15) >> 4; in hal_m2vd_vdpu2_gen_regs() 279 mpp_dev_set_reg_offset(ctx->dev, 63, MPP_ALIGN(dx->seq.decode_width, 16)); in hal_m2vd_vdpu2_gen_regs()
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | m2vd_syntax.h | 132 M2VDDxvaSeq seq; member
|
| /rockchip-linux_mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.c | 1351 dst->seq.decode_width = p->seq_head.decode_width; in m2vd_convert_to_dxva() 1352 dst->seq.decode_height = p->seq_head.decode_height; in m2vd_convert_to_dxva() 1353 dst->seq.aspect_ratio_information = p->seq_head.aspect_ratio_information; in m2vd_convert_to_dxva() 1354 dst->seq.frame_rate_code = p->seq_head.frame_rate_code; in m2vd_convert_to_dxva() 1355 dst->seq.bit_rate_value = p->seq_head.bit_rate_value; in m2vd_convert_to_dxva() 1356 dst->seq.vbv_buffer_size = p->seq_head.vbv_buffer_size; in m2vd_convert_to_dxva() 1357 dst->seq.constrained_parameters_flag = p->seq_head.constrained_parameters_flag; in m2vd_convert_to_dxva() 1358 dst->seq.load_intra_quantizer_matrix = p->seq_head.load_intra_quantizer_matrix; in m2vd_convert_to_dxva() 1359 dst->seq.load_non_intra_quantizer_matrix = p->seq_head.load_non_intra_quantizer_matrix; in m2vd_convert_to_dxva()
|