Home
last modified time | relevance | path

Searched refs:show_existing_frame (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser2_syntax.c82 pic->show_existing_frame = s->show_existing_frame; in vp9d_fill_picparams()
H A Dvp9d_parser.h122 RK_U8 show_existing_frame; member
H A Dvp9d_parser.c667 s->show_existing_frame = mpp_get_bit1(&s->gb); in decode_parser_header()
668 vp9d_dbg(VP9D_DBG_HEADER, "show_existing_frame %d", s->show_existing_frame); in decode_parser_header()
670 if (s->show_existing_frame) { in decode_parser_header()
/rockchip-linux_mpp/mpp/common/
H A Dvp9d_syntax.h107 USHORT show_existing_frame : 1; member
H A Dav1d_syntax.h251 UINT32 show_existing_frame; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c289 pp->show_existing_frame = frame_header->show_existing_frame; in av1d_fill_picparams()
H A Dav1d_cbs.h159 RK_U8 show_existing_frame; member
H A Dav1d_parser.c619 if (s->raw_frame_header->show_existing_frame) in set_output_frame()
707 if (!header->show_existing_frame) { in update_reference_list()
1018 if (s->raw_frame_header->show_existing_frame) { in av1d_parser_frame()
H A Dav1d_cbs.c1766 infer(show_existing_frame, 0); in mpp_av1_uncompressed_header()
1773 flag(show_existing_frame); in mpp_av1_uncompressed_header()
1775 if (current->show_existing_frame) { in mpp_av1_uncompressed_header()
2171 if (current->show_existing_frame) { in mpp_av1_frame_header_obu()
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu34x.c520 if (pic_param->show_frame && !pic_param->show_existing_frame) in hal_vp9d_vdpu34x_gen_regs()
H A Dhal_vp9d_vdpu382.c534 if (pic_param->show_frame && !pic_param->show_existing_frame) in hal_vp9d_vdpu382_gen_regs()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c2151 if (dxva->show_existing_frame && dxva->format.frame_type == AV1_FRAME_KEY) in vdpu383_av1d_set_cdf()