Home
last modified time | relevance | path

Searched refs:AV1_FRAME_KEY (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1.h46 AV1_FRAME_KEY = 0, enumerator
H A Dav1d_cbs.c1468 current->frame_type == AV1_FRAME_KEY) in mpp_av1_frame_reference_mode()
1486 if (current->frame_type == AV1_FRAME_KEY || in mpp_av1_skip_mode_params()
1602 if (current->frame_type == AV1_FRAME_KEY || in mpp_av1_global_motion_params()
1767 infer(frame_type, AV1_FRAME_KEY); in mpp_av1_uncompressed_header()
1798 if (current->frame_type == AV1_FRAME_KEY) { in mpp_av1_uncompressed_header()
1823 current->frame_type == AV1_FRAME_KEY); in mpp_av1_uncompressed_header()
1826 if (current->frame_type == AV1_FRAME_KEY) { in mpp_av1_uncompressed_header()
1841 infer(showable_frame, current->frame_type != AV1_FRAME_KEY); in mpp_av1_uncompressed_header()
1846 (current->frame_type == AV1_FRAME_KEY && current->show_frame)) in mpp_av1_uncompressed_header()
1852 if (current->frame_type == AV1_FRAME_KEY && current->show_frame) { in mpp_av1_uncompressed_header()
[all …]
H A Dav1d_parser.c305 if (header->frame_type == AV1_FRAME_KEY || in global_motion_params()
/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dhal_av1d_common.h158 AV1_FRAME_KEY = 0, enumerator
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c2089 if (dxva->format.frame_type == AV1_FRAME_KEY) in vdpu383_av1d_set_cdf()
2097 if (dxva->format.frame_type == AV1_FRAME_KEY || in vdpu383_av1d_set_cdf()
2151 if (dxva->show_existing_frame && dxva->format.frame_type == AV1_FRAME_KEY) in vdpu383_av1d_set_cdf()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c740 dxva->format.frame_type == AV1_FRAME_KEY) { in set_frame_sign_bias()
768 dxva->format.frame_type == AV1_FRAME_KEY) { in vdpu_av1d_set_prob()
2061 regs->swreg8.sw_idr_pic_e = dxva->format.frame_type == AV1_FRAME_KEY || in vdpu_av1d_gen_regs()