Searched refs:prefillFlag (Results 1 - 6 of 6) sorted by relevance

/external/libopus/silk/
H A DAPI.h74 /* Note: if prefillFlag is set, the input must contain 10 ms of audio, irrespective of what */
83 const opus_int prefillFlag /* I Flag to indicate prefilling buffers no coding */
H A Denc_API.c138 /* Note: if prefillFlag is set, the input must contain 10 ms of audio, irrespective of what */
147 const opus_int prefillFlag /* I Flag to indicate prefilling buffers no coding */
201 if( prefillFlag ) {
219 psEnc->state_Fxx[ n ].sCmn.prefillFlag = 1;
330 if( psEnc->state_Fxx[ 0 ].sCmn.nFramesEncoded == 0 && !prefillFlag ) {
388 if( !prefillFlag ) {
401 if( !prefillFlag && psEnc->state_Fxx[ 0 ].sCmn.nFramesEncoded > 0 ) {
434 if( !prefillFlag ) {
511 if( !prefillFlag ) {
551 if( prefillFlag ) {
[all...]
H A Dstructs.h180 opus_int prefillFlag; /* Flag to indicate that only buffers are prefilled, no coding */ member in struct:__anon11320
H A Dcontrol_codec.c88 if( psEnc->sCmn.controlled_since_last_payload != 0 && psEnc->sCmn.prefillFlag == 0 ) {
/external/libopus/silk/fixed/
H A Dencode_frame_FIX.c120 if( !psEnc->sCmn.prefillFlag ) {
308 if( psEnc->sCmn.prefillFlag ) {
/external/libopus/silk/float/
H A Dencode_frame_FLP.c128 if( !psEnc->sCmn.prefillFlag ) {
298 if( psEnc->sCmn.prefillFlag ) {

Completed in 405 milliseconds