Lines Matching refs:k
191 int i, j, k; in test_demux_copy_proc_16() local
199 for (k = 0; k < PLATFORM_MAX_CHANNELS; ++k) in test_demux_copy_proc_16()
200 if (td->mask[i][j] & BIT(k)) in test_demux_copy_proc_16()
201 sample = input_16b[k]; in test_demux_copy_proc_16()
216 int i, j, k; in test_demux_copy_proc_24() local
224 for (k = 0; k < PLATFORM_MAX_CHANNELS; ++k) in test_demux_copy_proc_24()
225 if (td->mask[i][j] & BIT(k)) in test_demux_copy_proc_24()
226 sample = input_24b[k]; in test_demux_copy_proc_24()
241 int i, j, k; in test_demux_copy_proc_32() local
249 for (k = 0; k < PLATFORM_MAX_CHANNELS; ++k) in test_demux_copy_proc_32()
250 if (td->mask[i][j] & BIT(k)) in test_demux_copy_proc_32()
251 sample = input_32b[k]; in test_demux_copy_proc_32()