Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dfast_urem_by_const.h69 uint64_t lowbits = magic * n; in util_fast_urem32() local
70 uint32_t result = _mul32by64_hi(d, lowbits); in util_fast_urem32()
/third_party/ffmpeg/libavcodec/
Dvima.c169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local
175 lowbits = highbit - 1; in decode_frame()
182 if (lookup == lowbits) { in decode_frame()
Dopus_silk.c612 int highbits, lowbits; in silk_decode_frame() local
618 lowbits = ff_opus_rc_dec_cdf(rc, model[s->bandwidth]); in silk_decode_frame()
621 highbits*ff_silk_pitch_scale[s->bandwidth] + lowbits; in silk_decode_frame()