ff_dot_product     85 libavcodec/celp_math.h int64_t ff_dot_product(const int16_t *a, const int16_t *b, int length);
ff_dot_product    539 libavcodec/g723_1.c     int sum = ff_dot_product(a,b,length);
ff_dot_product    568 libavcodec/g723_1.c         sum = ff_dot_product(residual + i, cb_ptr, PITCH_ORDER);
ff_dot_product   1413 libavcodec/g723_1.c     temp = ff_dot_product(vector, vector, LPC_FRAME);
ff_dot_product   1428 libavcodec/g723_1.c            temp = ff_dot_product(vector, vector + i, LPC_FRAME - i);
ff_dot_product   1714 libavcodec/g723_1.c     orig_eng = ff_dot_product(buf + offset, buf + offset, HALF_FRAME_LEN);
ff_dot_product   1722 libavcodec/g723_1.c         ccr      =  ff_dot_product(buf + start, buf + offset, HALF_FRAME_LEN);
ff_dot_product   1783 libavcodec/g723_1.c         energy[i << 1] = ff_dot_product(buf - j, buf - j, SUBFRAME_LEN);
ff_dot_product   1785 libavcodec/g723_1.c         energy[(i << 1) + 1] = ff_dot_product(buf, buf - j, SUBFRAME_LEN);
ff_dot_product   1789 libavcodec/g723_1.c     energy[14] = ff_dot_product(buf, buf, SUBFRAME_LEN);
ff_dot_product   1970 libavcodec/g723_1.c             temp = ff_dot_product(buf, flt_buf[j], SUBFRAME_LEN);
ff_dot_product   1982 libavcodec/g723_1.c                 temp = ff_dot_product(flt_buf[j], flt_buf[k], SUBFRAME_LEN);