Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c672 READ_ONEBIT(bitctx, &ph->is_top_field); in parse_picture_header_intra()
673 AVS2D_PARSE_TRACE("is_top_field %d\n", ph->is_top_field); in parse_picture_header_intra()
775 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.c395 pp->bottom_field_picture_flag = (vsh->field_coded_sequence) && (!ph->is_top_field); in avs2d_fill_parameters()