Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0001-fix-h265_parser-read-vui-error.patch17 READ_UINT8 (nr, vui->motion_vectors_over_pic_boundaries_flag, 1);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0001-h265parser-Fix-read-vui-error.patch18 READ_UINT8 (nr, vui->motion_vectors_over_pic_boundaries_flag, 1);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0001-h265parser-Fix-read-vui-error.patch18 READ_UINT8 (nr, vui->motion_vectors_over_pic_boundaries_flag, 1);
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h80 unsigned int motion_vectors_over_pic_boundaries_flag; member
H A Dnal-h264.c584 rbsp_bit(rbsp, &vui->motion_vectors_over_pic_boundaries_flag); in nal_h264_rbsp_vui_parameters()
/OK3568_Linux_fs/external/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.c155 READ_ONEBIT(p_bitctx, &vui->motion_vectors_over_pic_boundaries_flag); in read_VUI()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h128 RK_S32 motion_vectors_over_pic_boundaries_flag; member
H A Dh265d_ps.c1276 READ_ONEBIT(gb, &vui->motion_vectors_over_pic_boundaries_flag); in decode_vui()