Lines Matching refs:CHANNELS

73 template <int CHANNELS, int STRIDE, bool FIXED>
86 static_assert(CHANNELS == 1 || CHANNELS == 2, "CHANNELS must be 1 or 2"); in ProcessNeonIntrinsic()
88 sP -= CHANNELS*((STRIDE>>1)-1); in ProcessNeonIntrinsic()
103 if (CHANNELS == 2) { in ProcessNeonIntrinsic()
127 switch (CHANNELS) { in ProcessNeonIntrinsic()
168 if (CHANNELS == 1) { in ProcessNeonIntrinsic()
171 } else if (CHANNELS == 2) { in ProcessNeonIntrinsic()
181 template <int CHANNELS, int STRIDE, bool FIXED>
194 static_assert(CHANNELS == 1 || CHANNELS == 2, "CHANNELS must be 1 or 2"); in ProcessNeonIntrinsic()
196 sP -= CHANNELS*((STRIDE>>1)-1); in ProcessNeonIntrinsic()
210 if (CHANNELS == 2) { in ProcessNeonIntrinsic()
266 switch (CHANNELS) { in ProcessNeonIntrinsic()
343 if (CHANNELS == 1) { in ProcessNeonIntrinsic()
346 } else if (CHANNELS == 2) { in ProcessNeonIntrinsic()
356 template <int CHANNELS, int STRIDE, bool FIXED>
369 static_assert(CHANNELS == 1 || CHANNELS == 2, "CHANNELS must be 1 or 2"); in ProcessNeonIntrinsic()
371 sP -= CHANNELS*((STRIDE>>1)-1); in ProcessNeonIntrinsic()
385 if (CHANNELS == 2) { in ProcessNeonIntrinsic()
435 switch (CHANNELS) { in ProcessNeonIntrinsic()
513 if (CHANNELS == 1) { in ProcessNeonIntrinsic()
516 } else if (CHANNELS == 2) { in ProcessNeonIntrinsic()
538 const int CHANNELS = 1; // template specialization does not preserve params
540 sP -= CHANNELS*((STRIDE>>1)-1);
595 const int CHANNELS = 2; // template specialization does not preserve params
597 sP -= CHANNELS*((STRIDE>>1)-1);
662 const int CHANNELS = 1; // template specialization does not preserve params
664 sP -= CHANNELS*((STRIDE>>1)-1);
737 const int CHANNELS = 2; // template specialization does not preserve params
739 sP -= CHANNELS*((STRIDE>>1)-1);
815 const int CHANNELS = 1; // template specialization does not preserve params
817 sP -= CHANNELS*((STRIDE>>1)-1);
881 const int CHANNELS = 2; // template specialization does not preserve params
883 sP -= CHANNELS*((STRIDE>>1)-1);
969 const int CHANNELS = 1; // template specialization does not preserve params
971 sP -= CHANNELS*((STRIDE>>1)-1);
1059 const int CHANNELS = 2; // template specialization does not preserve params
1061 sP -= CHANNELS*((STRIDE>>1)-1);