Searched defs:dst_stride (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_mmx.h98 static inline void transpose4x4(uint8_t *dst, uint8_t *src, x86_reg dst_stride, x86_reg src_stride){ argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/x86/
H A Dvf_spp.c177 store_slice_mmx(uint8_t *dst, const int16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale, const uint8_t dither[8][8]) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddiracdsp.c138 static void put_signed_rect_clamped_c(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height) argument
H A Ddsddec.c49 dsd2pcm_translate(DSDContext* s, size_t samples, int lsbf, const unsigned char *src, ptrdiff_t src_stride, float *dst, ptrdiff_t dst_stride) argument
H A Dmss2dsp.c67 static void mss2_blit_wmv9_c(uint8_t *dst, int dst_stride, argument
79 static void mss2_blit_wmv9_masked_c(uint8_t *dst, int dst_stride, argument
93 static void mss2_gray_fill_masked_c(uint8_t *dst, int dst_stride, argument
29 mss2_blit_wmv9_template(uint8_t *dst, int dst_stride, int gray, int use_mask, int maskcolor, const uint8_t *mask, int mask_stride, const uint8_t *srcy, int srcy_stride, const uint8_t *srcu, const uint8_t *srcv, int srcuv_stride, int w, int h) argument
H A Dqpeldsp.c728 ff_put_pixels8_l2_8(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) argument
H A Deacmv.c75 static void cmv_motcomp(unsigned char *dst, int dst_stride, argument
H A Deamad.c82 static inline void comp(unsigned char *dst, int dst_stride, argument
H A Deatgq.c125 tgq_dconly(TgqContext *s, unsigned char *dst, int dst_stride, int dc) argument
H A Dutvideoenc.c239 static void mangle_rgb_planes(uint8_t *dst[4], int dst_stride, uint8_t *src, argument
H A Dproresdec2.c358 decode_slice_luma(AVCodecContext *avctx, SliceContext *slice, uint16_t *dst, int dst_stride, const uint8_t *buf, unsigned buf_size, const int16_t *qmat) argument
391 decode_slice_chroma(AVCodecContext *avctx, SliceContext *slice, uint16_t *dst, int dst_stride, const uint8_t *buf, unsigned buf_size, const int16_t *qmat, int log2_blocks_per_mb) argument
472 decode_slice_alpha(ProresContext *ctx, uint16_t *dst, int dst_stride, const uint8_t *buf, int buf_size, int blocks_per_slice) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264qpel.c194 put_pixels16_l2_altivec( uint8_t * dst, const uint8_t * src1, const uint8_t * src2, int dst_stride, int src_stride1, int h) argument
236 avg_pixels16_l2_altivec( uint8_t * dst, const uint8_t * src1, const uint8_t * src2, int dst_stride, int src_stride1, int h) argument
H A Dvp8dsp_altivec.c82 void put_vp8_epel_h_altivec_core(uint8_t *dst, ptrdiff_t dst_stride, argument
168 void put_vp8_epel_v_altivec_core(uint8_t *dst, ptrdiff_t dst_stride, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvideodsp_init.c132 emulated_edge_mc(uint8_t *dst, const uint8_t *src, ptrdiff_t dst_stride, ptrdiff_t src_stride, x86_reg block_w, x86_reg block_h, x86_reg src_x, x86_reg src_y, x86_reg w, x86_reg h, emu_edge_vfix_func **vfix_tbl, emu_edge_vvar_func *v_extend_var, emu_edge_hfix_func **hfix_tbl, emu_edge_hvar_func *h_extend_var) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dtransform.c149 avfilter_transform(const uint8_t *src, uint8_t *dst, int src_stride, int dst_stride, int width, int height, const float *matrix, enum InterpolateMethod interpolate, enum FillMethod fill) argument
H A Dvf_unsharp.c51 static void apply_unsharp( uint8_t *dst, int dst_stride, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dbayer_template.c127 static void BAYER_RENAME(rgb24_copy)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width) argument
137 static void BAYER_RENAME(rgb24_interpolate)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width) argument
159 const int dst_stride = 6; local
174 const int dst_stride = 6; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Deacmv.c62 static void cmv_motcomp(unsigned char *dst, int dst_stride, argument
H A Deamad.c74 static inline void comp(unsigned char *dst, int dst_stride, argument
H A Deatgq.c122 static inline void tgq_dconly(TgqContext *s, unsigned char *dst, int dst_stride, int dc){ argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_uspp.c118 static void store_slice_c(uint8_t *dst, int16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale){ argument
142 static void filter(struct vf_priv_s *p, uint8_t *dst[3], uint8_t *src[3], int dst_stride[3], int src_stride[3], int width, int height, uint8_t *qp_store, int qp_stride){ argument
H A Dvf_pp7.c285 static void filter(struct vf_priv_s *p, uint8_t *dst, uint8_t *src, int dst_stride, int src_stride, int width, int height, uint8_t *qp_store, int qp_stride, int is_luma){ argument
H A Dvf_fspp.c108 static void store_slice_c(uint8_t *dst, int16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale) argument
135 static void store_slice2_c(uint8_t *dst, int16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale) argument
184 static void store_slice_mmx(uint8_t *dst, int16_t *src, long dst_stride, long src_stride, long width, long height, long log2_scale) argument
252 static void store_slice2_mmx(uint8_t *dst, int16_t *src, long dst_stride, long src_stride, long width, long height, long log2_scale) argument
410 filter(struct vf_priv_s *p, uint8_t *dst, uint8_t *src, int dst_stride, int src_stride, int width, int height, uint8_t *qp_store, int qp_stride, int is_luma) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dvp8dsp_altivec.c78 void put_vp8_epel_h_altivec_core(uint8_t *dst, int dst_stride, argument
164 void put_vp8_epel_v_altivec_core(uint8_t *dst, int dst_stride, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_unsharp.c67 static void apply_unsharp( uint8_t *dst, int dst_stride, argument

Completed in 330 milliseconds

12