Searched refs:dst_step (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dmulaw.c170 int src_step, dst_step; local
182 dst_step = dst_channels[channel].area.step / 8;
192 dst += dst_step;
213 int src_step, dst_step; local
225 dst_step = dst_channels[channel].area.step / 8;
235 dst += dst_step;
H A Dlinear.c55 int src_step, dst_step; local
67 dst_step = dst_channels[channel].area.step / 8;
76 dst += dst_step;
H A Drate.c78 int src_step, dst_step; local
99 dst_step = dst_channels[channel].area.step / 8 / 2;
117 dst += dst_step;
137 int src_step, dst_step; local
158 dst_step = dst_channels[channel].area.step / 8 / 2;
175 dst += dst_step;
H A Dpcm_plugin.c634 unsigned int dst_step; local
648 dst_step = dst_area->step / 8;
658 dst += dst_step;
669 dst += dst_step;
681 int src_step, dst_step; local
698 dst_step = dst_area->step / 8;
721 dst += dst_step;
733 dst += dst_step;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c721 int dst_step, int src_step, int ref_step,
732 dst += dst_step;
737 dst[i*dst_step] =
744 dst[w*dst_step] =
753 int dst_step, int src_step, int ref_step,
764 dst += dst_step;
769 dst[i*dst_step] =
776 dst[w*dst_step] =
786 int dst_step, int src_step, int ref_step,
801 dst += dst_step;
720 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
752 inv_lift(IDWTELEM *dst, IDWTELEM *src, IDWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
785 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
818 inv_liftS(IDWTELEM *dst, IDWTELEM *src, IDWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
[all...]

Completed in 71 milliseconds