search for: mode_celt_on

Displaying 20 results from an estimated 31 matches for "mode_celt_on".

Did you mean: mode_celt_only
2015 Apr 13
2
Availability of the 1.1.1 stable version
...12357d0, decProp=0x1675698, src=0x16756d0, dest=0x71245a60, dstLen=0x1673210) at MSTranscodeOPUS.c:100 *And the code flow what we have observed for this specific incident:* *Called this as mode is CELT_ONLY,* if (data!=NULL && st->prev_mode > 0 && ( (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && !st->prev_redundancy) || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) ) { *transition = 1*; /* Decide where to allocate the stack memory for pcm_transition */ if (mode == MODE_CE...
2015 Apr 16
3
Availability of the 1.1.1 stable version
...t MSTranscodeOPUS.c:100 > > > > *_And the code flow what we have observed for this specific incident:_* > *_ > _* > *_Called this as mode is CELT_ONLY,_* > > if (data!=NULL && st->prev_mode > 0 && ( > (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && > !st->prev_redundancy) > || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) > ) > { > _transition = 1_; > /* Decide where to allocate the stack...
2015 Apr 16
2
Availability of the 1.1.1 stable version
...ode flow what we have observed for this specific > incident:_* > > *_ > > _* > > *_Called this as mode is CELT_ONLY,_* > > > > if (data!=NULL && st->prev_mode > 0 && ( > > (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && > > !st->prev_redundancy) > > || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) > > ) > > { > > _transition = 1_; >...
2015 Apr 16
0
Availability of the 1.1.1 stable version
...st=0x71245a60, > > dstLen=0x1673210) at MSTranscodeOPUS.c:100 > > > *And the code flow what we have observed for this specific incident:* > > *Called this as mode is CELT_ONLY,* > > if (data!=NULL && st->prev_mode > 0 && ( > (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && > !st->prev_redundancy) > || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) > ) > { > *transition = 1*; > /* Decide where to allocate the stack memory for pcm_transitio...
2015 Apr 09
2
Availability of the 1.1.1 stable version
Hi, I'm curious to know when would be the 1.1.1 stable version available. In 1.1, we are facing crash when opus library is trying to decode the CELT-only, full band and 20 ms. So we tried with 1.1.1 beta and it looks to be fine. Is there any open issue regarding this in 1.1 version? Thanks Suresh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Apr 16
0
Availability of the 1.1.1 stable version
...t; > > *_And the code flow what we have observed for this specific > incident:_* > > *_ > > _* > > *_Called this as mode is CELT_ONLY,_* > > > > if (data!=NULL && st->prev_mode > 0 && ( > > (mode == MODE_CELT_ONLY && st->prev_mode != MODE_CELT_ONLY && > > !st->prev_redundancy) > > || (mode != MODE_CELT_ONLY && st->prev_mode == MODE_CELT_ONLY) ) > > ) > > { > > _transition = 1_; > > /* Decid...
2015 Apr 20
1
Availability of the 1.1.1 stable version
...this specific > > incident:_* > > > *_ > > > _* > > > *_Called this as mode is CELT_ONLY,_* > > > > > > if (data!=NULL && st->prev_mode > 0 && ( > > > (mode == MODE_CELT_ONLY && st->prev_mode != > MODE_CELT_ONLY && > > > !st->prev_redundancy) > > > || (mode != MODE_CELT_ONLY && st->prev_mode == > MODE_CELT_ONLY) ) > > > ) > > > { > > >...
2015 Apr 21
2
Availability of the 1.1.1 stable version
...> > *_ > > > > _* > > > > *_Called this as mode is CELT_ONLY,_* > > > > > > > > if (data!=NULL && st->prev_mode > 0 && ( > > > > (mode == MODE_CELT_ONLY && st->prev_mode != > > MODE_CELT_ONLY && > > > > !st->prev_redundancy) > > > > || (mode != MODE_CELT_ONLY && st->prev_mode == > > MODE_CELT_ONLY) ) > > > > ) &gt...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...incident:_* > > > *_ > > > _* > > > *_Called this as mode is CELT_ONLY,_* > > > > > > if (data!=NULL && st->prev_mode > 0 && ( > > > (mode == MODE_CELT_ONLY && st->prev_mode != > MODE_CELT_ONLY && > > > !st->prev_redundancy) > > > || (mode != MODE_CELT_ONLY && st->prev_mode == > MODE_CELT_ONLY) ) > > > ) > > >...
2016 Jun 12
2
Patches for adding 120 ms encoding
...encode a 120ms packet. Also FEC, if enabled, would be 3 times as effective. Similarly, two 40ms SILK frames would be more efficient than four 20ms SILK frames. - /* Can't support higher than wideband for >20 ms frames */ - if (frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || st->bandwidth > OPUS_BANDWIDTH_WIDEBAND)) + /* Can't support higher than wideband for >20 ms frames, CELT-only for >20 ms and SILK-only for >60 ms */ + if ((frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || st->bandwidth > OPUS_BANDWIDTH_W...
2015 Apr 21
3
Availability of the 1.1.1 stable version
...gt; > _* > > > > > *_Called this as mode is CELT_ONLY,_* > > > > > > > > > > if (data!=NULL && st->prev_mode > 0 && ( > > > > > (mode == MODE_CELT_ONLY && st->prev_mode != > > > MODE_CELT_ONLY && > > > > > !st->prev_redundancy) > > > > > || (mode != MODE_CELT_ONLY && st->prev_mode == > > > MODE_CELT_ONLY) ) > &g...
2016 Jun 10
2
Patches for adding 120 ms encoding
...gt; > repacketizing bit. Or do you mean I should merge the explicit check for >> > 120 ms frame and the existing checks for 40/60 ms wideband? >> >> What I mean is that this line in opus_encoder.c: >> >> if (frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || >> st->bandwidth > OPUS_BANDWIDTH_WIDEBAND)) >> >> can probably be extended to also cover 80/100/120 ms. One difference is >> that it would also need to trigger for SILK-only > 60 ms. >> >> Cheers, >> >> Jean-Marc >> > -...
2016 Jun 27
2
Patches for adding 120 ms encoding
...; > > That makes sense, I've changed it so that SILK 120/80 ms encode 2x 60 and > 2x 40 ms respectively. > > >> >> >> - /* Can't support higher than wideband for >20 ms frames */ >> - if (frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || >> st->bandwidth > OPUS_BANDWIDTH_WIDEBAND)) >> + /* Can't support higher than wideband for >20 ms frames, >> CELT-only for >20 ms and SILK-only for >60 ms */ >> + if ((frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || &g...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...> > > > _* > > > > *_Called this as mode is CELT_ONLY,_* > > > > > > > > if (data!=NULL && st->prev_mode > 0 && ( > > > > (mode == MODE_CELT_ONLY && st->prev_mode != > > MODE_CELT_ONLY && > > > > !st->prev_redundancy) > > > > || (mode != MODE_CELT_ONLY && st->prev_mode == > > MODE_CELT_ONLY) ) > > >...
2015 Apr 22
0
Availability of the 1.1.1 stable version
..._* >> > > > > *_Called this as mode is CELT_ONLY,_* >> > > > > >> > > > > if (data!=NULL && st->prev_mode > 0 && ( >> > > > > (mode == MODE_CELT_ONLY && st->prev_mode != >> > > MODE_CELT_ONLY && >> > > > > !st->prev_redundancy) >> > > > > || (mode != MODE_CELT_ONLY && st->prev_mode == >> > > MODE_CELT...
2016 Jun 28
1
Patches for adding 120 ms encoding
...0 ms encode 2x 60 > and > >> 2x 40 ms respectively. > >> > >> > >>> > >>> > >>> - /* Can't support higher than wideband for >20 ms frames */ > >>> - if (frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || > >>> st->bandwidth > OPUS_BANDWIDTH_WIDEBAND)) > >>> + /* Can't support higher than wideband for >20 ms frames, > >>> CELT-only for >20 ms and SILK-only for >60 ms */ > >>> + if ((frame_size > st->Fs/50 &&...
2016 Jun 02
3
Patches for adding 120 ms encoding
...ith refactoring out the subframe encoding and > repacketizing bit. Or do you mean I should merge the explicit check for > 120 ms frame and the existing checks for 40/60 ms wideband? What I mean is that this line in opus_encoder.c: if (frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || st->bandwidth > OPUS_BANDWIDTH_WIDEBAND)) can probably be extended to also cover 80/100/120 ms. One difference is that it would also need to trigger for SILK-only > 60 ms. Cheers, Jean-Marc
2016 Jun 13
0
Patches for adding 120 ms encoding
...icient than four 20ms SILK frames. > That makes sense, I've changed it so that SILK 120/80 ms encode 2x 60 and 2x 40 ms respectively. > > > - /* Can't support higher than wideband for >20 ms frames */ > - if (frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || > st->bandwidth > OPUS_BANDWIDTH_WIDEBAND)) > + /* Can't support higher than wideband for >20 ms frames, > CELT-only for >20 ms and SILK-only for >60 ms */ > + if ((frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || > st->bandwi...
2016 Jun 27
0
Antw: Re: Patches for adding 120 ms encoding
..., I've changed it so that SILK 120/80 ms encode 2x 60 and >> 2x 40 ms respectively. >> >> >>> >>> >>> - /* Can't support higher than wideband for >20 ms frames */ >>> - if (frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || >>> st->bandwidth > OPUS_BANDWIDTH_WIDEBAND)) >>> + /* Can't support higher than wideband for >20 ms frames, >>> CELT-only for >20 ms and SILK-only for >60 ms */ >>> + if ((frame_size > st->Fs/50 && (st->mode == MODE...
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all, after FOMS I decided to take a look at the opus library and I found that I could improve a bit the build system and cleanup the code a little bit. Most of the changes to the code has been suggested by my two tools cowstats and missingstatic (part of the ruby-elf gem if you care). HTH, Diego