mul16            2114 libavcodec/dca_core.c                     int coeff = mul16(*coeff_ptr++, scale_inv);
mul16             108 libavcodec/dca_xll.c                 coeff = mul16(scale_inv, coeff);
mul16             645 libavcodec/dca_xll.c                     coeff[    k    ] = tmp1 + mul16(rc, tmp2);
mul16             646 libavcodec/dca_xll.c                     coeff[j - k - 1] = tmp2 + mul16(rc, tmp1);
mul16             895 libavcodec/dca_xll.c         c->dmix_scale_inv[i] = mul16(c->dmix_scale_inv[i], scale_inv);
mul16             897 libavcodec/dca_xll.c             int coeff = mul16(*coeff_ptr, scale_inv);
mul16            1311 libavcodec/dca_xll.c                 dst[n] += (SUINT)clip23((mul16(src[n], scale_inv) + round) >> shift);
mul16             347 libavcodec/dcadsp.c         dst[i] = mul16(dst[i], scale_inv);