Lines Matching defs:dst_r
445 uint8_t *dst_l = dst_left, *dst_r = dst_right;
446 int total_samples = s->samples, stereo = dst_r ? 1 : 0;
566 checksum += (checksum << 1) + (*dst_r = filters[1].byte & 0xff);
568 dst_r += 4;
578 if (dst_r)
587 uint8_t *dst_l = dst_left, *dst_r = dst_right;
667 if (dst_r)
695 if (!dst_r) {
705 *dst_r = code;
706 dst_r += 4;
719 if (!dst_r) {
739 if (dst_r)
748 uint8_t *dst_l = dst_left, *dst_r = dst_right;
752 if (bytestream2_get_bytes_left(&s->gbyte) != total_samples * (dst_r ? 2 : 1))
759 if (dst_r) {
760 checksum += (checksum << 1) + (*dst_r = bytestream2_get_byte(&s->gbyte));
761 dst_r += 4;
771 if (dst_r)
779 void *dst_l, void *dst_r, const int type)
788 int16_t *dst16_r = dst_r;
790 int32_t *dst32_r = dst_r;
792 float *dstfl_r = dst_r;
899 memset((uint8_t*)dst_r + count*size, 0, (s->samples-count)*size);