Home
last modified time | relevance | path

Searched refs:dw (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/third_party/ffmpeg/libavcodec/x86/
Dhevc_idct.asm34 pw_64_m64: times 4 dw 64, -64
35 pw_83_36: times 4 dw 83, 36
36 pw_36_m83: times 4 dw 36, -83
39 pw_89_75: times 4 dw 89, 75
40 pw_50_18: times 4 dw 50, 18
42 pw_75_m18: times 4 dw 75, -18
43 pw_m89_m50: times 4 dw -89, -50
45 pw_50_m89: times 4 dw 50, -89
46 pw_18_75: times 4 dw 18, 75
48 pw_18_m50: times 4 dw 18, -50
[all …]
Dvp8dsp.asm27 fourtap_filter_hw_m: times 4 dw -6, 123
28 times 4 dw 12, -1
29 times 4 dw -9, 93
30 times 4 dw 50, -6
31 times 4 dw -6, 50
32 times 4 dw 93, -9
33 times 4 dw -1, 12
34 times 4 dw 123, -6
36 sixtap_filter_hw_m: times 4 dw 2, -11
37 times 4 dw 108, 36
[all …]
Dh264_chromamc.asm27 rnd_rv40_2d_tbl: times 4 dw 0
28 times 4 dw 16
29 times 4 dw 32
30 times 4 dw 16
31 times 4 dw 32
32 times 4 dw 28
33 times 4 dw 32
34 times 4 dw 28
35 times 4 dw 0
36 times 4 dw 32
[all …]
Drv40dsp.asm28 pw_1024: times 8 dw 1 << (16 - 6) ; pw_1024
39 sixtap_filter_v_m: times 8 dw 1
40 times 8 dw -5
41 times 8 dw 52
42 times 8 dw 20
44 times 8 dw 2
45 times 8 dw -10
46 times 8 dw 40
47 times 8 dw 40
49 times 8 dw 1
[all …]
Dg722dsp.asm27 pw_qmf_coeffs: dw 3, -210, -11, -805, -11, 951, 53, 3876
28 pw_qmf_coeffs2: dw 12, 3876, -156, 951, 32, -805, 362, -210
29 pw_qmf_coeffs3: dw 362, 0 , 32, 0, -156, 0, 12, 0
30 pw_qmf_coeffs4: dw 53, 0, -11, 0, -11, 0, 3, 0
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dconvolution_grad_filter.c24 static int FilterGrad16Arm(const float *x, const float *dy, int i_c, int k_idx, float *dw, in FilterGrad16Arm() argument
78 dw[(i_c + 0) * k_spatial + k_idx] = sum_03_4[0]; in FilterGrad16Arm()
79 dw[(i_c + 1) * k_spatial + k_idx] = sum_03_4[1]; in FilterGrad16Arm()
80 dw[(i_c + 2) * k_spatial + k_idx] = sum_03_4[2]; in FilterGrad16Arm()
81 dw[(i_c + 3) * k_spatial + k_idx] = sum_03_4[3]; in FilterGrad16Arm()
83 dw[(i_c + 4) * k_spatial + k_idx] = sum_47_4[0]; in FilterGrad16Arm()
84 dw[(i_c + 5) * k_spatial + k_idx] = sum_47_4[1]; in FilterGrad16Arm()
85 dw[(i_c + 6) * k_spatial + k_idx] = sum_47_4[2]; in FilterGrad16Arm()
86 dw[(i_c + 7) * k_spatial + k_idx] = sum_47_4[3]; in FilterGrad16Arm()
88 dw[(i_c + 8) * k_spatial + k_idx] = sum_9x_4[0]; in FilterGrad16Arm()
[all …]
/third_party/libunwind/src/x86_64/
DGos-linux.c35 tdep_fetch_frame (struct dwarf_cursor *dw, unw_word_t ip, int need_unwind_info) in tdep_fetch_frame() argument
37 struct cursor *c = (struct cursor *) dw; in tdep_fetch_frame()
38 assert(! need_unwind_info || dw->pi_valid); in tdep_fetch_frame()
39 assert(! need_unwind_info || dw->pi.unwind_info); in tdep_fetch_frame()
40 if (dw->pi_valid in tdep_fetch_frame()
41 && dw->pi.unwind_info in tdep_fetch_frame()
42 && ((struct dwarf_cie_info *) dw->pi.unwind_info)->signal_frame) in tdep_fetch_frame()
48 dw->ip, dw->cfa, c->sigcontext_format); in tdep_fetch_frame()
52 tdep_cache_frame (struct dwarf_cursor *dw) in tdep_cache_frame() argument
54 struct cursor *c = (struct cursor *) dw; in tdep_cache_frame()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c99 GLuint dw = i915->state.Ctx[reg]; \ in i915_update_stencil()
100 dw &= ~(mask); \ in i915_update_stencil()
101 dw |= (set); \ in i915_update_stencil()
102 dirty |= dw != i915->state.Ctx[reg]; \ in i915_update_stencil()
103 i915->state.Ctx[reg] = dw; \ in i915_update_stencil()
185 GLuint dw; in i915AlphaFunc() local
189 dw = i915->state.Ctx[I915_CTXREG_LIS6]; in i915AlphaFunc()
190 dw &= ~(S6_ALPHA_TEST_FUNC_MASK | S6_ALPHA_REF_MASK); in i915AlphaFunc()
191 dw |= ((test << S6_ALPHA_TEST_FUNC_SHIFT) | in i915AlphaFunc()
193 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) { in i915AlphaFunc()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dconvolution_grad_filter.c26 …tic int FilterGrad32Arm(const float16_t *x, const float16_t *dy, int i_c, int k_idx, float16_t *dw, in FilterGrad32Arm() argument
91 dw[(i_c + l) * k_spatial + k_idx] = sum_0[l]; in FilterGrad32Arm()
92 dw[(i_c + 4 + l) * k_spatial + k_idx] = sum_1[l]; in FilterGrad32Arm()
93 dw[(i_c + 8 + l) * k_spatial + k_idx] = sum_2[l]; in FilterGrad32Arm()
94 dw[(i_c + 12 + l) * k_spatial + k_idx] = sum_3[l]; in FilterGrad32Arm()
95 dw[(i_c + 16 + l) * k_spatial + k_idx] = sum_4[l]; in FilterGrad32Arm()
96 dw[(i_c + 20 + l) * k_spatial + k_idx] = sum_5[l]; in FilterGrad32Arm()
97 dw[(i_c + 24 + l) * k_spatial + k_idx] = sum_6[l]; in FilterGrad32Arm()
98 dw[(i_c + 28 + l) * k_spatial + k_idx] = sum_7[l]; in FilterGrad32Arm()
104 …tic int FilterGrad16Arm(const float16_t *x, const float16_t *dy, int i_c, int k_idx, float16_t *dw, in FilterGrad16Arm() argument
[all …]
/third_party/mesa3d/src/intel/common/tests/
Dgenxml_test.c63 uint32_t dw[GFX9_TEST_STRUCT_length]; in test_struct() local
64 GFX9_TEST_STRUCT_pack(NULL, dw, &test1); in test_struct()
74 intel_print_group(stdout, group, 0, dw, 0, false); in test_struct()
78 intel_field_iterator_init(&iter, group, dw, 0, false); in test_struct()
105 uint32_t dw[GFX9_STRUCT_TWO_LEVELS_length]; in test_two_levels() local
106 GFX9_STRUCT_TWO_LEVELS_pack(NULL, dw, &test); in test_two_levels()
115 intel_print_group(stdout, group, 0, dw, 0, false); in test_two_levels()
119 intel_field_iterator_init(&iter, group, dw, 0, false); in test_two_levels()
/third_party/mesa3d/src/intel/genxml/
Dgen_pack_header.py386 dw = dwords[index]
387 if index > 0 and index - 1 in dwords and dw == dwords[index - 1]:
394 if len(dw.fields) == 1:
395 field = dw.fields[0]
406 for field in dw.fields:
417 if dw.address == None:
422 if dw.size == 32 and dw.address == None:
425 elif len(dw.fields) > address_count:
427 print(" const uint%d_t %s =" % (dw.size, v))
433 for field in dw.fields:
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_jit_neon_inc.h240 qw.dw[0] >>= align_offset * 8; in FF_FUN()
241 if (qw.dw[0]) in FF_FUN()
243 str_ptr += align_offset + __builtin_ctzll(qw.dw[0]) / 8; in FF_FUN()
246 if (qw.dw[1]) in FF_FUN()
248 str_ptr += 8 + __builtin_ctzll(qw.dw[1]) / 8; in FF_FUN()
254 qw.dw[1] >>= (align_offset - 8) * 8; in FF_FUN()
255 if (qw.dw[1]) in FF_FUN()
257 str_ptr += align_offset + __builtin_ctzll(qw.dw[1]) / 8; in FF_FUN()
312 if (qw.dw[0]) in FF_FUN()
313 str_ptr += __builtin_ctzll(qw.dw[0]) / 8; in FF_FUN()
[all …]
/third_party/libwebsockets/lib/plat/windows/
Dwindows-resolv.c34 DWORD dw; in lws_plat_asyncdns_init() local
43 dw = GetNetworkParams(fi, &ul); in lws_plat_asyncdns_init()
44 if (dw == NO_ERROR) in lws_plat_asyncdns_init()
46 if (dw != ERROR_BUFFER_OVERFLOW) { in lws_plat_asyncdns_init()
48 (unsigned int)dw); in lws_plat_asyncdns_init()
/third_party/mesa3d/src/intel/common/
Dmi_builder.h166 uint32_t *dw = (uint32_t *)__gen_get_batch_dwords(b->user_data, in mi_builder_flush_math() local
168 mi_builder_pack(b, GENX(MI_MATH), dw, math) { in mi_builder_flush_math()
171 memcpy(dw + 1, b->math_dwords, b->num_math_dwords * sizeof(uint32_t)); in mi_builder_flush_math()
385 uint32_t *dw = (uint32_t *)__gen_get_batch_dwords(b->user_data, in _mi_copy_no_unref() local
388 mi_builder_pack(b, GENX(MI_LOAD_REGISTER_IMM), dw, lri) { in _mi_copy_no_unref()
395 dw[1] = reg.num; in _mi_copy_no_unref()
396 dw[2] = src.imm; in _mi_copy_no_unref()
397 dw[3] = reg.num + 4; in _mi_copy_no_unref()
398 dw[4] = src.imm >> 32; in _mi_copy_no_unref()
402 uint32_t *dw = (uint32_t *)__gen_get_batch_dwords(b->user_data, in _mi_copy_no_unref() local
[all …]
Dintel_l3_config.c245 float dw = 0; in intel_diff_l3_weights() local
248 dw += fabsf(w0.w[i] - w1.w[i]); in intel_diff_l3_weights()
250 return dw; in intel_diff_l3_weights()
314 const float dw = intel_diff_l3_weights(w0, intel_get_l3_config_weights(cfg)); in intel_get_l3_config() local
316 if (dw < dw_best) { in intel_get_l3_config()
318 dw_best = dw; in intel_get_l3_config()
/third_party/ffmpeg/libavfilter/x86/
Dcolorspacedsp.asm27 pw_1: times 8 dw 1
28 pw_2: times 8 dw 2
29 pw_4: times 8 dw 4
30 pw_8: times 8 dw 8
31 pw_16: times 8 dw 16
32 pw_64: times 8 dw 64
33 pw_128: times 8 dw 128
34 pw_256: times 8 dw 256
35 pw_512: times 8 dw 512
36 pw_1023: times 8 dw 1023
[all …]
/third_party/gstreamer/gstplugins_bad/ext/openexr/
Dgstopenexrdec.cpp286 Box2i dw = file->dataWindow (); in gst_openexr_dec_negotiate() local
287 width = dw.max.x - dw.min.x + 1; in gst_openexr_dec_negotiate()
288 height = dw.max.y - dw.min.y + 1; in gst_openexr_dec_negotiate()
404 Box2i dw = file->dataWindow (); in gst_openexr_dec_handle_frame() local
405 int width = dw.max.x - dw.min.x + 1; in gst_openexr_dec_handle_frame()
406 int height = dw.max.y - dw.min.y + 1; in gst_openexr_dec_handle_frame()
410 file->setFrameBuffer (fb - dw.min.x - dw.min.y * width, 1, width); in gst_openexr_dec_handle_frame()
411 file->readPixels (dw.min.y, dw.max.y); in gst_openexr_dec_handle_frame()
/third_party/mesa3d/src/intel/isl/
Disl_emit_depth_stencil.c321 uint32_t *dw = batch; in isl_genX() local
322 GENX(3DSTATE_DEPTH_BUFFER_pack)(NULL, dw, &db); in isl_genX()
323 dw += GENX(3DSTATE_DEPTH_BUFFER_length); in isl_genX()
326 GENX(3DSTATE_STENCIL_BUFFER_pack)(NULL, dw, &sb); in isl_genX()
327 dw += GENX(3DSTATE_STENCIL_BUFFER_length); in isl_genX()
329 GENX(3DSTATE_HIER_DEPTH_BUFFER_pack)(NULL, dw, &hiz); in isl_genX()
330 dw += GENX(3DSTATE_HIER_DEPTH_BUFFER_length); in isl_genX()
332 GENX(3DSTATE_CLEAR_PARAMS_pack)(NULL, dw, &clear); in isl_genX()
333 dw += GENX(3DSTATE_CLEAR_PARAMS_length); in isl_genX()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dboundingbox_decode_impl.cu32 T dw = deltas[right_x] * s3 + m3; in BoundingBoxDecodeKernel() local
37 dw = dw > max_ratio ? max_ratio : (dw < (-max_ratio) ? (-max_ratio) : dw); in BoundingBoxDecodeKernel()
47 T gw = pw * exp(dw); in BoundingBoxDecodeKernel()
Dprelu_grad_impl.cu43 __global__ void ComputeDwData(size_t weight_size, size_t thread_num, const float *dw_array, T *dw) { in ComputeDwData() argument
49 dw[i] = static_cast<T>(value); in ComputeDwData()
55 … const T *dy, const T *x, const T *w, T *dx, T *dw, float *dw_array, cudaStream_t cuda_stream) { in CalPReLUGrad() argument
61 …a<<<GET_BLOCKS(weight_size), GET_THREADS, 0, cuda_stream>>>(weight_size, thread_num, dw_array, dw); in CalPReLUGrad()
/third_party/mesa3d/src/intel/vulkan/
DgenX_gpu_memcpy.c86 uint32_t *dw; in genX() local
87 dw = anv_batch_emitn(&cmd_buffer->batch, 5, GENX(3DSTATE_VERTEX_BUFFERS)); in genX()
88 GENX(VERTEX_BUFFER_STATE_pack)(&cmd_buffer->batch, dw + 1, in genX()
105 dw = anv_batch_emitn(&cmd_buffer->batch, 3, GENX(3DSTATE_VERTEX_ELEMENTS)); in genX()
106 GENX(VERTEX_ELEMENT_STATE_pack)(&cmd_buffer->batch, dw + 1, in genX()
199 dw = anv_batch_emitn(&cmd_buffer->batch, 5, GENX(3DSTATE_SO_DECL_LIST), in genX()
202 GENX(SO_DECL_ENTRY_pack)(&cmd_buffer->batch, dw + 3, in genX()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_decoder.cpp33 uint32_t dw0 = dw[i]; in decode_cf()
34 uint32_t dw1 = dw[i+1]; in decode_cf()
111 uint32_t dw0 = dw[i++]; in decode_cf_alu()
112 uint32_t dw1 = dw[i++]; in decode_cf_alu()
177 uint32_t dw0 = dw[i++]; in decode_cf_exp()
178 uint32_t dw1 = dw[i++]; in decode_cf_exp()
231 uint32_t dw0 = dw[i++]; in decode_cf_mem()
232 uint32_t dw1 = dw[i++]; in decode_cf_mem()
292 uint32_t dw0 = dw[i++]; in decode_alu()
293 uint32_t dw1 = dw[i++]; in decode_alu()
[all …]
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstvideoflip.c677 gint dw = GST_VIDEO_FRAME_WIDTH (dest); in gst_video_flip_packed_simple() local
693 for (x = 0; x < dw; x++) { in gst_video_flip_packed_simple()
703 for (x = 0; x < dw; x++) { in gst_video_flip_packed_simple()
713 for (x = 0; x < dw; x++) { in gst_video_flip_packed_simple()
723 for (x = 0; x < dw; x++) { in gst_video_flip_packed_simple()
733 for (x = 0; x < dw; x++) { in gst_video_flip_packed_simple()
743 for (x = 0; x < dw; x++) { in gst_video_flip_packed_simple()
752 for (x = 0; x < dw; x++) { in gst_video_flip_packed_simple()
779 gint dw = GST_VIDEO_FRAME_WIDTH (dest); in gst_video_flip_y422() local
803 for (x = 0; x < dw; x += 2) { in gst_video_flip_y422()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dboundingbox_decode_cpu_kernel.cc110 T dw = deltas[right_x] * static_cast<T>(stds_[W_INDEX]) + static_cast<T>(means_[W_INDEX]); in Launch() local
115 dw = dw > max_ratio ? max_ratio : (dw < (-max_ratio) ? (-max_ratio) : dw); in Launch()
125 T gw = pw * exp(dw); in Launch()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java577 RBBIDataWrapper dw = bi.fRData; in TestTableRedundancies() local
578 RBBIDataWrapper.RBBIStateTable fwtbl = dw.fFTable; in TestTableRedundancies()
579 int numCharClasses = dw.fHeader.fCatCount; in TestTableRedundancies()
586 int row = dw.getRowIndex(r); in TestTableRedundancies()
607 int row = dw.getRowIndex(r); in TestTableRedundancies()
684 RBBIDataWrapper dw = bi.fRData;
685 RBBIDataWrapper.RBBIStateTable fwtbl = dw.fFTable;
686 RBBIDataWrapper.RBBIStateTable rvtbl = dw.fRTable;
690 boolean has8BitsTrie = dw.fTrie.getValueWidth() == CodePointTrie.ValueWidth.BITS_8;
692 …assertEquals("Number of char classes mismatch numChar=" + numChar, numChar + 4, dw.fHeader.fCatCou…
[all …]

12345678910>>...14