OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:psDec
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
dec_API.c
97
silk_decoder *
psDec
= ( silk_decoder * )decState;
98
silk_decoder_state *channel_state =
psDec
->channel_state;
115
if( decControl->nChannelsInternal >
psDec
->nChannelsInternal ) {
119
stereo_to_mono = decControl->nChannelsInternal == 1 &&
psDec
->nChannelsInternal == 2 &&
156
if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 && (
psDec
->nChannelsAPI == 1 ||
psDec
->nChannelsInternal == 1 ) ) {
157
silk_memset(
psDec
->sStereo.pred_prev_Q13, 0, sizeof(
psDec
->sStereo.pred_prev_Q13 ) );
158
silk_memset(
psDec
->sStereo.sSide, 0, sizeof(
psDec
->sStereo.sSide ) )
[
all
...]
/external/libopus/silk/
dec_API.c
97
silk_decoder *
psDec
= ( silk_decoder * )decState;
98
silk_decoder_state *channel_state =
psDec
->channel_state;
115
if( decControl->nChannelsInternal >
psDec
->nChannelsInternal ) {
119
stereo_to_mono = decControl->nChannelsInternal == 1 &&
psDec
->nChannelsInternal == 2 &&
156
if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 && (
psDec
->nChannelsAPI == 1 ||
psDec
->nChannelsInternal == 1 ) ) {
157
silk_memset(
psDec
->sStereo.pred_prev_Q13, 0, sizeof(
psDec
->sStereo.pred_prev_Q13 ) );
158
silk_memset(
psDec
->sStereo.sSide, 0, sizeof(
psDec
->sStereo.sSide ) )
[
all
...]
Completed in 576 milliseconds