Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_slice.c496 currSlice->bottom_field_flag = 0; in process_slice()
500 READ_ONEBIT(p_bitctx, &currSlice->bottom_field_flag); in process_slice()
501 p_Vid->structure = currSlice->bottom_field_flag ? BOTTOM_FIELD : TOP_FIELD; in process_slice()
504 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()
1871 … if (poc == TOP_POC && (layer_id == voidx || (layer_id != voidx && !currSlice->bottom_field_flag))) in prepare_init_ref_info()
1874 … if (poc == BOT_POC && (layer_id == voidx || (layer_id != voidx && currSlice->bottom_field_flag))) in prepare_init_ref_info()