Home
last modified time | relevance | path

Searched refs:max_long_term_pic_idx (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c535 p_Dpb->max_long_term_pic_idx = max_long_term_frame_idx_plus1 - 1; in mm_update_max_long_term_frame_idx()
539 if (p_Dpb->fs_ltref[i]->long_term_frame_idx > p_Dpb->max_long_term_pic_idx) { in mm_update_max_long_term_frame_idx()
1677 p_Dpb->max_long_term_pic_idx = 0; in idr_memory_management()
1681 p_Dpb->max_long_term_pic_idx = -1; in idr_memory_management()
H A Dh264d_global.h399 RK_S32 max_long_term_pic_idx; member