OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:condCoding
(Results
26 - 34
of
34
) sorted by null
1
2
/external/libopus/silk/
main.h
376
opus_int
condCoding
/* I The type of conditional coding to use */
385
opus_int
condCoding
/* I The type of conditional coding to use */
392
opus_int
condCoding
/* I The type of conditional coding to use */
435
opus_int
condCoding
/* I The type of conditional coding to use */
enc_API.c
353
opus_int
condCoding
;
364
condCoding
= CODE_CONDITIONALLY;
366
condCoding
= CODE_INDEPENDENTLY;
368
silk_encode_indices( &psEnc->state_Fxx[ n ].sCmn, psRangeEnc, i, 1,
condCoding
);
469
opus_int
condCoding
;
475
condCoding
= CODE_INDEPENDENTLY;
479
condCoding
= CODE_INDEPENDENTLY_NO_LTP_SCALING;
481
condCoding
= CODE_CONDITIONALLY;
483
if( ( ret = silk_encode_frame_Fxx( &psEnc->state_Fxx[ n ], nBytesOut, psRangeEnc,
condCoding
, maxBits, useCBR ) ) != 0 ) {
/external/chromium_org/third_party/opus/src/silk/fixed/
find_pred_coefs_FIX.c
40
opus_int
condCoding
/* I The type of conditional coding to use */
99
silk_LTP_scale_ctrl_FIX( psEnc, psEncCtrl,
condCoding
);
process_gains_FIX.c
39
opus_int
condCoding
/* I The type of conditional coding to use */
95
&psShapeSt->LastGainIndex,
condCoding
== CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
/external/chromium_org/third_party/opus/src/silk/float/
find_pred_coefs_FLP.c
40
opus_int
condCoding
/* I The type of conditional coding to use */
73
silk_LTP_scale_ctrl_FLP( psEnc, psEncCtrl,
condCoding
);
/external/libopus/silk/fixed/
find_pred_coefs_FIX.c
40
opus_int
condCoding
/* I The type of conditional coding to use */
99
silk_LTP_scale_ctrl_FIX( psEnc, psEncCtrl,
condCoding
);
process_gains_FIX.c
39
opus_int
condCoding
/* I The type of conditional coding to use */
95
&psShapeSt->LastGainIndex,
condCoding
== CODE_CONDITIONALLY, psEnc->sCmn.nb_subfr );
/external/libopus/silk/float/
find_pred_coefs_FLP.c
40
opus_int
condCoding
/* I The type of conditional coding to use */
73
silk_LTP_scale_ctrl_FLP( psEnc, psEncCtrl,
condCoding
);
/external/chromium_org/third_party/opus/src/silk/
enc_API.c
353
opus_int
condCoding
;
364
condCoding
= CODE_CONDITIONALLY;
366
condCoding
= CODE_INDEPENDENTLY;
368
silk_encode_indices( &psEnc->state_Fxx[ n ].sCmn, psRangeEnc, i, 1,
condCoding
);
469
opus_int
condCoding
;
475
condCoding
= CODE_INDEPENDENTLY;
479
condCoding
= CODE_INDEPENDENTLY_NO_LTP_SCALING;
481
condCoding
= CODE_CONDITIONALLY;
483
if( ( ret = silk_encode_frame_Fxx( &psEnc->state_Fxx[ n ], nBytesOut, psRangeEnc,
condCoding
, maxBits, useCBR ) ) != 0 ) {
Completed in 380 milliseconds
1
2