Displaying 6 results from an estimated 6 matches for "enccontrol".
Did you mean:
ccontrol
2014 Jan 31
1
Bug in getting result of check_control_input()
opus\silk\enc_API.c
silk_Encode()
168:
if( ( ret = check_control_input( encControl ) != 0 ) ) {
priority of the '!=' operator is higher than '=' operator
fix:
if( ( ret = check_control_input( encControl ) ) != 0 ) {
2018 Sep 21
2
Opus 1.2.1 crash on silk/VAD.c:315
...d in silk_VAD_GetSA_Q8_sse4_1 (psEncC=0x15897c18, pIn=<optimized out>) at silk/x86/VAD_sse.c:177
#2 0x0000000000a9f92b in silk_encode_do_VAD_FLP (psEnc=psEnc at entry=0x15897c18) at silk/float/encode_frame_FLP.c:51
#3 0x0000000000a9a40c in silk_Encode (encState=encState at entry=0x15897c18, encControl=encControl at entry=0x158935a8,
samplesIn=0x7f267402a8a8, samplesIn at entry=0x7f267402a128, nSamplesIn=0, nSamplesIn at entry=960,
psRangeEnc=psRangeEnc at entry=0x7f267402bbe0, nBytesOut=nBytesOut at entry=0x7f267402bb9c, prefillFlag=0)
at silk/enc_API.c:443
#4 0x0000000000a8366d in...
2018 Sep 27
1
[Re:] Re: Opus 1.2.1 crash on silk/VAD.c:315
...c18,
>> pIn=<optimized out>) at silk/x86/VAD_sse.c:177
>> #2 0x0000000000a9f92b in silk_encode_do_VAD_FLP
>> (psEnc=psEnc at entry=0x15897c18) at silk/float/encode_frame_FLP.c:51
>> #3 0x0000000000a9a40c in silk_Encode
>> (encState=encState at entry=0x15897c18, encControl=encControl at entry=0x158935a8,
>> samplesIn=0x7f267402a8a8, samplesIn at entry=0x7f267402a128,
>> nSamplesIn=0, nSamplesIn at entry=960,
>> psRangeEnc=psRangeEnc at entry=0x7f267402bbe0,
>> nBytesOut=nBytesOut at entry=0x7f267402bb9c, prefillFlag=0)
>> at...
2018 Sep 27
0
Opus 1.2.1 crash on silk/VAD.c:315
...e4_1 (psEncC=0x15897c18,
> pIn=<optimized out>) at silk/x86/VAD_sse.c:177
> #2 0x0000000000a9f92b in silk_encode_do_VAD_FLP
> (psEnc=psEnc at entry=0x15897c18) at silk/float/encode_frame_FLP.c:51
> #3 0x0000000000a9a40c in silk_Encode
> (encState=encState at entry=0x15897c18, encControl=encControl at entry=0x158935a8,
> samplesIn=0x7f267402a8a8, samplesIn at entry=0x7f267402a128,
> nSamplesIn=0, nSamplesIn at entry=960,
> psRangeEnc=psRangeEnc at entry=0x7f267402bbe0,
> nBytesOut=nBytesOut at entry=0x7f267402bb9c, prefillFlag=0)
> at silk/enc_API.c:443
&...
2013 May 27
1
Empty buffer on encoder write byte
...0,
psRangeEnc=0x04232238) + 232 at encode_indices.c:85
frame #4: 0x00192fee RTCClient`silk_encode_frame_FLP(psEnc=0x04239bb4,
pnBytesOut=0x000027d8, psRangeEnc=0x04232238, condCoding=69435308) + 1886
at encode_frame_FLP.c:196
frame #5: 0x00187de8 RTCClient`silk_Encode(encState=0x001f000b,
encControl=0xffd2ffe2, samplesIn=0xffc4ffce, nSamplesIn=-5570589) + 2792 at
enc_API.c:466
frame #6: 0x0019a1ce RTCClient`opus_encode_float(st=0x04234000,
pcm=0x3b6c0000, frame_size=985923584, data=0x04232018) + 3922 at
opus_encoder.c:973
frame #7: 0x0019abd2 RTCClient`opus_encode() + 74 at opus_enco...
2016 Aug 26
2
[PATCH 9/9] Optimize silk_inner_prod_aligned_scale() for ARM NEON
...utBuf[ 2 ],
psEnc->sStereo.predIx[ psEnc->state_Fxx[ 0 ].sCmn.nFramesEncoded ], &psEnc->sStereo.mid_only_flags[ psEnc->state_Fxx[ 0 ].sCmn.nFramesEncoded ],
MStargetRates_bps, TargetRate_bps, psEnc->state_Fxx[ 0 ].sCmn.speech_activity_Q8, encControl->toMono,
- psEnc->state_Fxx[ 0 ].sCmn.fs_kHz, psEnc->state_Fxx[ 0 ].sCmn.frame_length );
+ psEnc->state_Fxx[ 0 ].sCmn.fs_kHz, psEnc->state_Fxx[ 0 ].sCmn.frame_length, psEnc->state_Fxx[ 0 ].sCmn.arch );
if( psEnc->sStereo.mi...