Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c533 READ_SE(p_bitctx, &currSlice->delta_pic_order_cnt_bottom); in process_slice()
535 currSlice->delta_pic_order_cnt_bottom = 0; in process_slice()
H A Dh264d_global.h773 RK_S32 delta_pic_order_cnt_bottom; member
H A Dh264d_init.c75 pSlice->bottompoc = pSlice->toppoc + pSlice->delta_pic_order_cnt_bottom; in decode_poc()