Searched refs:dst_step (Results 1 – 4 of 4) sorted by relevance
179 int src_step, dst_step; in mulaw_decode() local191 dst_step = dst_channels[channel].area.step / 8; in mulaw_decode()197 dst += dst_step; in mulaw_decode()225 int src_step, dst_step; in mulaw_encode() local237 dst_step = dst_channels[channel].area.step / 8; in mulaw_encode()243 dst += dst_step; in mulaw_encode()
66 int src_step, dst_step; in convert() local78 dst_step = dst_channels[channel].area.step / 8; in convert()83 dst += dst_step; in convert()
677 unsigned int dst_step; in snd_pcm_area_silence() local691 dst_step = dst_area->step / 8; in snd_pcm_area_silence()701 dst += dst_step; in snd_pcm_area_silence()712 dst += dst_step; in snd_pcm_area_silence()725 int src_step, dst_step; in snd_pcm_area_copy() local742 dst_step = dst_area->step / 8; in snd_pcm_area_copy()765 dst += dst_step; in snd_pcm_area_copy()777 dst += dst_step; in snd_pcm_area_copy()
644 unsigned int dst_step) in fill_decoder_block() argument649 for (j = 0; j < 8; j++, input++, dst += dst_step) { in fill_decoder_block()657 dst += stride - (8 * dst_step); in fill_decoder_block()838 unsigned int dst_stride, unsigned int dst_step, in decode_plane() argument873 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; in decode_plane()881 dst_stride, dst_step); in decode_plane()904 dst_step); in decode_plane()