Home
last modified time | relevance | path

Searched refs:DEPTH (Results 1 - 25 of 46) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dv210_template.c50 WRITE_PIXELS(u, y, v, DEPTH); in v210_enc()
51 WRITE_PIXELS(y, u, y, DEPTH); in v210_enc()
52 WRITE_PIXELS(v, y, u, DEPTH); in v210_enc()
53 WRITE_PIXELS(y, v, y, DEPTH); in v210_enc()
56 WRITE_PIXELS(u, y, v, DEPTH); in v210_enc()
58 val = CLIP(*y++, DEPTH) << (10-DEPTH); in v210_enc()
65 val |= (CLIP(*u++, DEPTH) << (20-DEPTH)) | (CLIP(*y++, DEPTH) << (3 in v210_enc()
[all...]
H A Dv210enc.c33 #define DEPTH 8 macro
38 #undef DEPTH macro
43 #define DEPTH 10 macro
48 #undef DEPTH macro
/third_party/ffmpeg/libavfilter/
H A Dvf_phase.c42 #define DEPTH 8 macro
45 #undef DEPTH macro
46 #define DEPTH 9 macro
49 #undef DEPTH macro
50 #define DEPTH 10 macro
53 #undef DEPTH macro
54 #define DEPTH 12 macro
57 #undef DEPTH macro
58 #define DEPTH 14 macro
61 #undef DEPTH macro
62 #define DEPTH global() macro
[all...]
H A Dvf_blend_init.h29 #define DEPTH 8 macro
32 #undef DEPTH macro
33 #define DEPTH 9 macro
36 #undef DEPTH macro
37 #define DEPTH 10 macro
40 #undef DEPTH macro
41 #define DEPTH 12 macro
44 #undef DEPTH macro
45 #define DEPTH 14 macro
48 #undef DEPTH macro
49 #define DEPTH global() macro
52 #undef DEPTH global() macro
53 #define DEPTH global() macro
[all...]
H A Dvf_median.c32 #define DEPTH 8 macro
35 #undef DEPTH macro
36 #define DEPTH 9 macro
39 #undef DEPTH macro
40 #define DEPTH 10 macro
43 #undef DEPTH macro
44 #define DEPTH 12 macro
47 #undef DEPTH macro
48 #define DEPTH 14 macro
51 #undef DEPTH macro
52 #define DEPTH global() macro
[all...]
H A Dblend_modes.c34 #if DEPTH == 8
39 #elif DEPTH == 32
46 #define MAX ((1 << DEPTH) - 1)
47 #define HALF (1 << (DEPTH - 1))
48 #define CLIP(x) ((int)av_clip_uintp2(x, DEPTH))
61 #if DEPTH < 32
64 #define BURN(a, b) (((a) == 0) ? (a) : FFMAX(0, MAX - ((MAX - (b)) << DEPTH) / (a)))
65 #define DODGE(a, b) (((a) == MAX) ? (a) : FFMIN(MAX, (((b) << DEPTH) / (MAX - (a)))))
69 #define MDIV (0.125f * (1 << DEPTH))
88 #define fn0(name) fn1(name, DEPTH)
[all...]
H A Dcolorchannelmixer_template.c26 #if DEPTH == 8
30 #elif DEPTH == 16
46 #define fn(a) fn2(a, DEPTH)
76 #if DEPTH == 32 in filter_slice_rgba_planar()
107 #if DEPTH < 32 in filter_slice_rgba_planar()
126 #if DEPTH < 32 in filter_slice_rgba_planar()
137 #if DEPTH < 32 in filter_slice_rgba_planar()
164 #if DEPTH < 32
H A Dphase_template.c29 #if DEPTH == 8
39 #define fn(a) fn2(a, DEPTH)
70 const double factor = 1. / (25. * (1 << (DEPTH - 8)) * (1 << (DEPTH - 8))); in analyze_plane()
H A Dmedian_template.c30 #if DEPTH == 8
42 #define SHIFT ((DEPTH + 1) / 2)
47 #define fn(a) fn2(a, DEPTH)
/third_party/ffmpeg/libavcodec/x86/
H A Dh264dsp_init.c29 #define IDCT_ADD_FUNC(NUM, DEPTH, OPT) \
30 void ff_h264_idct ## NUM ## _add_ ## DEPTH ## _ ## OPT(uint8_t *dst, \
49 #define IDCT_ADD_REP_FUNC(NUM, REP, DEPTH, OPT) \
50 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \
65 #define IDCT_ADD_REP_FUNC2(NUM, REP, DEPTH, OPT) \
66 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \
90 #define LF_FUNC(DIR, TYPE, DEPTH, OPT) \
91 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix, \
96 #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \
97 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ##
[all...]
H A Dvc1dsp_init.c69 #define DECLARE_FUNCTION(OP, DEPTH, INSN) \
70 static void OP##vc1_mspel_mc00_##DEPTH##INSN(uint8_t *dst, \
73 ff_ ## OP ## pixels ## DEPTH ## INSN(dst, src, stride, DEPTH); \
H A Dh264_intrapred_init.c30 #define PRED4x4(TYPE, DEPTH, OPT) \
31 void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
51 #define PRED8x8(TYPE, DEPTH, OPT) \
52 void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
61 #define PRED8x8L(TYPE, DEPTH, OPT)\
62 void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
90 #define PRED16x16(TYPE, DEPTH, OPT)\
91 void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp22 DEPTH, member in __anon20256::BufferType
33 case BufferType::DEPTH: in BufferTypeString()
50 case BufferType::DEPTH: in BufferTypeMask()
67 case BufferType::DEPTH: in BufferTypeFormat()
84 case BufferType::DEPTH: in BufferTypeAttachment()
205 case BufferType::DEPTH: in drawBenchmark()
246 D3D11(BufferType::DEPTH, 0),
250 D3D11(BufferType::DEPTH, 2),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp65 DEPTH = 0, enumerator
235 const VkImageAspectFlagBits imageAspectFlagBits = m_bufferType == BufferType::DEPTH ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_ASPECT_STENCIL_BIT; in iterate()
276 m_bufferType == BufferType::DEPTH ? VK_TRUE : VK_FALSE, // VkBool32 depthTestEnable in iterate()
323 if (m_bufferType == BufferType::DEPTH) in iterate()
454 if (m_bufferType == BufferType::DEPTH) in initPrograms()
461 if (m_bufferType == BufferType::DEPTH) in initPrograms()
484 if (m_bufferType == BufferType::DEPTH) in initPrograms()
599 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
600 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests()
601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + postfix, BufferType::DEPTH, DiscardTyp in createDepthStencilWriteConditionsTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp65 DEPTH = 0, enumerator
235 const VkImageAspectFlagBits imageAspectFlagBits = m_bufferType == BufferType::DEPTH ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_ASPECT_STENCIL_BIT; in iterate()
276 m_bufferType == BufferType::DEPTH ? VK_TRUE : VK_FALSE, // VkBool32 depthTestEnable in iterate()
323 if (m_bufferType == BufferType::DEPTH) in iterate()
456 if (m_bufferType == BufferType::DEPTH) in initPrograms()
463 if (m_bufferType == BufferType::DEPTH) in initPrograms()
486 if (m_bufferType == BufferType::DEPTH) in initPrograms()
601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
602 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests()
603 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + postfix, "", BufferType::DEPTH, DiscardTyp in createDepthStencilWriteConditionsTests()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormat.java152 final int DEPTH = 10; in tryDate()
153 Date[] date = new Date[DEPTH]; in tryDate()
154 StringBuffer[] string = new StringBuffer[DEPTH]; in tryDate()
160 for (i=0; i<DEPTH; ++i) string[i] = new StringBuffer(); in tryDate()
161 for (i=0; i<DEPTH; ++i) { in tryDate()
194 if (i == DEPTH) --i; in tryDate()
H A DDateFormatRoundTripTest.java45 private int DEPTH = 5; field in DateFormatRoundTripTest
177 Date[] d = new Date[DEPTH]; in _test()
178 String[] s = new String[DEPTH]; in _test()
189 for (loop = 0; loop < DEPTH; ++loop) { in _test()
222 // At this point loop == DEPTH if we've failed, otherwise loop is the in _test()
252 for (int j = 0; j <= loop && j < DEPTH; ++j) { in _test()
H A DIntlTestNumberFormat.java164 final int DEPTH = 10; in tryIt()
165 double[] number = new double[DEPTH]; in tryIt()
166 String[] string = new String[DEPTH]; in tryIt()
174 for (i = 0; i < DEPTH; i++) { in tryIt()
210 if (i == DEPTH) in tryIt()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDateFormat.java155 final int DEPTH = 10; in tryDate()
156 Date[] date = new Date[DEPTH]; in tryDate()
157 StringBuffer[] string = new StringBuffer[DEPTH]; in tryDate()
163 for (i=0; i<DEPTH; ++i) string[i] = new StringBuffer(); in tryDate()
164 for (i=0; i<DEPTH; ++i) { in tryDate()
197 if (i == DEPTH) --i; in tryDate()
H A DDateFormatRoundTripTest.java48 private int DEPTH = 5; field in DateFormatRoundTripTest
180 Date[] d = new Date[DEPTH]; in _test()
181 String[] s = new String[DEPTH]; in _test()
192 for (loop = 0; loop < DEPTH; ++loop) { in _test()
225 // At this point loop == DEPTH if we've failed, otherwise loop is the in _test()
255 for (int j = 0; j <= loop && j < DEPTH; ++j) { in _test()
H A DIntlTestNumberFormat.java167 final int DEPTH = 10; in tryIt()
168 double[] number = new double[DEPTH]; in tryIt()
169 String[] string = new String[DEPTH]; in tryIt()
177 for (i = 0; i < DEPTH; i++) { in tryIt()
213 if (i == DEPTH) in tryIt()
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdate.cpp150 const int32_t DEPTH = 10; in tryDate() local
151 UDate date[DEPTH]; in tryDate()
152 UnicodeString string[DEPTH]; in tryDate()
172 for (i=1; i<DEPTH; ++i) in tryDate()
208 if (i == DEPTH) in tryDate()
H A Ddtfmtrtts.cpp43 int32_t DateFormatRoundTripTest::DEPTH = 5; member in DateFormatRoundTripTest
322 UDate *d = new UDate [DEPTH]; in test()
323 UnicodeString *s = new UnicodeString[DEPTH]; in test()
340 for(loop = 0; loop < DEPTH; ++loop) { in test()
387 // At this point loop == DEPTH if we've failed, otherwise loop is the in test()
499 for(int j = 0; j <= loop && j < DEPTH; ++j) { in test()
H A Dtsnmfmt.cpp286 const int32_t DEPTH = 10; in tryIt() local
287 Formattable number[DEPTH]; in tryIt()
288 UnicodeString string[DEPTH]; in tryIt()
294 for (i=0; i<DEPTH; ++i) in tryIt()
345 if (i == DEPTH) in tryIt()
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm764 %define DEPTH %2
768 %define SH (22 + 8 - DEPTH)
770 %if DEPTH >= 16
781 %if DEPTH >= 16
805 %if DEPTH >= 16
824 LOAD_PIXELS 1, lumSrcxq, DEPTH
840 LOAD_PIXELS 1, alpSrcxq, DEPTH
846 %if DEPTH >= 16
857 LOAD_PIXELS 1, chrUSrcxq, DEPTH
858 LOAD_PIXELS 2, chrVSrcxq, DEPTH
[all...]

Completed in 13 milliseconds

12