Searched refs:J1BIT (Results 1 – 1 of 1) sorted by relevance
649 #define J1BIT 8 macro1174 if (j1 < 0 || j1 >= height) useBorderColor |= J1BIT; in sample_2d_linear()1190 if (useBorderColor & (I0BIT | J1BIT)) { in sample_2d_linear()1196 if (useBorderColor & (I1BIT | J1BIT)) { in sample_2d_linear()2079 if (j1 < 0 || j1 >= height) useBorderColor |= J1BIT; in sample_3d_linear()2097 if (useBorderColor & (I0BIT | J1BIT | K0BIT)) { in sample_3d_linear()2103 if (useBorderColor & (I1BIT | J1BIT | K0BIT)) { in sample_3d_linear()2122 if (useBorderColor & (I0BIT | J1BIT | K1BIT)) { in sample_3d_linear()2128 if (useBorderColor & (I1BIT | J1BIT | K1BIT)) { in sample_3d_linear()2743 if (j1 < 0 || j1 >= height) useBorderColor |= J1BIT; in sample_linear_rect()[all …]