Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c639 p_err->used_ref_flag = 0; in h264d_parse()
664 in_task->flags.used_for_ref = p_err->used_ref_flag; in h264d_parse()
H A Dh264d_slice.c250 p_Vid->p_Dec->errctx.used_ref_flag = currSlice->nal_reference_idc ? 1 : 0; in init_slice_parmeters()
H A Dh264d_global.h1117 RK_U32 used_ref_flag; member
H A Dh264d_dpb.c859 if (p_err->used_ref_flag) { in write_picture()
867 if (p_err->used_ref_flag && p_err->first_iframe_is_output) { in write_picture()