Home | History | Annotate | Download | only in simd

Lines Matching full:incol

36   int inrow, incol;
67 for (incol = downsampled_width; incol > 0;
68 incol -= 16, inptr += 16, outptr += 32) {
70 if (downsampled_width - incol > 0) {
75 if (incol <= 16)
104 if (incol > 8) {
132 int inrow, outrow, incol;
197 for (incol = downsampled_width; incol > 0;
198 incol -= 16, inptr_1 += 16, inptr0 += 16, inptr1 += 16,
201 if (downsampled_width - incol > 0) {
209 if (incol <= 16) {
255 if (incol > 8) {
285 if (incol > 8) {
317 int inrow, incol;
325 for (incol = (output_width + 31) & (~31); incol > 0;
326 incol -= 64, inptr += 32, outptr += 64) {
335 if (incol > 32) {
356 int inrow, outrow, incol;
366 for (incol = (output_width + 31) & (~31); incol > 0;
367 incol -= 64, inptr += 32, outptr0 += 64, outptr1 += 64) {
379 if (incol > 32) {