Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1019 ctx->pic_head.temporal_reference = m2vd_read_bits(bx, 10); in m2vd_decode_pic_header()
1022 if (ctx->pic_head.temporal_reference > 50) { in m2vd_decode_pic_header()
1023 ctx->pic_head.temporal_reference = ctx->pretemporal_reference; in m2vd_decode_pic_header()
1027 …f (((RK_S32)ctx->maxFrame_inGOP < ctx->pic_head.temporal_reference) && (ctx->pic_head.temporal_ref… in m2vd_decode_pic_header()
1028 ctx->maxFrame_inGOP = ctx->pic_head.temporal_reference; in m2vd_decode_pic_header()
1190 ctx->group_frm_cnt = ctx->group_frm_cnt + pic_head->temporal_reference; in m2vd_alloc_frame()
1191 } else if (pic_head->temporal_reference == (RK_S32)ctx->prechange_temporal_ref) in m2vd_alloc_frame()
1193 else if (pic_head->temporal_reference) in m2vd_alloc_frame()
1194 ctx->group_frm_cnt = pic_head->temporal_reference - ctx->prechange_temporal_ref; in m2vd_alloc_frame()
1201 && (pic_head->temporal_reference > (RK_S32)ctx->prechange_temporal_ref)) { in m2vd_alloc_frame()
[all …]
H A Dm2vd_parser.h168 RK_S32 temporal_reference; member
/rockchip-linux_mpp/mpp/common/
H A Dm2vd_syntax.h70 RK_S32 temporal_reference; member