Searched refs:sstep (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Diirfilter.h58 * @param sstep source stride
64 const float *src, int sstep, float *dst, int dstep);
123 * @param sstep source stride
128 int size, const int16_t *src, int sstep, int16_t *dst, int dstep);
137 * @param sstep source stride
143 const float *src, int sstep, float *dst, int dstep);
H A Diirfilter.c222 src0 += sstep; \
255 src0 += sstep; \
271 src0 += sstep; \
278 const int16_t *src, int sstep, int16_t *dst, int dstep)
291 const float *src, int sstep, float *dst, int dstep)
276 ff_iir_filter(const struct FFIIRFilterCoeffs *c, struct FFIIRFilterState *s, int size, const int16_t *src, int sstep, int16_t *dst, int dstep) argument
289 ff_iir_filter_flt(const struct FFIIRFilterCoeffs *c, struct FFIIRFilterState *s, int size, const float *src, int sstep, float *dst, int dstep) argument
H A Dhevcdsp_template.c204 #define TR_4(dst, src, dstep, sstep, assign, end) \
206 const int e0 = 64 * src[0 * sstep] + 64 * src[2 * sstep]; \
207 const int e1 = 64 * src[0 * sstep] - 64 * src[2 * sstep]; \
208 const int o0 = 83 * src[1 * sstep] + 36 * src[3 * sstep]; \
209 const int o1 = 36 * src[1 * sstep] - 83 * src[3 * sstep]; \
217 #define TR_8(dst, src, dstep, sstep, assig
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Diirfilter_mips.c71 const float *src, int sstep, float *dst, int dstep)
82 src0 += sstep;
98 float src0_1 = src0[sstep ];
99 float src0_2 = src0[2*sstep];
100 float src0_3 = src0[3*sstep];
169 dst0[sstep ] = res2;
170 dst0[2*sstep] = res3;
171 dst0[3*sstep] = res4;
173 src0 += 4*sstep;
193 src0 += sstep;
69 ff_iir_filter_flt_mips(const struct FFIIRFilterCoeffs *c, struct FFIIRFilterState *s, int size, const float *src, int sstep, float *dst, int dstep) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Diirfilter.h100 * @param sstep source stride
105 int size, const int16_t *src, int sstep, int16_t *dst, int dstep);
114 * @param sstep source stride
120 const float *src, int sstep, float *dst, int dstep);
H A Diirfilter.c219 src0 += sstep; \
252 src0 += sstep; \
268 src0 += sstep; \
275 const int16_t *src, int sstep, int16_t *dst, int dstep)
288 const float *src, int sstep, float *dst, int dstep)
273 ff_iir_filter(const struct FFIIRFilterCoeffs *c, struct FFIIRFilterState *s, int size, const int16_t *src, int sstep, int16_t *dst, int dstep) argument
286 ff_iir_filter_flt(const struct FFIIRFilterCoeffs *c, struct FFIIRFilterState *s, int size, const float *src, int sstep, float *dst, int dstep) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A DMakefile21 obj-$(CONFIG_XMON) += sstep.o ldstfp.o
22 obj-$(CONFIG_KPROBES) += sstep.o ldstfp.o
23 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += sstep.o ldstfp.o
H A Dsstep.c14 #include <asm/sstep.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_eq.c47 int sstep = sstride-w; local
93 src += sstep;
106 int sstep = sstride-w; local
118 src += sstep;
H A Dvf_eq2.c130 unsigned dstep, sstep; local
143 sstep = sstride - w;
183 src += sstep;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhw_breakpoint.c37 #include <asm/sstep.h>
H A Dkprobes.c36 #include <asm/sstep.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-spxx-defs.h138 uint64_t sstep:1; member in struct:cvmx_spxx_dbg_deskew_ctl::cvmx_spxx_dbg_deskew_ctl_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_overlay.c390 const int sstep = s->overlay_pix_step[0]; local
400 s = sp + j * sstep;
441 s += sstep;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c38 #include <asm/sstep.h>

Completed in 120 milliseconds