INTER 51 libswresample/rematrix_template.c INTER coeff1 = coeffp[index1]; INTER 52 libswresample/rematrix_template.c INTER coeff2 = coeffp[index2]; INTER 60 libswresample/rematrix_template.c INTER coeff = coeffp[index]; INTER 69 libswresample/rematrix_template.c INTER t = in[2][i]*(INTER)coeffp[0*6+2] + in[3][i]*(INTER)coeffp[0*6+3]; INTER 70 libswresample/rematrix_template.c out[0][i] = R(t + in[0][i]*(INTER)coeffp[0*6+0] + in[4][i]*(INTER)coeffp[0*6+4]); INTER 71 libswresample/rematrix_template.c out[1][i] = R(t + in[1][i]*(INTER)coeffp[1*6+1] + in[5][i]*(INTER)coeffp[1*6+5]); INTER 79 libswresample/rematrix_template.c INTER t = in[2][i]*(INTER)coeffp[0*8+2] + in[3][i]*(INTER)coeffp[0*8+3]; INTER 80 libswresample/rematrix_template.c out[0][i] = R(t + in[0][i]*(INTER)coeffp[0*8+0] + in[4][i]*(INTER)coeffp[0*8+4] + in[6][i]*(INTER)coeffp[0*8+6]); INTER 81 libswresample/rematrix_template.c out[1][i] = R(t + in[1][i]*(INTER)coeffp[1*8+1] + in[5][i]*(INTER)coeffp[1*8+5] + in[7][i]*(INTER)coeffp[1*8+7]);