HomeSort by relevance Sort by last modified time
    Searched refs:prefillFlag (Results 1 - 6 of 6) sorted by null

  /external/libopus/silk/
API.h 74 /* 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 */
enc_API.c 138 /* 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 ) {
386 if( !prefillFlag ) {
427 if( !prefillFlag ) {
504 if( !prefillFlag ) {
544 if( prefillFlag ) {
549 psEnc->state_Fxx[ n ].sCmn.prefillFlag = 0
    [all...]
structs.h 180 opus_int prefillFlag; /* Flag to indicate that only buffers are prefilled, no coding */
control_codec.c 88 if( psEnc->sCmn.controlled_since_last_payload != 0 && psEnc->sCmn.prefillFlag == 0 ) {
  /external/libopus/silk/fixed/
encode_frame_FIX.c 120 if( !psEnc->sCmn.prefillFlag ) {
306 if( psEnc->sCmn.prefillFlag ) {
  /external/libopus/silk/float/
encode_frame_FLP.c 128 if( !psEnc->sCmn.prefillFlag ) {
298 if( psEnc->sCmn.prefillFlag ) {

Completed in 516 milliseconds