Home
last modified time | relevance | path

Searched refs:seq_head (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c190 ctx->seq_head.pIntra_table = ctx->qp_tab_sw_buf; in m2vd_parser_init_ctx()
191 ctx->seq_head.pInter_table = ctx->seq_head.pIntra_table + 64; in m2vd_parser_init_ctx()
601 ctx->seq_head.bit_rate_value |= (ctx->seq_ext_head.bit_rate_extension << 18); in m2vd_decode_seq_ext_header()
602 ctx->seq_head.vbv_buffer_size += (ctx->seq_ext_head.vbv_buffer_size_extension << 10); in m2vd_decode_seq_ext_header()
638 ctx->seq_head.pIntra_table[scanOrder[0][i]] = (unsigned char)m2vd_read_bits(bx, 8); in m2vd_decode_matrix_ext_header()
644 ctx->seq_head.pInter_table[scanOrder[0][i]] = (unsigned char)m2vd_read_bits(bx, 8); in m2vd_decode_matrix_ext_header()
959 RK_S32 pre_frame_rate_code = ctx->seq_head.frame_rate_code; in m2vd_decode_seq_header()
970 if (ctx->seq_head.decode_width && ctx->seq_head.decode_height) { in m2vd_decode_seq_header()
971 if (width != ctx->seq_head.decode_width || in m2vd_decode_seq_header()
972 height != ctx->seq_head.decode_height) in m2vd_decode_seq_header()
[all …]
H A Dm2vd_parser.h248 M2VDHeadSeq seq_head; member
/rockchip-linux_mpp/
H A DCHANGELOG.md415 - [m2vd]: Fix seq_head check error