Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddcadsp.c324 dst[i] -= (unsigned)mul15(src[i], coeff); in dmix_sub_c()
332 dst[i] += (unsigned)mul15(src[i], coeff); in dmix_add_c()
340 dst[i] = mul15(dst[i], scale); in dmix_scale_c()
Ddcamath.h46 static inline int32_t mul15(int32_t a, int32_t b) { return mul__(a, b, 15); } in mul15() function
Ddca_xll.c894 c->dmix_scale[i] = mul15(c->dmix_scale[i], scale); in prescale_down_mix()
898 *coeff_ptr++ = mul15(coeff, o->dmix_scale[c->hier_ofs + j]); in prescale_down_mix()