PRECISION 52 libavcodec/wavpack.c #define VALUE_ONE (1 << PRECISION) PRECISION 464 libavcodec/wavpack.c sp->fltr1 = bytestream2_get_byte(&s->gbyte) << (PRECISION - 8); PRECISION 465 libavcodec/wavpack.c sp->fltr2 = bytestream2_get_byte(&s->gbyte) << (PRECISION - 8); PRECISION 466 libavcodec/wavpack.c sp->fltr3 = bytestream2_get_byte(&s->gbyte) << (PRECISION - 8); PRECISION 467 libavcodec/wavpack.c sp->fltr4 = bytestream2_get_byte(&s->gbyte) << (PRECISION - 8); PRECISION 468 libavcodec/wavpack.c sp->fltr5 = bytestream2_get_byte(&s->gbyte) << (PRECISION - 8); PRECISION 488 libavcodec/wavpack.c int32_t *pp = s->ptable + ((sp[0].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); PRECISION 523 libavcodec/wavpack.c pp = s->ptable + ((sp[1].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); PRECISION 69 libavfilter/vf_idet.c value = av_rescale(value, print_precision, PRECISION); PRECISION 197 libavfilter/vf_idet.c idet->repeats[i] = av_rescale(idet->repeats [i], idet->decay_coefficient, PRECISION); PRECISION 200 libavfilter/vf_idet.c idet->prestat [i] = av_rescale(idet->prestat [i], idet->decay_coefficient, PRECISION); PRECISION 201 libavfilter/vf_idet.c idet->poststat[i] = av_rescale(idet->poststat[i], idet->decay_coefficient, PRECISION); PRECISION 205 libavfilter/vf_idet.c idet->repeats [ repeat] += PRECISION; PRECISION 208 libavfilter/vf_idet.c idet->prestat [ type] += PRECISION; PRECISION 211 libavfilter/vf_idet.c idet->poststat [idet->last_type] += PRECISION; PRECISION 414 libavfilter/vf_idet.c idet->decay_coefficient = lrint( PRECISION * exp2(-1.0 / idet->half_life) ); PRECISION 416 libavfilter/vf_idet.c idet->decay_coefficient = PRECISION;