OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCB_Wght_Q9
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/
NLSF_decode.c
75
const opus_int16 *
pCB_Wght_Q9
;
85
pCB_Wght_Q9
= &psNLSF_CB->CB1_Wght_Q9[ NLSFIndices[ 0 ] * psNLSF_CB->order ];
87
NLSF_Q15_tmp = silk_ADD_LSHIFT32( silk_DIV32_16( silk_LSHIFT( (opus_int32)res_Q10[ i ], 14 ),
pCB_Wght_Q9
[ i ] ), (opus_int16)pCB_element[ i ], 7 );
NLSF_encode.c
60
const opus_int16 *
pCB_Wght_Q9
;
86
pCB_Wght_Q9
= &psNLSF_CB->CB1_Wght_Q9[ ind1 * psNLSF_CB->order ];
89
W_tmp_Q9 =
pCB_Wght_Q9
[ i ];
Completed in 2235 milliseconds