HomeSort by relevance Sort by last modified time
    Searched refs:dw (Results 101 - 125 of 711) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
rdrnd.d 1 #objdump: -dw
rdseed.d 1 #objdump: -dw
sse-check-none.d 2 #objdump: -dw
sse-check.d 2 #objdump: -dw
x86-64-cdr.d 1 #objdump: -dw
x86-64-clflushopt-intel.d 2 #objdump: -dw -Mintel
x86-64-clflushopt.d 2 #objdump: -dw
x86-64-clwb-intel.d 2 #objdump: -dw -Mintel
x86-64-clwb.d 2 #objdump: -dw
x86-64-ept.d 1 #objdump: -dw
x86-64-gidt.d 1 #objdump: -dw
x86-64-prefetchwt1.d 2 #objdump: -dw
x86-64-xsavec-intel.d 2 #objdump: -dw -Mintel
x86-64-xsavec.d 2 #objdump: -dw
xsave.d 1 #objdump: -dw
xsavec-intel.d 2 #objdump: -dw -Mintel
xsavec.d 2 #objdump: -dw
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-2-local.d 2 #objdump: -dw
ifunc-2.d 2 #objdump: -dw
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_jpeg.cc 137 // TODO(fbarchard): review w and h requirement. dw and dh may be enough.
145 int dw, int dh) {
161 I420Buffers bufs = { y, y_stride, u, u_stride, v, v_stride, dw, dh };
172 ret = mjpeg_decoder.DecodeToCallback(&JpegCopyI420, &bufs, dw, dh);
183 ret = mjpeg_decoder.DecodeToCallback(&JpegI422ToI420, &bufs, dw, dh);
194 ret = mjpeg_decoder.DecodeToCallback(&JpegI444ToI420, &bufs, dw, dh);
205 ret = mjpeg_decoder.DecodeToCallback(&JpegI411ToI420, &bufs, dw, dh);
212 ret = mjpeg_decoder.DecodeToCallback(&JpegI400ToI420, &bufs, dw, dh);
301 // TODO(fbarchard): review w and h requirement. dw and dh may be enough.
307 int dw, int dh)
    [all...]
  /external/libyuv/files/source/
convert_jpeg.cc 138 // 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, int dh)
    [all...]
  /external/elfutils/libdw/
dwarf_next_cfi.c 48 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/libvpx/libvpx/vp8/encoder/x86/
dct_mmx.asm 214 dw 5352
215 dw 2217
216 dw 5352
217 dw 2217
220 dw 2217
221 dw -5352
222 dw 2217
223 dw -5352
226 times 4 dw 1
229 times 4 dw
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
dct_mmx.asm 214 dw 5352
215 dw 2217
216 dw 5352
217 dw 2217
220 dw 2217
221 dw -5352
222 dw 2217
223 dw -5352
226 times 4 dw 1
229 times 4 dw
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 64 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,
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,

Completed in 258 milliseconds

1 2 3 45 6 7 8 91011>>