comparison acelp_math.h @ 7188:e1524921d0b1 libavcodec

We do not only calculate it but we also return it.
author michael
date Thu, 03 Jul 2008 11:52:35 +0000
parents 205d198d05e5
children f91a738da9c3
comparison
equal deleted inserted replaced
7187:205d198d05e5 7188:e1524921d0b1
49 * \return value of (1<<15) * log2(value) 49 * \return value of (1<<15) * log2(value)
50 */ 50 */
51 int ff_log2(uint32_t value); 51 int ff_log2(uint32_t value);
52 52
53 /** 53 /**
54 * \brief Calculates the dot product 54 * \brief returns the dot product
55 * \param a input data array 55 * \param a input data array
56 * \param b input data array 56 * \param b input data array
57 * \param length number of elements 57 * \param length number of elements
58 * \param shift right shift by this value will be done after multiplication 58 * \param shift right shift by this value will be done after multiplication
59 * 59 *