Searched refs:dw (Results 26 - 50 of 195) sorted by relevance

12345678

/external/mesa3d/src/intel/common/
H A Dgen_l3_config.c179 float dw = 0; local
182 dw += fabs(w0.w[i] - w1.w[i]);
184 return dw;
240 const float dw = gen_diff_l3_weights(w0, gen_get_l3_config_weights(cfg)); local
242 if (dw < dw_best) {
244 dw_best = dw;
/external/libyuv/files/source/
H A Dconvert_jpeg.cc104 // TODO(fbarchard): review w and h requirement. dw and dh may be enough.
116 int dw,
133 I420Buffers bufs = {y, y_stride, u, u_stride, v, v_stride, dw, dh};
143 ret = mjpeg_decoder.DecodeToCallback(&JpegCopyI420, &bufs, dw, dh);
154 ret = mjpeg_decoder.DecodeToCallback(&JpegI422ToI420, &bufs, dw, dh);
165 ret = mjpeg_decoder.DecodeToCallback(&JpegI444ToI420, &bufs, dw, dh);
172 ret = mjpeg_decoder.DecodeToCallback(&JpegI400ToI420, &bufs, dw, dh);
236 // TODO(fbarchard): review w and h requirement. dw and dh may be enough.
244 int dw,
261 ARGBBuffers bufs = {argb, argb_stride, dw, d
106 MJPGToI420(const uint8* sample, size_t sample_size, uint8* y, int y_stride, uint8* u, int u_stride, uint8* v, int v_stride, int w, int h, int dw, int dh) argument
238 MJPGToARGB(const uint8* sample, size_t sample_size, uint8* argb, int argb_stride, int w, int h, int dw, int dh) argument
[all...]
/external/elfutils/libdwfl/
H A Dfind-debuginfo.c89 if (mod->dw != NULL)
94 ssize_t build_id_len = INTUSE(dwelf_dwarf_gnu_debugaltlink) (mod->dw,
170 if (file_basename == NULL || mod->dw != NULL)
249 if (mod->dw == NULL
253 if (mod->dw == NULL)
290 if (mod->dw != NULL && (p[0] == '\0' || p[0] == '/'))
304 if (mod->dw == NULL && subdir)
359 || (mod->dw == NULL && mod->debug.elf != NULL)
360 || (mod->dw != NULL && mod->alt_elf != NULL)
H A Dcu.c38 return &mod->dw->aranges->info[mod->aranges[idx].arange];
50 if (INTUSE(dwarf_getaranges) (mod->dw, &dwaranges, &naranges) != 0)
115 = &mod->dw->aranges->info[mod->dw->aranges->naranges - 1];
174 if (unlikely (cuoff + 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size))
193 Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw, cuoff, &cudie);
269 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz,
300 const Dwarf_Arange *dwarange = &mod->dw->aranges->info[arange->arange];
H A Ddwfl_nextcu.c70 && (mod->dw != NULL
H A Ddwfl_build_id_find_debuginfo.c48 if (mod->dw != NULL)
52 ssize_t build_id_len = INTUSE(dwelf_dwarf_gnu_debugaltlink) (mod->dw,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_cs_state.c152 int dw = 0; local
153 desc[dw++] = brw->cs.base.prog_offset;
155 desc[dw++] = 0; /* Kernel Start Pointer High */
156 desc[dw++] = 0;
157 desc[dw++] = stage_state->sampler_offset |
159 desc[dw++] = stage_state->bind_bo_offset;
160 desc[dw++] = SET_FIELD(cs_prog_data->push.per_thread.regs,
171 desc[dw++] =
176 desc[dw++] =
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoframe.cc64 int dw,
72 return Reset(format, w, h, dw, dh, sample, sample_size, pixel_width,
77 bool WebRtcVideoFrame::Init(const CapturedFrame* frame, int dw, int dh, argument
79 return Reset(frame->fourcc, frame->width, frame->height, dw, dh,
195 int dw,
212 int new_width = dw;
217 new_height = dw;
224 int horiz_crop = ((w - dw) / 2) & ~1;
237 dw, idh,
61 Init(uint32_t format, int w, int h, int dw, int dh, uint8_t* sample, size_t sample_size, size_t pixel_width, size_t pixel_height, int64_t time_stamp_ns, webrtc::VideoRotation rotation) argument
192 Reset(uint32_t format, int w, int h, int dw, int dh, uint8_t* sample, size_t sample_size, size_t pixel_width, size_t pixel_height, int64_t time_stamp_ns, webrtc::VideoRotation rotation, bool apply_rotation) argument
H A Dwebrtcvideoframe.h58 int dw,
67 bool Init(const CapturedFrame* frame, int dw, int dh, bool apply_rotation);
79 int dw,
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_sampler.c505 uint32_t dw[12]; local
527 dw[1] = fui(rgba[0]);
528 dw[2] = fui(rgba[1]);
529 dw[3] = fui(rgba[2]);
530 dw[4] = fui(rgba[3]);
533 dw[5] = util_float_to_half(rgba[0]) |
535 dw[6] = util_float_to_half(rgba[2]) |
545 dw[9] = (int16_t) util_iround(rgba[0] * 32767.0f) |
547 dw[10] = (int16_t) util_iround(rgba[2] * 32767.0f) |
551 dw[1
[all...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
H A DCSVGroupHandlerTest.java40 final DelimitedWriter dw = new DelimitedWriter(result);
41 final ClassRowWriter rw = new ClassRowWriter(dw, new JavaNames());
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_jpeg.cc138 // TODO(fbarchard): review w and h requirement. dw and dh may be enough.
146 int dw, int dh) {
162 I420Buffers bufs = { y, y_stride, u, u_stride, v, v_stride, dw, dh };
173 ret = mjpeg_decoder.DecodeToCallback(&JpegCopyI420, &bufs, dw, dh);
184 ret = mjpeg_decoder.DecodeToCallback(&JpegI422ToI420, &bufs, dw, dh);
195 ret = mjpeg_decoder.DecodeToCallback(&JpegI444ToI420, &bufs, dw, dh);
206 ret = mjpeg_decoder.DecodeToCallback(&JpegI411ToI420, &bufs, dw, dh);
213 ret = mjpeg_decoder.DecodeToCallback(&JpegI400ToI420, &bufs, dw, dh);
302 // TODO(fbarchard): review w and h requirement. dw and dh may be enough.
308 int dw, in
140 MJPGToI420(const uint8* sample, size_t sample_size, uint8* y, int y_stride, uint8* u, int u_stride, uint8* v, int v_stride, int w, int h, int dw, int dh) argument
304 MJPGToARGB(const uint8* sample, size_t sample_size, uint8* argb, int argb_stride, int w, int h, int dw, int dh) argument
[all...]
/external/elfutils/libdw/
H A Ddwarf_next_cfi.c48 BYTE_ORDER_DUMMY (dw, e_ident);
68 uint64_t length = read_4ubyte_unaligned_inc (&dw, bytes);
80 length = read_8ubyte_unaligned_inc (&dw, bytes);
96 entry->cie.CIE_id = read_8ubyte_unaligned_inc (&dw, bytes);
99 entry->cie.CIE_id = read_4ubyte_unaligned_inc (&dw, bytes);
/external/syslinux/libinstaller/
H A Dsyslxmod.c116 int i, dw, nptrs; local
143 dw = boot_image_len >> 2; /* COMPLETE dwords, excluding ADV */
146 set_32_sl(&patcharea->dwords, dw);
198 for (i = 0, wp = (const uint32_t _slimg *)boot_image; i < dw; i++, wp++)
207 return dw << 2;
/external/mesa3d/src/intel/vulkan/
H A DgenX_gpu_memcpy.c91 uint32_t *dw; local
92 dw = anv_batch_emitn(&cmd_buffer->batch, 5, GENX(3DSTATE_VERTEX_BUFFERS));
93 GENX(VERTEX_BUFFER_STATE_pack)(&cmd_buffer->batch, dw + 1,
108 dw = anv_batch_emitn(&cmd_buffer->batch, 3, GENX(3DSTATE_VERTEX_ELEMENTS));
109 GENX(VERTEX_ELEMENT_STATE_pack)(&cmd_buffer->batch, dw + 1,
191 dw = anv_batch_emitn(&cmd_buffer->batch, 5, GENX(3DSTATE_SO_DECL_LIST),
194 GENX(SO_DECL_ENTRY_pack)(&cmd_buffer->batch, dw + 3,
/external/libvpx/libvpx/vpx_dsp/
H A Dpsnr.c85 const int dw = width % 16; local
92 if (dw > 0) {
93 encoder_variance(&a[width - dw], a_stride, &b[width - dw], b_stride, dw,
100 &b[(height - dh) * b_stride], b_stride, width - dw, dh,
147 const int dw = width % 16; local
151 if (dw > 0) {
152 encoder_highbd_8_variance(&a[width - dw], a_stride, &b[width - dw],
[all...]
/external/opencv/cxcore/src/
H A Dcxdxt.cpp441 int dw0 = tab_size, dw;
582 for( j = 1, dw = dw0; j < nx; j++, dw += dw0 )
587 r2 = v0[nx].re*wave[dw*2].re - v0[nx].im*wave[dw*2].im;
588 i2 = v0[nx].re*wave[dw*2].im + v0[nx].im*wave[dw*2].re;
589 r0 = v1[0].re*wave[dw].im + v1[0].im*wave[dw].re;
590 i0 = v1[0].re*wave[dw]
[all...]
/external/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py61 uint32_t dw;
123 return ((union __gen_value) { .f = (v) }).dw;
367 print(" dw[%d] = 0;" % index)
373 dw = dwords[index]
374 if index > 0 and index - 1 in dwords and dw == dwords[index - 1]:
381 if len(dw.fields) == 1:
382 field = dw.fields[0]
386 print(" %s_pack(data, &dw[%d], &values->%s);" %
393 for field in dw.fields:
404 if dw
[all...]
/external/elfutils/tests/
H A Ddwarf-ranges.c19 #include ELFUTILS_HEADER(dw)
/external/libjpeg-turbo/simd/
H A Djccolor-mmx.asm43 PW_F0299_F0337 times 2 dw F_0_299, F_0_337
44 PW_F0114_F0250 times 2 dw F_0_114, F_0_250
45 PW_MF016_MF033 times 2 dw -F_0_168,-F_0_331
46 PW_MF008_MF041 times 2 dw -F_0_081,-F_0_418
H A Djccolor-sse2-64.asm42 PW_F0299_F0337 times 4 dw F_0_299, F_0_337
43 PW_F0114_F0250 times 4 dw F_0_114, F_0_250
44 PW_MF016_MF033 times 4 dw -F_0_168,-F_0_331
45 PW_MF008_MF041 times 4 dw -F_0_081,-F_0_418
H A Djccolor-sse2.asm42 PW_F0299_F0337 times 4 dw F_0_299, F_0_337
43 PW_F0114_F0250 times 4 dw F_0_114, F_0_250
44 PW_MF016_MF033 times 4 dw -F_0_168,-F_0_331
45 PW_MF008_MF041 times 4 dw -F_0_081,-F_0_418
H A Djdcolor-mmx.asm41 PW_F0402 times 4 dw F_0_402
42 PW_MF0228 times 4 dw -F_0_228
43 PW_MF0344_F0285 times 2 dw -F_0_344, F_0_285
44 PW_ONE times 4 dw 1
H A Djdcolor-sse2-64.asm41 PW_F0402 times 8 dw F_0_402
42 PW_MF0228 times 8 dw -F_0_228
43 PW_MF0344_F0285 times 4 dw -F_0_344, F_0_285
44 PW_ONE times 8 dw 1
H A Djdcolor-sse2.asm41 PW_F0402 times 8 dw F_0_402
42 PW_MF0228 times 8 dw -F_0_228
43 PW_MF0344_F0285 times 4 dw -F_0_344, F_0_285
44 PW_ONE times 8 dw 1

Completed in 1009 milliseconds

12345678