Home
last modified time | relevance | path

Searched refs:out_j (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavresample/
Daudio_mix_matrix.c93 int i, j, out_i, out_j; in avresample_build_matrix() local
275 for (out_j = j = 0; out_j < in_channels && j < 64; j++) { in avresample_build_matrix()
276 matrix_out[out_i * stride + out_j] = matrix[i][j]; in avresample_build_matrix()
279 out_j++; in avresample_build_matrix()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h685 LLVMValueRef *out_j);
Dlp_bld_sample.c2117 LLVMValueRef *out_j) in lp_build_sample_offset() argument
2135 &y_offset, out_j); in lp_build_sample_offset()
2139 *out_j = bld->zero; in lp_build_sample_offset()