Searched refs:celt (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibcelt_dec.c22 #include <celt/celt.h>
23 #include <celt/celt_header.h>
61 struct libcelt_context *celt = c->priv_data; local
67 celt->mode = celt_mode_create(c->sample_rate, c->frame_size, &err);
68 if (!celt->mode)
70 celt->dec = celt_decoder_create_custom(celt->mode, c->channels, &err);
71 if (!celt->dec) {
72 celt_mode_destroy(celt
98 struct libcelt_context *celt = c->priv_data; local
108 struct libcelt_context *celt = c->priv_data; local
[all...]
H A Dopusdec.c195 ret = ff_celt_decode_frame(s->celt, &s->redundancy_rc,
272 ff_celt_flush(s->celt);
305 ret = ff_celt_decode_frame(s->celt, &s->rc, dst,
329 ff_celt_flush(s->celt);
340 ff_celt_flush(s->celt);
560 ff_celt_flush(s->celt);
573 ff_celt_free(&s->celt);
645 ret = ff_celt_init(avctx, &s->celt, s->output_channels);
H A Dopus.h120 CeltContext *celt; member in struct:OpusStreamContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregcustom.h86 typedef int celt; /* type to hold chr, MCCE number, or NOCELT */ typedef
87 #define NOCELT (-1) /* celt value which is not valid chr or MCCE */
H A Dregc_locale.c683 - element - map collating-element name to celt
684 ^ static celt element(struct vars *, chr *, chr *);
686 static celt
721 ^ static struct cvec *range(struct vars *, celt, celt, int);
726 celt a; /* range start */
727 celt b; /* range end, might equal a */
732 celt c, lc, uc, tc;
778 - before - is celt x before celt
[all...]
H A Dregcomp.c59 static celt nextleader _ANSI_ARGS_((struct vars *, pchr, pchr));
182 static celt element _ANSI_ARGS_((struct vars *, chr *, chr *));
183 static struct cvec *range _ANSI_ARGS_((struct vars *, celt, celt, int));
184 static int before _ANSI_ARGS_((celt, celt));
185 static struct cvec *eclass _ANSI_ARGS_((struct vars *, celt, int));
1370 celt startc;
1371 celt endc;
1574 celt c
[all...]
H A Dregc_lex.c1043 celt c;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dopus.mak44 fate-opus-celt: $(FATE_OPUS_CELT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Ddataobj.cpp80 STDMETHODIMP Next(ULONG celt, FORMATETC *rgelt, ULONG *pceltFetched);
81 STDMETHODIMP Skip(ULONG celt);
189 STDMETHODIMP wxIEnumFORMATETC::Next(ULONG celt, argument
196 while (m_nCurrent < m_nCount && numFetched < celt) {
211 return numFetched == celt ? S_OK : S_FALSE;
214 STDMETHODIMP wxIEnumFORMATETC::Skip(ULONG celt) argument
218 m_nCurrent += celt;
223 m_nCurrent -= celt;
H A Daccess.cpp81 STDMETHODIMP Next(ULONG celt, VARIANT *rgelt, ULONG *pceltFetched);
82 STDMETHODIMP Skip(ULONG celt);
110 STDMETHODIMP wxIEnumVARIANT::Next(ULONG celt, argument
116 if ( celt > 1 ) {
142 STDMETHODIMP wxIEnumVARIANT::Skip(ULONG celt) argument
149 m_nCurrent += celt;
154 m_nCurrent -= celt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure4724 enabled libcelt && require libcelt celt/celt.h celt_decode -lcelt0 &&
4725 { check_lib celt/celt.h celt_decoder_create_custom -lcelt0 ||

Completed in 106 milliseconds