Home
last modified time | relevance | path

Searched refs:GST_AV1_DIV_LUT_BITS (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h84 #define GST_AV1_DIV_LUT_BITS 8 macro
85 #define GST_AV1_DIV_LUT_NUM (1 << GST_AV1_DIV_LUT_BITS)
Dgstav1parser.c270 if (*shift > GST_AV1_DIV_LUT_BITS) in av1_helper_resolve_divisor_32()
271 f = av1_helper_round_power_of_two (e, *shift - GST_AV1_DIV_LUT_BITS); in av1_helper_resolve_divisor_32()
273 f = e << (GST_AV1_DIV_LUT_BITS - *shift); in av1_helper_resolve_divisor_32()