Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c508 currSlice->bottom_field_flag = 0; in process_slice()
512 READ_ONEBIT(p_bitctx, &currSlice->bottom_field_flag); in process_slice()
513 p_Vid->structure = currSlice->bottom_field_flag ? BOTTOM_FIELD : TOP_FIELD; in process_slice()
516 currSlice->bottom_field_flag = 0; in process_slice()
H A Dh264d_global.h769 RK_S32 bottom_field_flag; member
847 RK_U8 bottom_field_flag; member
H A Dh264d_init.c77 } else if (pSlice->bottom_field_flag == 0) { in decode_poc()
144 } else if (pSlice->bottom_field_flag == 0) { in decode_poc()
180 } else if (pSlice->bottom_field_flag == 0) { in decode_poc()
1883 … if (poc == TOP_POC && (layer_id == voidx || (layer_id != voidx && !currSlice->bottom_field_flag))) in prepare_init_ref_info()
1886 … if (poc == BOT_POC && (layer_id == voidx || (layer_id != voidx && currSlice->bottom_field_flag))) in prepare_init_ref_info()