Searched refs:dst_u (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp_opencl_kernel.h120 global unsigned char *dst_u = dst_y + height * dst_stride_lu;
121 global unsigned char *dst_v = dst_u + ch * dst_stride_ch;
133 global unsigned char *dst = globalIdx.y>=padch ? dst_v : dst_u;
209 global unsigned char *dst_u = dst_y + height * dst_stride_lu;
210 global unsigned char *dst_v = dst_u + ch * dst_stride_ch;
240 temp_dst = dst_u;
H A Ddeshake_opencl_kernel.h177 global unsigned char *dst_u = dst + height * dst_stride_lu;
179 global unsigned char *dst_v = dst_u + ch * dst_stride_ch;
182 dst = y < pad_ch ? dst_u : dst_v;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/ppc/
H A Dswscale_altivec.c109 int dst_u = -(uintptr_t)dest & 15; local
112 yuv2planeX_u(filter, filterSize, src, dest, dst_u, dither, offset, 0);
114 for (i = dst_u; i < dstW - 15; i += 16)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9.c2546 uint8_t *dst_u, uint8_t *dst_v,
2575 mc[!!mx][!!my](dst_u, dst_stride, ref_u, 80, bh, mx, my);
2585 mc[!!mx][!!my](dst_u, dst_stride, ref_u, src_stride_u, bh, mx, my);
2545 mc_chroma_dir(VP9Context *s, vp9_mc_func (*mc)[2], uint8_t *dst_u, uint8_t *dst_v, ptrdiff_t dst_stride, const uint8_t *ref_u, ptrdiff_t src_stride_u, const uint8_t *ref_v, ptrdiff_t src_stride_v, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *mv, int bw, int bh, int w, int h) argument

Completed in 46 milliseconds