Home
last modified time | relevance | path

Searched refs:xll (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddcadec.c213 if ((ret = ff_dca_xll_parse(&s->xll, input, asset)) < 0) { in dcadec_decode_frame()
251 if (s->xll.chset[0].freq == 96000 && s->core.sample_rate == 48000) in dcadec_decode_frame()
260 if (!(prev_packet & DCA_PACKET_RESIDUAL) && s->xll.nreschsets > 0 in dcadec_decode_frame()
261 && s->xll.nchsets > 1) { in dcadec_decode_frame()
270 if ((ret = ff_dca_xll_filter_frame(&s->xll, frame)) < 0) { in dcadec_decode_frame()
301 ff_dca_xll_flush(&s->xll); in dcadec_flush()
312 ff_dca_xll_close(&s->xll); in dcadec_close()
328 s->xll.avctx = avctx; in dcadec_init()
341 s->xll.dcadsp = &s->dcadsp; in dcadec_init()
Ddcadec.h52 DCAXllDecoder xll; ///< XLL decoder context member
/third_party/ltp/tools/sparse/sparse-src/validation/
Ddiv.c7 static int xll = 1LL / 0; variable
/third_party/ffmpeg/tests/fate/
Ddca.mak70 FATE_DCA-$(call DEMDEC, DTS, DCA) += fate-dca-xll
71 fate-dca-xll: CMD = md5 -i $(TARGET_SAMPLES)/dts/master_audio_7.1_24bit.dts -f s24le -af aresample
/third_party/boost/libs/filesystem/test/
Dpath_unit_test.cpp228 path xll(wl); // std::list<wchar_t> in test_constructors() local
229 PATH_IS(xll, L"wstring"); in test_constructors()
230 BOOST_TEST_EQ(xll.native().size(), 7U); in test_constructors()