Searched refs:in_i1 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libswresample/ |
D | rematrix.c | 545 int in_i1 = s->matrix_ch[out_i][1]; in swri_rematrix() local 548 …2_1_simd(out->ch[out_i] , in->ch[in_i1] , in->ch[in_i2] , s->native_simd_matrix, in->ch_c… in swri_rematrix() 550 …ix_2_1_f (out->ch[out_i] , in->ch[in_i1] , in->ch[in_i2] , s->native_matrix, in->ch_cou… in swri_rematrix() 552 …ix_2_1_f (out->ch[out_i]+off, in->ch[in_i1]+off, in->ch[in_i2]+off, s->native_matrix, in->ch_cou… in swri_rematrix()
|