Home
last modified time | relevance | path

Searched refs:yuv (Results 1 – 25 of 59) sorted by relevance

123

/external/opencv3/modules/imgproc/test/
Dtest_cvtyuv.cpp23 virtual YUV read(const Mat& yuv, int row, int col) = 0;
74 virtual void write(Mat& yuv, int row, int col, const YUV& val) = 0;
135 void write(Mat& yuv, int row, int col, const YUV& val) in write() argument
137 int h = yuv.rows * 2 / 3; in write()
139 yuv.ptr<uchar>(row)[col] = val[0]; in write()
142 yuv.ptr<uchar>(h + row/4)[col/2 + ((row/2) % 2) * (yuv.cols/2)] = val[2]; in write()
143yuv.ptr<uchar>(h + (row/2 + h/2)/2)[col/2 + ((row/2 + h/2) % 2) * (yuv.cols/2)] = val[1]; in write()
150 void write(Mat& yuv, int row, int col, const YUV& val) in write() argument
152 int h = yuv.rows * 2 / 3; in write()
154 yuv.ptr<uchar>(row)[col] = val[0]; in write()
[all …]
/external/libjpeg-turbo/cmakescripts/
Dtestclean.cmake7 *_GRAY.yuv
12 *_420.yuv
17 *_422.yuv
22 *_444.yuv
27 *_440.yuv)
/external/webrtc/webrtc/
Dwebrtc_perf_tests.isolate13 '<(DEPTH)/resources/foreman_cif.yuv',
14 '<(DEPTH)/resources/paris_qcif.yuv',
16 '<(DEPTH)/resources/difficult_photo_1850_1110.yuv',
17 '<(DEPTH)/resources/photo_1850_1110.yuv',
18 '<(DEPTH)/resources/presentation_1850_1110.yuv',
19 '<(DEPTH)/resources/web_screenshot_1850_1110.yuv',
/external/libdrm/tests/util/
Dpattern.c76 static void fill_smpte_yuv_planar(const struct util_yuv_info *yuv, in fill_smpte_yuv_planar() argument
109 unsigned int cs = yuv->chroma_stride; in fill_smpte_yuv_planar()
110 unsigned int xsub = yuv->xsub; in fill_smpte_yuv_planar()
111 unsigned int ysub = yuv->ysub; in fill_smpte_yuv_planar()
180 static void fill_smpte_yuv_packed(const struct util_yuv_info *yuv, void *mem, in fill_smpte_yuv_packed() argument
212 unsigned char *y_mem = (yuv->order & YUV_YC) ? mem : mem + 1; in fill_smpte_yuv_packed()
213 unsigned char *c_mem = (yuv->order & YUV_CY) ? mem : mem + 1; in fill_smpte_yuv_packed()
214 unsigned int u = (yuv->order & YUV_YCrCb) ? 2 : 0; in fill_smpte_yuv_packed()
215 unsigned int v = (yuv->order & YUV_YCbCr) ? 2 : 0; in fill_smpte_yuv_packed()
475 return fill_smpte_yuv_packed(&info->yuv, planes[0], width, in fill_smpte()
[all …]
Dformat.h59 const struct util_yuv_info yuv; member
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[]) in xa_yuv_bind_samplers() argument
88 u_sampler_view_default_template(&view_templ, yuv[i]->tex, in xa_yuv_bind_samplers()
89 yuv[i]->tex->format); in xa_yuv_bind_samplers()
92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ); in xa_yuv_bind_samplers()
121 struct xa_surface *dst, struct xa_surface *yuv[]) in xa_yuv_planar_blit() argument
137 xa_yuv_bind_samplers(r, yuv); in xa_yuv_planar_blit()
152 scale_x * w, scale_y * h, x, y, w, h, yuv); in xa_yuv_planar_blit()
/external/autotest/client/site_tests/video_HangoutHardwarePerf/
Dcontrol.power.vp834 'crowd/crowd720-3cfe7b096f765742b4aa79e55fe7c994.yuv',
35 'crowd/crowd360-e84aac15c05b9b19250f3fc97722e0f6.yuv',
36 'crowd/crowd180-6d71fa96da062037482619df31830a97.yuv']
46 ['crowd720.yuv', 1280, 720, 11, 1200000],
47 ['crowd360.yuv', 640, 360, 11, 500000],
48 ['crowd180.yuv', 320, 180, 11, 100000]]
Dcontrol.cpu.vp836 'crowd/crowd720-3cfe7b096f765742b4aa79e55fe7c994.yuv',
37 'crowd/crowd360-e84aac15c05b9b19250f3fc97722e0f6.yuv',
38 'crowd/crowd180-6d71fa96da062037482619df31830a97.yuv']
48 ['crowd720.yuv', 1280, 720, 11, 1200000],
49 ['crowd360.yuv', 640, 360, 11, 500000],
50 ['crowd180.yuv', 320, 180, 11, 100000]]
/external/autotest/server/site_tests/video_PowerConsumption/
Dcontrol.hw_hangout.vp830 'crowd/crowd720-3cfe7b096f765742b4aa79e55fe7c994.yuv',
31 'crowd/crowd360-e84aac15c05b9b19250f3fc97722e0f6.yuv',
32 'crowd/crowd180-6d71fa96da062037482619df31830a97.yuv']
42 ['crowd720.yuv', 1280, 720, 11, 1200000],
43 ['crowd360.yuv', 640, 360, 11, 500000],
44 ['crowd180.yuv', 320, 180, 11, 100000]]
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
Dcontrol.vp831 ('crowd/crowd1080-96f60dd6ff87ba8b129301a0f36efc58.yuv', 1920, 1080, 4000000),
32 ('tulip2/tulip2-1280x720-1b95123232922fe0067869c74e19cd09.yuv', 1280, 720, 1200000),
33 ('tulip2/tulip2-640x360-094bd827de18ca196a83cc6442b7b02f.yuv', 640, 360, 500000),
34 ('tulip2/tulip2-320x180-55be7124b3aec1b72bfb57f433297193.yuv', 320, 180, 100000)]
37 # ('tulip2/tulip2-240x136-ed58afc99d08e5d21013c1a5056e43bf.yuv', 240, 136, 100000)]
Dcontrol.h26431 ('crowd/crowd1080-96f60dd6ff87ba8b129301a0f36efc58.yuv', 1920, 1080, 4000000),
32 ('tulip2/tulip2-1280x720-1b95123232922fe0067869c74e19cd09.yuv', 1280, 720, 1200000),
33 ('tulip2/tulip2-640x360-094bd827de18ca196a83cc6442b7b02f.yuv', 640, 360, 500000),
34 ('tulip2/tulip2-320x180-55be7124b3aec1b72bfb57f433297193.yuv', 320, 180, 100000)]
37 # ('tulip2/tulip2-240x136-ed58afc99d08e5d21013c1a5056e43bf.yuv', 240, 136, 100000)]
/external/autotest/client/site_tests/video_VEAPerf/
Dcontrol.h26439 … ('tulip2/tulip2-1280x720-1b95123232922fe0067869c74e19cd09.yuv', True, 1280, 720, 1200000, 1, 30),
40 ('tulip2/tulip2-640x360-094bd827de18ca196a83cc6442b7b02f.yuv', True, 640, 360, 500000, 1, 30),
41 ('tulip2/tulip2-320x180-55be7124b3aec1b72bfb57f433297193.yuv', True, 320, 180, 100000, 1, 30),
42 ('tulip2/tulip2-240x136-ed58afc99d08e5d21013c1a5056e43bf.yuv', True, 240, 136, 100000, 1, 30)
Dcontrol.vp839 … ('tulip2/tulip2-1280x720-1b95123232922fe0067869c74e19cd09.yuv', True, 1280, 720, 1200000, 11, 30),
40 ('tulip2/tulip2-640x360-094bd827de18ca196a83cc6442b7b02f.yuv', True, 640, 360, 500000, 11, 30),
41 ('tulip2/tulip2-320x180-55be7124b3aec1b72bfb57f433297193.yuv', True, 320, 180, 100000, 11, 30),
42 ('tulip2/tulip2-240x136-ed58afc99d08e5d21013c1a5056e43bf.yuv', True, 240, 136, 100000, 11, 30)
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DPlanarYUVLuminanceSource.java95 byte[] yuv = yuvData; in getMatrix()
98 System.arraycopy(yuv, inputOffset, matrix, outputOffset, width); in getMatrix()
113 byte[] yuv = yuvData; in renderCroppedGreyscaleBitmap()
119 int grey = yuv[inputOffset + x] & 0xff; in renderCroppedGreyscaleBitmap()
/external/libjpeg-turbo/
DMakefile.am290 $(JAVA) -cp java/turbojpeg.jar -Djava.library.path=.libs TJUnitTest -yuv
291 $(JAVA) -cp java/turbojpeg.jar -Djava.library.path=.libs TJUnitTest -yuv -noyuvpad
292 $(JAVA) -cp java/turbojpeg.jar -Djava.library.path=.libs TJUnitTest -yuv -bi
293 $(JAVA) -cp java/turbojpeg.jar -Djava.library.path=.libs TJUnitTest -yuv -bi -noyuvpad
297 ./tjunittest -yuv
298 ./tjunittest -yuv -alloc
299 ./tjunittest -yuv -noyuvpad
645 rm -f *_GRAY.yuv
650 rm -f *_420.yuv
655 rm -f *_422.yuv
[all …]
/external/webrtc/webrtc/modules/
Dmodules_tests.isolate15 '<(DEPTH)/resources/foreman_cif.yuv',
16 '<(DEPTH)/resources/paris_qcif.yuv',
Dmodules_unittests.isolate68 '<(DEPTH)/resources/deflicker_before_cif_short.yuv',
74 '<(DEPTH)/resources/foremanColorEnhanced_cif_short.yuv',
75 '<(DEPTH)/resources/foreman_cif.yuv',
76 '<(DEPTH)/resources/foreman_cif_short.yuv',
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c31 static void make_grayscale(YV12_BUFFER_CONFIG *yuv);
665 static void make_grayscale(YV12_BUFFER_CONFIG *yuv) { in make_grayscale() argument
667 uint8_t *u = yuv->u_buffer; in make_grayscale()
668 uint8_t *v = yuv->v_buffer; in make_grayscale()
670 for (r = 0; r < yuv->uv_height; ++r) { in make_grayscale()
671 for (c = 0; c < yuv->uv_width; ++c) { in make_grayscale()
675 u += yuv->uv_stride; in make_grayscale()
676 v += yuv->uv_stride; in make_grayscale()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.csv141 # http://www.fourcc.org/yuv.php#UYVY
142 PIPE_FORMAT_UYVY , subsampled, 2, 1, x32 , , , , xyz1, yuv
143 # http://www.fourcc.org/yuv.php#YUYV (a.k.a http://www.fourcc.org/yuv.php#YUY2)
144 PIPE_FORMAT_YUYV , subsampled, 2, 1, x32 , , , , xyz1, yuv
268 PIPE_FORMAT_YV12 , other, 1, 1, x8 , x8 , x8 , x8 , xyzw, yuv
269 PIPE_FORMAT_YV16 , other, 1, 1, x8 , x8 , x8 , x8 , xyzw, yuv
270 PIPE_FORMAT_IYUV , other, 1, 1, x8 , x8 , x8 , x8 , xyzw, yuv
271 PIPE_FORMAT_NV12 , other, 1, 1, x8 , x8 , x8 , x8 , xyzw, yuv
272 PIPE_FORMAT_NV21 , other, 1, 1, x8 , x8 , x8 , x8 , xyzw, yuv
/external/opencv3/modules/videoio/src/
Dcap_xine.cpp131 IplImage * yuv = capture->yuv_frame; in icvYV12toBGR() local
140 int line = yuv->widthStep; in icvYV12toBGR()
162 yuv->imageData[ offset ] = *( addr_Y++ ); in icvYV12toBGR()
163 yuv->imageData[ offset + 1 ] = *addr_U; in icvYV12toBGR()
164 yuv->imageData[ offset + 2 ] = *addr_V; in icvYV12toBGR()
/external/skia/src/codec/
DSkJpegCodec.cpp662 JSAMPARRAY yuv[3]; in onGetYUV8Planes() local
666 yuv[0] = &rowptrs[0]; // Y rows (DCTSIZE or 2 * DCTSIZE) in onGetYUV8Planes()
667 yuv[1] = &rowptrs[2 * DCTSIZE]; // U rows (DCTSIZE) in onGetYUV8Planes()
668 yuv[2] = &rowptrs[3 * DCTSIZE]; // V rows (DCTSIZE) in onGetYUV8Planes()
692 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock); in onGetYUV8Planes()
726 JDIMENSION linesRead = jpeg_read_raw_data(dinfo, yuv, numRowsPerBlock); in onGetYUV8Planes()
/external/libhevc/test/decoder/
Dtest.cfg4 --output /data/local/tmp/hevcdec/out.yuv
/external/libyuv/
DBUILD4 # The libyuv package provides implementation yuv image conversion and
DREADME.google7 libyuv is an open-source library for yuv scaling, conversion, comparison
/external/libvpx/libvpx/test/
Dtest-data.sha11 d5dfb0151c9051f8c85999255645d7a23916d3c0 *hantro_collage_w352h288.yuv
2 b87815bf86020c592ccc7a846ba2e28ec8043902 *hantro_odd.yuv
20 c934da6fb8cc54ee2a8c17c54cf6076dac37ead0 *park_joy_90p_10_440.yuv
24 82c1bfcca368c2f22bad7d693d690d5499ecdd11 *park_joy_90p_12_440.yuv
29 81e1f3843748438b8f2e71db484eb22daf72e939 *park_joy_90p_8_440.yuv
696 eb438c6540eb429f74404eedfa3228d409c57874 *desktop_640_360_30.yuv
697 89e70ebd22c27d275fe14dc2f1a41841a6d8b9ab *kirland_640_480_30.yuv
698 33c533192759e5bb4f07abfbac389dc259db4686 *macmarcomoving_640_480_30.yuv
699 8bfaab121080821b8f03b23467911e59ec59b8fe *macmarcostationary_640_480_30.yuv
700 70894878d916a599842d9ad0dcd24e10c13e5467 *niklas_640_480_30.yuv
[all …]

123