/third_party/ffmpeg/libavresample/x86/ |
D | audio_convert.asm | 47 lea lenq, [2*lend] 69 lea lenq, [2*lend] 100 lea lenq, [2*lend] 138 lea lenq, [4*lend] 169 lea lenq, [2*lend] 201 lea lenq, [lend*4] 245 lea lenq, [2*lend] 292 %define lend dword r2m 333 sub lend, mmsize/4 381 sub lend, mmsize/2 [all …]
|
D | dither.asm | 39 lea lenq, [2*lend] 64 lea lenq, [4*lend] 92 lea lenq, [4*lend]
|
D | audio_mix.asm | 51 sub lend, mmsize*2/4 97 sub lend, mmsize/2 144 sub lend, mmsize/2 170 sub lend, mmsize/4 215 sub lend, mmsize/2
|
/third_party/ffmpeg/libavcodec/x86/ |
D | flacdsp.asm | 40 sub lend, pred_orderd 69 sub lend, 2 93 mov lend, lenm 96 shl lend, 2 138 mov lend, lenm 165 sub lend, mmsize/4 189 %define lend dword r3m 191 mov lend, lenm 290 sub lend, mmsize/4
|
D | alacdsp.asm | 37 shl lend, 2 69 movifnidn lend, lenm 71 shl lend, 2 111 movifnidn lend, r4m 113 shl lend, 2
|
D | aacpsdsp.asm | 177 mov lend, 32 << 3 196 mov tmpd, lend 224 mov tmpd, lend 251 mov tmpd, lend 288 mov lend, 32 << 3 307 mov tmpd, lend 335 mov tmpd, lend 362 mov tmpd, lend
|
D | opusdsp.asm | 67 sub lend, mmsize >> 2 108 sub lend, mmsize >> 2
|
D | fmtconvert.asm | 42 shl lend, 2 85 shl lend, 2
|
D | audiodsp.asm | 115 sub lend, mmsize*(%2+%3) 148 movsxdifnidn lenq, lend
|
D | ac3dsp.asm | 108 sub lend, 8 133 sub lend, 8
|
/third_party/ffmpeg/libavutil/x86/ |
D | float_dsp.asm | 35 lea lenq, [lend*4 - 64] 66 lea lend, [lenq*8 - mmsize*4] 115 lea lenq, [lend*4-64] 174 lea lenq, [lend*4-mmsize] 209 lea lenq, [lend*8-mmsize*4] 275 lea lenq, [lend*8-2*mmsize] 299 shl lend, 2 357 lea lenq, [lend*4 - 2*mmsize] 401 lea lenq, [lend*4 - 2*mmsize] 471 shl lend, 2
|
D | fixed_dsp.asm | 32 shl lend, 2
|
/third_party/mesa3d/src/freedreno/rnn/ |
D | util.h | 95 int lend; member 100 …AT(loc, str) "%s:%d.%d-%d.%d: " str, (loc).file, (loc).lstart, (loc).cstart, (loc).lend, (loc).cend
|
/third_party/ffmpeg/libavfilter/x86/ |
D | af_volume.asm | 45 lea lenq, [lend*2-mmsize] 77 lea lenq, [lend*4-mmsize] 118 lea lenq, [lend*4-mmsize]
|
D | avf_showcqt.asm | 126 sub lend, 2 169 sub lend, 1
|
D | af_afir.asm | 32 shl lend, 3
|
/third_party/ffmpeg/libswresample/x86/ |
D | audio_convert.asm | 208 mov lend, r2d 210 %define lend dword r2m 298 sub lend, mmsize/4 311 mov lend, r2d 313 %define lend dword r2m 376 sub lend, mmsize/4 388 %define lend dword r2m 526 sub lend, mmsize/4
|
D | rematrix.asm | 44 shl lend , 2 181 add lend , lend
|
/third_party/libsnd/src/ |
D | avr.c | 57 int lend ; /* offset to end of loop in bytes or words. */ member 151 psf_binheader_readf (psf, "E4444", &hdr.srate, &hdr.frames, &hdr.lbeg, &hdr.lend) ; in avr_read_header()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-audio/ |
D | README.md | 11 ALSA doesn't really lend itself to direct use with event loops... this example
|
/third_party/flutter/skia/site/dev/testing/ |
D | ios.md | 7 iOS doesn't lend itself well to compiling and running from the command line.
|
/third_party/skia/site/docs/dev/testing/ |
D | ios.md | 11 iOS doesn't lend itself well to compiling and running from the command line.
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | debug_markers.md | 32 Unfortunately, PIX's UI does does not lend itself to capturing single frame applications like tests…
|
/third_party/flutter/skia/third_party/externals/dawn/docs/ |
D | DebugMarkers.md | 32 Unfortunately, PIX's UI does does not lend itself to capturing single frame applications like tests…
|
/third_party/rust/crates/cxx/src/ |
D | cxx.cc | 353 const_iterator liter = this->begin(), lend = this->end(), riter = rhs.begin(), in operator <=() local 355 while (liter != lend && riter != rend && *liter == *riter) { in operator <=() 358 if (liter == lend) { in operator <=()
|