Searched refs:matrix_out (Results 1 – 1 of 1) sorted by relevance
90 double *matrix_out, int stride, in avresample_build_matrix() argument108 memset(matrix_out, 0, out_channels * stride * sizeof(*matrix_out)); in avresample_build_matrix()276 matrix_out[out_i * stride + out_j] = matrix[i][j]; in avresample_build_matrix()290 matrix_out[i * stride + j] /= maxcoef; in avresample_build_matrix()