Searched refs:GST_AV1_DIV_LUT_BITS (Results 1 – 2 of 2) sorted by relevance
84 #define GST_AV1_DIV_LUT_BITS 8 macro85 #define GST_AV1_DIV_LUT_NUM (1 << GST_AV1_DIV_LUT_BITS)
270 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()