Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h70 #define GST_AV1_CDEF_MAX (1 << 3) macro
1239 guint8 cdef_y_pri_strength[GST_AV1_CDEF_MAX];
1240 guint8 cdef_y_sec_strength[GST_AV1_CDEF_MAX];
1241 guint8 cdef_uv_pri_strength[GST_AV1_CDEF_MAX];
1242 guint8 cdef_uv_sec_strength[GST_AV1_CDEF_MAX];
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c520 for (i = 0; i < GST_AV1_CDEF_MAX; i++) { in _setup_cdef_info()
532 for (i = 0; i < GST_AV1_CDEF_MAX; i++) { in _setup_cdef_info()
544 for (i = 0; i < GST_AV1_CDEF_MAX; i++) { in _setup_cdef_info()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp1001 for (i = 0; i < GST_AV1_CDEF_MAX; i++) { in gst_d3d11_av1_dec_start_picture()