Home
last modified time | relevance | path

Searched refs:xma (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/bn/asm/
Dia64.S380 (p18) xma.hu f38=f34,f8,f39 }
382 (p18) xma.lu f35=f34,f8,f39
444 (p20) xma.lu f42=f36,f8,f50 // low
447 (p20) xma.hu f36=f36,f8,f50 // high
667 xma.hu f41=f32,f120,f0 }
668 { .mfi; xma.lu f40=f32,f120,f0 };; // (*)
669 { .mfi; xma.hu f51=f32,f121,f0 }
670 { .mfi; xma.lu f50=f32,f121,f0 };;
671 { .mfi; xma.hu f61=f32,f122,f0 }
672 { .mfi; xma.lu f60=f32,f122,f0 };;
[all …]
/third_party/ffmpeg/libavcodec/
Dwmaprodec.c244 WMAProDecodeCtx xma[XMA_MAX_STREAMS]; member
1815 ret = decode_packet(avctx, &s->xma[s->current_stream], s->frames[s->current_stream], in xma_decode_packet()
1828 if (s->xma[s->current_stream].nb_channels > 1) in xma_decode_packet()
1841 if (s->xma[s->current_stream].packet_done || in xma_decode_packet()
1842 s->xma[s->current_stream].packet_loss) { in xma_decode_packet()
1845 if (s->xma[s->current_stream].skip_packets != 0) { in xma_decode_packet()
1848 min[0] = s->xma[0].skip_packets; in xma_decode_packet()
1852 if (s->xma[i].skip_packets < min[0]) { in xma_decode_packet()
1853 min[0] = s->xma[i].skip_packets; in xma_decode_packet()
1863 s->xma[i].skip_packets = FFMAX(0, s->xma[i].skip_packets - 1); in xma_decode_packet()
[all …]
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt7250 "xma~h",
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt7250 "xma~h",
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt6992 "xma~h",
/third_party/gstreamer/gst_libav/
DChangeLog356 Hook up audio/x-xma: xmaversion: [1,2] to AV_CODEC_ID_XMA[1,2]