INTER 56 libswresample/rematrix_template.c INTER coeff1 = coeffp[index1]; INTER 57 libswresample/rematrix_template.c INTER coeff2 = coeffp[index2]; INTER 65 libswresample/rematrix_template.c INTER coeff = coeffp[index]; INTER 74 libswresample/rematrix_template.c INTER t = in[2][i]*(INTER)coeffp[0*6+2] + in[3][i]*(INTER)coeffp[0*6+3]; INTER 75 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 76 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 84 libswresample/rematrix_template.c INTER t = in[2][i]*(INTER)coeffp[0*8+2] + in[3][i]*(INTER)coeffp[0*8+3]; INTER 85 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 86 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]);