Searched refs:dstU (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8dsp.h47 void (*vp8_v_loop_filter8uv)(uint8_t *dstU, uint8_t *dstV, int stride,
49 void (*vp8_h_loop_filter8uv)(uint8_t *dstU, uint8_t *dstV, int stride,
57 void (*vp8_v_loop_filter8uv_inner)(uint8_t *dstU, uint8_t *dstV, int stride,
59 void (*vp8_h_loop_filter8uv_inner)(uint8_t *dstU, uint8_t *dstV, int stride,
H A Dvp8dsp.c271 static void vp8_ ## dir ## _loop_filter8uv_c(uint8_t *dstU, uint8_t *dstV, int stride,\
274 vp8_ ## dir ## _loop_filter8_c(dstU, stride, fE, fI, hev_thresh);\
277 static void vp8_ ## dir ## _loop_filter8uv_inner_c(uint8_t *dstU, uint8_t *dstV, int stride,\
280 vp8_ ## dir ## _loop_filter8_inner_c(dstU, stride, fE, fI, hev_thresh);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dbayer_template.c124 #define rgb24toyv12_2x2(src, dstY, dstU, dstV, luma_stride, src_stride, rgb2yuv) \
125 ff_rgb24toyv12(src, dstY, dstV, dstU, 2, 2, luma_stride, 0, src_stride, rgb2yuv)
156 static void BAYER_RENAME(yv12_copy)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) argument
163 rgb24toyv12_2x2(dst, dstY, dstU, dstV, luma_stride, dst_stride, rgb2yuv);
166 dstU++;
171 static void BAYER_RENAME(yv12_interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) argument
178 rgb24toyv12_2x2(dst, dstY, dstU, dstV, luma_stride, dst_stride, rgb2yuv);
181 dstU++;
186 rgb24toyv12_2x2(dst, dstY, dstU, dstV, luma_stride, dst_stride, rgb2yuv);
189 dstU
[all...]
H A Dinput.c59 rgb64ToUV_c_template(uint16_t *dstU, uint16_t *dstV, argument
72 dstU[i] = (ru*r + gu*g + bu*b + (0x10001<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT;
78 rgb64ToUV_half_c_template(uint16_t *dstU, uint16_t *dstV, argument
91 dstU[i]= (ru*r + gu*g + bu*b + (0x10001<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT;
111 uint16_t *dstU = (uint16_t *) _dstU, *dstV = (uint16_t *) _dstV; \
112 rgb64ToUV_c_template(dstU, dstV, src1, src2, width, origin, rgb2yuv); \
121 uint16_t *dstU = (uint16_t *) _dstU, *dstV = (uint16_t *) _dstV; \
122 rgb64ToUV_half_c_template(dstU, dstV, src1, src2, width, origin, rgb2yuv); \
146 static av_always_inline void rgb48ToUV_c_template(uint16_t *dstU, argument
163 dstU[
168 rgb48ToUV_half_c_template(uint16_t *dstU, uint16_t *dstV, const uint16_t *src1, const uint16_t *src2, int width, enum AVPixelFormat origin, int32_t *rgb2yuv) argument
277 rgb16_32ToUV_c_template(int16_t *dstU, int16_t *dstV, const uint8_t *src, int width, enum AVPixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S, int32_t *rgb2yuv) argument
305 rgb16_32ToUV_half_c_template(int16_t *dstU, int16_t *dstV, const uint8_t *src, int width, enum AVPixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S, int32_t *rgb2yuv) argument
399 uint16_t *dstU = (uint16_t *)_dstU; local
469 uint16_t *dstU = (uint16_t *)_dstU; local
523 yuy2ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
534 yvy2ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
561 uint16_t *dstU = (uint16_t *)_dstU, *dstV = (uint16_t *)_dstV; local
578 uyvyToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
599 nv12ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
606 nv21ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *unused0, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
633 int16_t *dstU = (int16_t *)_dstU; local
652 int16_t *dstU = (int16_t *)_dstU; local
686 int16_t *dstU = (int16_t *)_dstU; local
705 int16_t *dstU = (int16_t *)_dstU; local
745 uint16_t *dstU = (uint16_t *)_dstU; local
785 uint16_t *dstU = (uint16_t *)_dstU; local
[all...]
H A Dswscale.c153 static void chrRangeToJpeg_c(int16_t *dstU, int16_t *dstV, int width) argument
157 dstU[i] = (FFMIN(dstU[i], 30775) * 4663 - 9289992) >> 12; // -264
162 static void chrRangeFromJpeg_c(int16_t *dstU, int16_t *dstV, int width) argument
166 dstU[i] = (dstU[i] * 1799 + 4081085) >> 11; // 1469
188 int32_t *dstU = (int32_t *) _dstU; local
191 dstU[i] = (FFMIN(dstU[i], 30775 << 4) * 4663 - (9289992 << 4)) >> 12; // -264
199 int32_t *dstU local
[all...]
H A Dswscale_internal.h504 void (*chrToYV12)(uint8_t *dstU, uint8_t *dstV,
514 void (*readChrPlanar)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src[4],
H A Dswscale_unscaled.c1080 uint8_t *dstU= dst[1]; local
1083 void (*copy) (const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv);
1084 void (*interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv);
1107 copy(srcPtr, srcStride[0], dstY, dstU, dstV, dstStride[0], c->srcW, c->input_rgb2yuv_table);
1110 dstU += dstStride[1];
1114 interpolate(srcPtr, srcStride[0], dstY, dstU, dstV, dstStride[0], c->srcW, c->input_rgb2yuv_table);
1117 dstU += dstStride[1];
1121 copy(srcPtr, srcStride[0], dstY, dstU, dstV, dstStride[0], c->srcW, c->input_rgb2yuv_table);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8dsp.h52 void (*vp8_v_loop_filter8uv)(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride,
54 void (*vp8_h_loop_filter8uv)(uint8_t *dstU, uint8_t *dstV, ptrdiff_t stride,
62 void (*vp8_v_loop_filter8uv_inner)(uint8_t *dstU, uint8_t *dstV,
65 void (*vp8_h_loop_filter8uv_inner)(uint8_t *dstU, uint8_t *dstV,
H A Descape130.c202 uint8_t *dstY, *dstU, *dstV; local
319 dstU = pic->data[1];
329 dstU[i] = chroma_vals[new_cb[i]];
332 dstU += pic->linesize[1];
H A Dvp8dsp.c408 static void vpn ## _ ## dir ## _loop_filter8uv_c(uint8_t *dstU, \
413 vpn ## _ ## dir ## _loop_filter8_c(dstU, stride, fE, fI, hev_thresh); \
417 static void vpn ## _ ## dir ## _loop_filter8uv_inner_c(uint8_t *dstU, \
423 vpn ## _ ## dir ## _loop_filter8_inner_c(dstU, stride, fE, fI, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dvp8dsp_init_arm.c34 void ff_vp8_v_loop_filter8uv_neon(uint8_t *dstU, uint8_t *dstV, int stride,
36 void ff_vp8_h_loop_filter8uv_neon(uint8_t *dstU, uint8_t *dstV, int stride,
43 void ff_vp8_v_loop_filter8uv_inner_neon(uint8_t *dstU, uint8_t *dstV,
46 void ff_vp8_h_loop_filter8uv_inner_neon(uint8_t *dstU, uint8_t *dstV,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale.c1352 rgb48ToUV_c_template(uint16_t *dstU, uint16_t *dstV, argument
1363 dstU[i] = (RU*r + GU*g + BU*b + (0x10001<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT;
1369 rgb48ToUV_half_c_template(uint16_t *dstU, uint16_t *dstV, argument
1380 dstU[i]= (RU*r + GU*g + BU*b + (0x10001<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT;
1404 uint16_t *dstU = (uint16_t *) _dstU, *dstV = (uint16_t *) _dstV; \
1405 rgb48ToUV_c_template(dstU, dstV, src1, src2, width, origin); \
1414 uint16_t *dstU = (uint16_t *) _dstU, *dstV = (uint16_t *) _dstV; \
1415 rgb48ToUV_half_c_template(dstU, dstV, src1, src2, width, origin); \
1449 rgb16_32ToUV_c_template(uint8_t *dstU, uint8_t *dstV, argument
1467 dstU[
1473 rgb16_32ToUV_half_c_template(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, int width, enum PixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S) argument
1577 palToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *pal) argument
1623 yuy2ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
1650 uint16_t *dstU = (uint16_t *) _dstU, *dstV = (uint16_t *) _dstV; local
1667 uyvyToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
1688 nv12ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
1695 nv21ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
1717 bgr24ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
1732 bgr24ToUV_half_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
1760 rgb24ToUV_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
1775 rgb24ToUV_half_c(uint8_t *dstU, uint8_t *dstV, const uint8_t *src1, const uint8_t *src2, int width, uint32_t *unused) argument
1830 planar_rgb_to_uv(uint8_t *dstU, uint8_t *dstV, const uint8_t *src[4], int width) argument
1847 uint16_t *dstU = (uint16_t *) _dstU; local
1863 uint16_t *dstU = (uint16_t *) _dstU; local
1959 chrRangeToJpeg_c(int16_t *dstU, int16_t *dstV, int width) argument
1967 chrRangeFromJpeg_c(int16_t *dstU, int16_t *dstV, int width) argument
1991 int32_t *dstU = (int32_t *) _dstU; local
2001 int32_t *dstU = (int32_t *) _dstU; local
[all...]
H A Dswscale_internal.h436 void (*chrToYV12)(uint8_t *dstU, uint8_t *dstV,
446 void (*readChrPlanar)(uint8_t *dstU, uint8_t *dstV, const uint8_t *src[4],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvp8dsp.h36 void ff_vp8_##hv##_loop_filter8uv##inner##_##opt(uint8_t *dstU, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp8dsp_init.c263 void ff_vp8_v_loop_filter8uv_inner_ ## NAME (uint8_t *dstU, \
267 void ff_vp8_h_loop_filter8uv_inner_ ## NAME (uint8_t *dstU, \
277 void ff_vp8_v_loop_filter8uv_mbedge_ ## NAME(uint8_t *dstU, \
281 void ff_vp8_h_loop_filter8uv_mbedge_ ## NAME(uint8_t *dstU, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp8dsp-init.c239 extern void ff_vp8_v_loop_filter8uv_inner_ ## NAME (uint8_t *dstU, uint8_t *dstV,\
241 extern void ff_vp8_h_loop_filter8uv_inner_ ## NAME (uint8_t *dstU, uint8_t *dstV,\
247 extern void ff_vp8_v_loop_filter8uv_mbedge_ ## NAME(uint8_t *dstU, uint8_t *dstV,\
249 extern void ff_vp8_h_loop_filter8uv_mbedge_ ## NAME(uint8_t *dstU, uint8_t *dstV,\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dinput.asm36 ; void <fmt>toUV_<opt>(uint8_t *dstU, uint8_t *dstV, const uint8_t *src,
136 cglobal %2ToUV, 3, 4, %1, dstU, dstV, src, w
191 cglobal %2ToUV, 3, 4, %1, dstU, dstV, src, w
H A Dswscale_template.c1430 static av_always_inline void RENAME(bgr24ToUV_mmx)(uint8_t *dstU, uint8_t *dstV, argument
1485 : "r" (dstU+width), "r" (dstV+width), "g" ((x86_reg)-width), "r"(ff_bgr24toUV[srcFormat == PIX_FMT_RGB24])
1490 static void RENAME(bgr24ToUV)(uint8_t *dstU, uint8_t *dstV, argument
1494 RENAME(bgr24ToUV_mmx)(dstU, dstV, src1, width, PIX_FMT_BGR24);
1498 static void RENAME(rgb24ToUV)(uint8_t *dstU, uint8_t *dstV, argument
1503 RENAME(bgr24ToUV_mmx)(dstU, dstV, src1, width, PIX_FMT_RGB24);
H A Dswscale_mmx.c286 extern void ff_ ## fmt ## ToUV_ ## opt(uint8_t *dstU, uint8_t *dstV, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dinput.asm104 ; void <fmt>toUV_<opt>(uint8_t *dstU, uint8_t *dstV, const uint8_t *src,
200 cglobal %2 %+ 24ToUV, 7, 7, %1, dstU, dstV, u1, src, u2, w, table
401 cglobal %2%3%4%5 %+ ToUV, 7, 7, %1, dstU, dstV, u1, src, u2, w, table
532 ; void <fmt>toUV_<opt>(uint8_t *dstU, uint8_t *dstV, const uint8_t *src,
632 cglobal %2ToUV, 4, 5, %1, dstU, dstV, unused, src, w
687 cglobal %2ToUV, 4, 5, %1, dstU, dstV, unused, src, w
H A Dswscale.c351 void ff_ ## fmt ## ToUV_ ## opt(uint8_t *dstU, uint8_t *dstV, \
H A Drgb2rgb_template.c1944 void RENAME(ff_nv12ToUV)(uint8_t *dstU, uint8_t *dstV,

Completed in 154 milliseconds