Home | History | Annotate | Download | only in libaudioprocessing

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");
88 sP -= CHANNELS*((STRIDE>>1)-1);
103 if (CHANNELS == 2) {
127 switch (CHANNELS) {
168 if (CHANNELS == 1) {
171 } else if (CHANNELS == 2) {
181 template <int CHANNELS, int STRIDE, bool FIXED>
194 static_assert(CHANNELS == 1 || CHANNELS == 2, "CHANNELS must be 1 or 2");
196 sP -= CHANNELS*((STRIDE>>1)-1);
210 if (CHANNELS == 2) {
266 switch (CHANNELS) {
343 if (CHANNELS == 1) {
346 } else if (CHANNELS == 2) {
356 template <int CHANNELS, int STRIDE, bool FIXED>
369 static_assert(CHANNELS == 1 || CHANNELS == 2, "CHANNELS must be 1 or 2");
371 sP -= CHANNELS*((STRIDE>>1)-1);
385 if (CHANNELS == 2) {
435 switch (CHANNELS) {
513 if (CHANNELS == 1) {
516 } else if (CHANNELS == 2) {
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);