dot_product 596 libavcodec/g723_1.c ccr = dot_product(buf, buf + dir * i, length); dot_product 695 libavcodec/g723_1.c energy[0] = dot_product(buf, buf, SUBFRAME_LEN); dot_product 699 libavcodec/g723_1.c energy[2] = dot_product(buf + fwd_lag, buf + fwd_lag, SUBFRAME_LEN); dot_product 703 libavcodec/g723_1.c energy[4] = dot_product(buf - back_lag, buf - back_lag, SUBFRAME_LEN); dot_product 765 libavcodec/g723_1.c tgt_eng = dot_product(buf, buf, SUBFRAME_LEN * 2); dot_product 772 libavcodec/g723_1.c best_eng = dot_product(buf - index, buf - index, SUBFRAME_LEN * 2); dot_product 925 libavcodec/g723_1.c auto_corr[0] = dot_product(dst, dst + 1, SUBFRAME_LEN - 1); dot_product 926 libavcodec/g723_1.c auto_corr[1] = dot_product(dst, dst, SUBFRAME_LEN); dot_product 1608 libavcodec/g723_1.c error = dot_product(lsp + (offset), temp, size) << 1;\ dot_product 1609 libavcodec/g723_1.c error -= dot_product(lsp_band##num[i], temp, size);\ dot_product 1976 libavcodec/g723_1.c ccr_buf[count++] = dot_product(flt_buf[j], flt_buf[j], dot_product 2085 libavcodec/g723_1.c temp = dot_product(temp_corr, temp_corr, SUBFRAME_LEN); dot_product 2091 libavcodec/g723_1.c temp = dot_product(temp_corr + i, temp_corr, SUBFRAME_LEN - i); dot_product 2098 libavcodec/g723_1.c temp = dot_product(buf + i, impulse_r, SUBFRAME_LEN - i);