Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c398 dpb->next_max_lt_idx = dpb->info.max_lt_idx; in h264e_dpb_build_marking()
400 if (dpb->next_max_lt_idx != dpb->curr_max_lt_idx) { in h264e_dpb_build_marking()
401 RK_S32 max_lt_idx_p1 = dpb->next_max_lt_idx + 1; in h264e_dpb_build_marking()
409 dpb->curr_max_lt_idx = dpb->next_max_lt_idx; in h264e_dpb_build_marking()
445 dpb->next_max_lt_idx = 0; in h264e_dpb_proc()
H A Dh264e_dpb.h102 RK_S32 next_max_lt_idx; member