Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c268 RK_S32 min_poi = INT_MAX; in get_outputable_smallest_poi() local
278 if (min_poi > p->poi) { in get_outputable_smallest_poi()
279 min_poi = p->poi; in get_outputable_smallest_poi()
289 *poi = min_poi; in get_outputable_smallest_poi()