Searched refs:out_i (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libswresample/ |
H A D | rematrix.c | 174 int i, j, out_i, ret; in swr_build_matrix2() local 383 for(out_i=i=0; i<64; i++){ in swr_build_matrix2() 392 matrix_param[stride*out_i + in_i] = matrix[i][j]; in swr_build_matrix2() 394 matrix_param[stride*out_i + in_i] = i == j && in swr_build_matrix2() 397 sum += fabs(matrix_param[stride*out_i + in_i]); in swr_build_matrix2() 401 out_i++; in swr_build_matrix2() 583 int out_i, in_i, i, j; in swri_rematrix() local 600 for(out_i=0; out_i<out->ch_count; out_i in swri_rematrix() [all...] |
/third_party/ffmpeg/libavresample/ |
H A D | audio_mix_matrix.c | 93 int i, j, out_i, out_j; in avresample_build_matrix() local 273 for (out_i = i = 0; out_i < out_channels && i < 64; i++) { in avresample_build_matrix() 276 matrix_out[out_i * stride + out_j] = matrix[i][j]; in avresample_build_matrix() 283 out_i++; in avresample_build_matrix()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 680 LLVMValueRef *out_i); 692 LLVMValueRef *out_i,
|
H A D | lp_bld_sample_aos.c | 75 * \param out_i resulting sub-block pixel coordinate for coord0 88 LLVMValueRef *out_i) in lp_build_sample_wrap_nearest_int() 130 out_offset, out_i); in lp_build_sample_wrap_nearest_int() 78 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) lp_build_sample_wrap_nearest_int() argument
|
H A D | lp_bld_sample.c | 2118 LLVMValueRef *out_i, in lp_build_sample_offset() 2130 &offset, out_i); in lp_build_sample_offset() 2110 lp_build_sample_offset(struct lp_build_context *bld, const struct util_format_description *format_desc, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef *out_offset, LLVMValueRef *out_i, LLVMValueRef *out_j) lp_build_sample_offset() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_refs.c | 107 int out_i = 0; in add_sorted() local 116 sorted[out_i] = src[i]; in add_sorted() 121 limit = sorted[out_i++]->poc - dir; in add_sorted() 123 return out_i; in add_sorted()
|
Completed in 10 milliseconds