OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prefillFlag
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
API.h
73
/* Note: if
prefillFlag
is set, the input must contain 10 ms of audio, irrespective of what */
82
const opus_int
prefillFlag
/* I Flag to indicate prefilling buffers no coding */
enc_API.c
137
/* Note: if
prefillFlag
is set, the input must contain 10 ms of audio, irrespective of what */
146
const opus_int
prefillFlag
/* I Flag to indicate prefilling buffers no coding */
195
if(
prefillFlag
) {
214
psEnc->state_Fxx[ n ].sCmn.
prefillFlag
= 1;
325
if( psEnc->state_Fxx[ 0 ].sCmn.nFramesEncoded == 0 && !
prefillFlag
) {
381
if( !
prefillFlag
) {
422
if( !
prefillFlag
) {
499
if( !
prefillFlag
) {
539
if(
prefillFlag
) {
544
psEnc->state_Fxx[ n ].sCmn.
prefillFlag
= 0
[
all
...]
structs.h
179
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/chromium_org/third_party/opus/src/silk/fixed/
encode_frame_FIX.c
120
if( !psEnc->sCmn.
prefillFlag
) {
310
if( psEnc->sCmn.
prefillFlag
) {
/external/chromium_org/third_party/opus/src/silk/float/
encode_frame_FLP.c
128
if( !psEnc->sCmn.
prefillFlag
) {
302
if( psEnc->sCmn.
prefillFlag
) {
Completed in 44 milliseconds