Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c673 READ_ONEBIT(bitctx, &ph->is_top_field); in parse_picture_header_intra()
674 AVS2D_PARSE_TRACE("is_top_field %d\n", ph->is_top_field); in parse_picture_header_intra()
776 READ_ONEBIT(bitctx, &ph->is_top_field); in parse_picture_header_inter()
H A Davs2d_global.h259 RK_U8 is_top_field; member
H A Davs2d_parse.c393 pp->bottom_field_picture_flag = (vsh->field_coded_sequence) && (!ph->is_top_field); in avs2d_fill_parameters()