Home
last modified time | relevance | path

Searched refs:lend (Results 1 – 25 of 42) sorted by relevance

12

/third_party/ffmpeg/libavresample/x86/
Daudio_convert.asm47 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 …]
Ddither.asm39 lea lenq, [2*lend]
64 lea lenq, [4*lend]
92 lea lenq, [4*lend]
Daudio_mix.asm51 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/
Dflacdsp.asm40 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
Dalacdsp.asm37 shl lend, 2
69 movifnidn lend, lenm
71 shl lend, 2
111 movifnidn lend, r4m
113 shl lend, 2
Daacpsdsp.asm177 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
Dopusdsp.asm67 sub lend, mmsize >> 2
108 sub lend, mmsize >> 2
Dfmtconvert.asm42 shl lend, 2
85 shl lend, 2
Daudiodsp.asm115 sub lend, mmsize*(%2+%3)
148 movsxdifnidn lenq, lend
Dac3dsp.asm108 sub lend, 8
133 sub lend, 8
/third_party/ffmpeg/libavutil/x86/
Dfloat_dsp.asm35 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
Dfixed_dsp.asm32 shl lend, 2
/third_party/mesa3d/src/freedreno/rnn/
Dutil.h95 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/
Daf_volume.asm45 lea lenq, [lend*2-mmsize]
77 lea lenq, [lend*4-mmsize]
118 lea lenq, [lend*4-mmsize]
Davf_showcqt.asm126 sub lend, 2
169 sub lend, 1
Daf_afir.asm32 shl lend, 3
/third_party/ffmpeg/libswresample/x86/
Daudio_convert.asm208 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
Drematrix.asm44 shl lend , 2
181 add lend , lend
/third_party/libsnd/src/
Davr.c57 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/
DREADME.md11 ALSA doesn't really lend itself to direct use with event loops... this example
/third_party/flutter/skia/site/dev/testing/
Dios.md7 iOS doesn't lend itself well to compiling and running from the command line.
/third_party/skia/site/docs/dev/testing/
Dios.md11 iOS doesn't lend itself well to compiling and running from the command line.
/third_party/skia/third_party/externals/dawn/docs/
Ddebug_markers.md32 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/
DDebugMarkers.md32 Unfortunately, PIX's UI does does not lend itself to capturing single frame applications like tests…
/third_party/rust/crates/cxx/src/
Dcxx.cc353 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 <=()

12