Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1001 ctx->pic_head.temporal_reference = m2vd_read_bits(bx, 10); in m2vd_decode_pic_header()
1004 if (ctx->pic_head.temporal_reference > 50) { in m2vd_decode_pic_header()
1005 ctx->pic_head.temporal_reference = ctx->pretemporal_reference; in m2vd_decode_pic_header()
1009 …f (((RK_S32)ctx->maxFrame_inGOP < ctx->pic_head.temporal_reference) && (ctx->pic_head.temporal_ref… in m2vd_decode_pic_header()
1010 ctx->maxFrame_inGOP = ctx->pic_head.temporal_reference; in m2vd_decode_pic_header()
1165 ctx->group_frm_cnt = ctx->group_frm_cnt + pic_head->temporal_reference; in m2vd_alloc_frame()
1166 } else if (pic_head->temporal_reference == (RK_S32)ctx->prechange_temporal_ref) in m2vd_alloc_frame()
1168 else if (pic_head->temporal_reference) in m2vd_alloc_frame()
1169 ctx->group_frm_cnt = pic_head->temporal_reference - ctx->prechange_temporal_ref; in m2vd_alloc_frame()
1176 && (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
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dm2vd_syntax.h70 RK_S32 temporal_reference; member
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Ddvb_filter.h214 s16 temporal_reference[2]; member