Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c397 dpb->next_max_lt_idx = dpb->info.max_lt_idx; in h264e_dpb_build_marking()
399 if (dpb->next_max_lt_idx != dpb->curr_max_lt_idx) { in h264e_dpb_build_marking()
400 RK_S32 max_lt_idx_p1 = dpb->next_max_lt_idx + 1; in h264e_dpb_build_marking()
408 dpb->curr_max_lt_idx = dpb->next_max_lt_idx; in h264e_dpb_build_marking()
444 dpb->next_max_lt_idx = 0; in h264e_dpb_proc()
H A Dh264e_dpb.h104 RK_S32 next_max_lt_idx; member