Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpeg4parser.h412 guint8 complexity_estimation_disable; member
Dgstmpeg4parser.c1168 READ_UINT8 (&br, vol->complexity_estimation_disable, 1); in gst_mpeg4_parse_video_object_layer()
1169 if (!vol->complexity_estimation_disable) { in gst_mpeg4_parse_video_object_layer()
1424 if (!vol->complexity_estimation_disable) { in gst_mpeg4_parse_video_object_plane()
/third_party/mesa3d/src/amd/common/
Dac_vcn_dec.h700 unsigned int complexity_estimation_disable : 1; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c1551 result.complexity_estimation_disable = 1; in get_mpeg4_msg()