Home
last modified time | relevance | path

Searched defs:dc (Results 1 – 25 of 212) sorted by relevance

123456789

/external/llvm/test/MC/AArch64/
Darm64-diags.s337 dc zva label
339 dc ivac label
341 dc isw label
343 dc cvac label
345 dc csw label
347 dc cvau label
349 dc civac label
351 dc cisw label
/external/libaom/aom_dsp/x86/
Dhighbd_intrapred_sse2.c257 const __m128i *dc) { in dc_store_4x4()
270 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2); in aom_highbd_dc_left_predictor_4x4_sse2() local
281 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2); in aom_highbd_dc_top_predictor_4x4_sse2() local
290 const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1)); in aom_highbd_dc_128_predictor_4x4_sse2() local
301 const __m128i *dc) { in dc_store_4x8()
324 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3); in aom_highbd_dc_left_predictor_4x8_sse2() local
335 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2); in aom_highbd_dc_top_predictor_4x8_sse2() local
344 const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1)); in aom_highbd_dc_128_predictor_4x8_sse2() local
355 const __m128i *dc) { in dc_store_8xh()
371 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3); in dc_top_predictor_8xh() local
[all …]
/external/vboot_reference/firmware/2lib/
D2sha_utility.c83 int vb2_digest_init(struct vb2_digest_context *dc, in vb2_digest_init()
110 int vb2_digest_extend(struct vb2_digest_context *dc, in vb2_digest_extend()
135 int vb2_digest_finalize(struct vb2_digest_context *dc, in vb2_digest_finalize()
/external/libvpx/vpx_dsp/arm/
Didct8x8_1_add_neon.c16 static INLINE uint8x8_t create_dcd(const int16_t dc) { in create_dcd()
45 const uint8x8_t dc = create_dcd(a1); in vpx_idct8x8_1_add_neon() local
55 const uint8x8_t dc = create_dcd(-a1); in vpx_idct8x8_1_add_neon() local
Didct16x16_1_add_neon.c41 const uint8x16_t dc = create_dcq(a1); in vpx_idct16x16_1_add_neon() local
59 const uint8x16_t dc = create_dcq(-a1); in vpx_idct16x16_1_add_neon() local
Dintrapred_neon.c27 const uint8x8_t dc) { in dc_store_4x4()
41 uint8x8_t dc; in vpx_dc_predictor_4x4_neon() local
51 const uint8x8_t dc = vreinterpret_u8_u16(vrshr_n_u16(sum, 2)); in vpx_dc_left_predictor_4x4_neon() local
59 const uint8x8_t dc = vreinterpret_u8_u16(vrshr_n_u16(sum, 2)); in vpx_dc_top_predictor_4x4_neon() local
66 const uint8x8_t dc = vdup_n_u8(0x80); in vpx_dc_128_predictor_4x4_neon() local
83 const uint8x8_t dc) { in dc_store_8x8()
98 uint8x8_t dc; in vpx_dc_predictor_8x8_neon() local
108 const uint8x8_t dc = vreinterpret_u8_u16(vrshr_n_u16(sum, 3)); in vpx_dc_left_predictor_8x8_neon() local
116 const uint8x8_t dc = vreinterpret_u8_u16(vrshr_n_u16(sum, 3)); in vpx_dc_top_predictor_8x8_neon() local
123 const uint8x8_t dc = vdup_n_u8(0x80); in vpx_dc_128_predictor_8x8_neon() local
[all …]
Didct32x32_1_add_neon.c48 const uint8x16_t dc = create_dcq(a1); in vpx_idct32x32_1_add_neon() local
53 const uint8x16_t dc = create_dcq(-a1); in vpx_idct32x32_1_add_neon() local
Dhighbd_intrapred_neon.c27 const uint16x4_t dc) { in dc_store_4x4()
41 uint16x4_t dc; in vpx_highbd_dc_predictor_4x4_neon() local
54 const uint16x4_t dc = vrshr_n_u16(sum, 2); in vpx_highbd_dc_left_predictor_4x4_neon() local
64 const uint16x4_t dc = vrshr_n_u16(sum, 2); in vpx_highbd_dc_top_predictor_4x4_neon() local
73 const uint16x4_t dc = vdup_n_u16(1 << (bd - 1)); in vpx_highbd_dc_128_predictor_4x4_neon() local
90 const uint16x4_t dc) { in dc_store_8x8()
105 uint16x4_t dc; in vpx_highbd_dc_predictor_8x8_neon() local
117 const uint16x4_t dc = vrshr_n_u16(sum, 3); in vpx_highbd_dc_left_predictor_8x8_neon() local
127 const uint16x4_t dc = vrshr_n_u16(sum, 3); in vpx_highbd_dc_top_predictor_8x8_neon() local
136 const uint16x4_t dc = vdup_n_u16(1 << (bd - 1)); in vpx_highbd_dc_128_predictor_8x8_neon() local
[all …]
/external/mesa3d/src/glx/windows/
Dwindows_drawable.c42 void window_releasedc(windowsDrawable *d, HDC dc) in window_releasedc()
64 void pixmap_releasedc(windowsDrawable *d, HDC dc) in pixmap_releasedc()
86 void pbuffer_releasedc(windowsDrawable *d, HDC dc) in pbuffer_releasedc()
/external/libvpx/vpx_dsp/x86/
Dhighbd_intrapred_intrin_sse2.c172 const __m128i *dc) { in dc_store_4x4()
185 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2); in vpx_highbd_dc_left_predictor_4x4_sse2() local
196 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2); in vpx_highbd_dc_top_predictor_4x4_sse2() local
205 const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1)); in vpx_highbd_dc_128_predictor_4x4_sse2() local
225 const __m128i *dc) { in dc_store_8x8()
239 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3); in vpx_highbd_dc_left_predictor_8x8_sse2() local
250 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3); in vpx_highbd_dc_top_predictor_8x8_sse2() local
259 const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1)); in vpx_highbd_dc_128_predictor_8x8_sse2() local
276 const __m128i *dc) { in dc_store_16x16()
291 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, eight), 4); in vpx_highbd_dc_left_predictor_16x16_sse2() local
[all …]
/external/clang/test/Sema/
Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
/external/clang/test/SemaCXX/
Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp31 auto dc = wglGetCurrentDC(); in context_restorer() local
113 HDC dc; in WinGLTestContext() local
192 HDC dc; in onPlatformMakeCurrent() local
/external/vboot_reference/tests/
Dvb20_api_tests.c165 int vb2_digest_init(struct vb2_digest_context *dc, in vb2_digest_init()
179 int vb2_digest_extend(struct vb2_digest_context *dc, in vb2_digest_extend()
191 int vb2_digest_finalize(struct vb2_digest_context *dc, in vb2_digest_finalize()
299 struct vb2_digest_context *dc; in extend_hash_tests() local
Dvb2_sha_tests.c22 struct vb2_digest_context dc; in vb2_digest() local
112 struct vb2_digest_context dc; in misc_tests() local
/external/skia/src/utils/win/
DSkWGL_win.cpp18 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
125 HDC dc, in selectFormat()
308 static void get_pixel_formats_to_try(HDC dc, const SkWGLExtensions& extensions, in get_pixel_formats_to_try()
355 static HGLRC create_gl_context(HDC dc, const SkWGLExtensions& extensions, in create_gl_context()
421 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext()
486 HDC dc = extensions.getPbufferDC(pbuf); in Create() local
507 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) in SkWGLPbufferContext()
/external/vboot_reference/firmware/lib20/
Dapi.c43 struct vb2_digest_context *dc; in vb2api_init_hash() local
127 struct vb2_digest_context *dc = (struct vb2_digest_context *) in vb2api_check_hash() local
/external/vboot_reference/firmware/lib21/
Dapi.c47 struct vb2_digest_context *dc; in vb2api_init_hash2() local
119 struct vb2_digest_context *dc = (struct vb2_digest_context *) in vb2api_check_hash() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dynamic_indexing.c69 struct dIndexing_transform_context *dc = dIndexing_transform_context(ctx); in dIndexing_decl() local
109 struct dIndexing_transform_context *dc = dIndexing_transform_context(ctx); in remove_dynamic_indexes() local
283 struct dIndexing_transform_context *dc = dIndexing_transform_context(ctx); in dIndexing_inst() local
/external/skia/tools/sk_app/win/
DGLWindowContext_win.cpp67 HDC dc = GetDC(fHWND); in onInitializeContext() local
138 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers() local
/external/libaom/av1/common/arm/
Dcfl_neon.c411 int16x4_t dc) { in predict_w4()
420 int16x8_t dc) { in predict_w8()
429 int16x8_t dc) { in predict_w16()
448 int16x8_t dc) { in predict_w32()
480 const int16x4_t dc = vdup_n_s16(*dst); in cfl_predict_lbd_neon() local
489 const int16x8_t dc = vdupq_n_s16(*dst); in cfl_predict_lbd_neon() local
556 const int16x4_t dc = vdup_n_s16(*dst); in cfl_predict_hbd_neon() local
566 const int16x8_t dc = vdupq_n_s16(*dst); in cfl_predict_hbd_neon() local
/external/rust/crates/static_assertions/tests/
Deq_size.rs30 mod dc { module
102 let dc = DropCounter::new(&mut count); in test_eq_size_drop_count() localVariable
/external/webrtc/pc/
Ddata_channel_unittest.cc127 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
322 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
336 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
367 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
471 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
535 rtc::scoped_refptr<SctpDataChannel> dc = in TEST_F() local
/external/bc/vs/tests/
Dtests_dc.bat4 set dc=%~dp0\dc.exe variable
/external/skia/src/core/
DSkMesh.cpp654 sk_sp<IndexBuffer> SkMesh::MakeIndexBuffer(GrDirectContext* dc, const void* data, size_t size) { in MakeIndexBuffer()
665 sk_sp<IndexBuffer> SkMesh::CopyIndexBuffer(GrDirectContext* dc, sk_sp<IndexBuffer> src) { in CopyIndexBuffer()
677 sk_sp<VertexBuffer> SkMesh::MakeVertexBuffer(GrDirectContext* dc, const void* data, size_t size) { in MakeVertexBuffer()
688 sk_sp<VertexBuffer> SkMesh::CopyVertexBuffer(GrDirectContext* dc, sk_sp<VertexBuffer> src) { in CopyVertexBuffer()
857 bool SkMesh::IndexBuffer::update(GrDirectContext* dc, in update()
864 bool SkMesh::VertexBuffer::update(GrDirectContext* dc, in update()
872 bool SkMeshPriv::UpdateGpuBuffer(GrDirectContext* dc, in UpdateGpuBuffer()

123456789