Searched refs:srcCol0 (Results 1 – 1 of 1) sorted by relevance
410 GLint srcCol0 = MAX2(0, IFLOOR(srcCol)); in resample_linear_row_ub() local411 GLint srcCol1 = srcCol0 + 1; in resample_linear_row_ub()412 GLfloat colWeight = srcCol - srcCol0; /* fractional part of srcCol */ in resample_linear_row_ub()415 assert(srcCol0 < srcWidth); in resample_linear_row_ub()425 srcCol0 = srcWidth - 1 - srcCol0; in resample_linear_row_ub()430 srcColor0[srcCol0][RCOMP], srcColor0[srcCol1][RCOMP], in resample_linear_row_ub()431 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]); in resample_linear_row_ub()433 srcColor0[srcCol0][GCOMP], srcColor0[srcCol1][GCOMP], in resample_linear_row_ub()434 srcColor1[srcCol0][GCOMP], srcColor1[srcCol1][GCOMP]); in resample_linear_row_ub()436 srcColor0[srcCol0][BCOMP], srcColor0[srcCol1][BCOMP], in resample_linear_row_ub()[all …]