Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c257 READ_SE(p_bitctx, &cur_sps->offset_for_top_to_bottom_field); in parser_sps()
H A Dh264d_global.h545 RK_S32 offset_for_top_to_bottom_field; // se(v) member
H A Dh264d_init.c142 …pSlice->bottompoc = pSlice->toppoc + active_sps->offset_for_top_to_bottom_field + pSlice->delta_pi… in decode_poc()
149 …pSlice->bottompoc = p_Vid->ExpectedPicOrderCnt + active_sps->offset_for_top_to_bottom_field + pSli… in decode_poc()