Searched refs:ff_dot_product (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcelp_math.h85 int64_t ff_dot_product(const int16_t *a, const int16_t *b, int length);
H A Dcelp_math.c98 int64_t ff_dot_product(const int16_t *a, const int16_t *b, int length) function
H A Dg723_1.c539 int sum = ff_dot_product(a,b,length);
568 sum = ff_dot_product(residual + i, cb_ptr, PITCH_ORDER);
1413 temp = ff_dot_product(vector, vector, LPC_FRAME);
1428 temp = ff_dot_product(vector, vector + i, LPC_FRAME - i);
1714 orig_eng = ff_dot_product(buf + offset, buf + offset, HALF_FRAME_LEN);
1722 ccr = ff_dot_product(buf + start, buf + offset, HALF_FRAME_LEN);
1783 energy[i << 1] = ff_dot_product(buf - j, buf - j, SUBFRAME_LEN);
1785 energy[(i << 1) + 1] = ff_dot_product(buf, buf - j, SUBFRAME_LEN);
1789 energy[14] = ff_dot_product(buf, buf, SUBFRAME_LEN);
1970 temp = ff_dot_product(bu
[all...]

Completed in 105 milliseconds