Home
last modified time | relevance | path

Searched refs:motion_vectors_over_pic_boundaries_flag (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h458 RK_S32 motion_vectors_over_pic_boundaries_flag; // u(1) member
698 RK_S32 *motion_vectors_over_pic_boundaries_flag; member
H A Dh264d_sps.c157 READ_ONEBIT(p_bitctx, &vui->motion_vectors_over_pic_boundaries_flag); in read_VUI()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h128 RK_S32 motion_vectors_over_pic_boundaries_flag; member
H A Dh265d_ps.c1295 READ_ONEBIT(gb, &vui->motion_vectors_over_pic_boundaries_flag); in decode_vui()