OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pNLSF_Q15
(Results
1 - 7
of
7
) sorted by null
/external/libopus/silk/
NLSF_VQ_weights_laroia.c
44
const opus_int16 *
pNLSF_Q15
, /* I Pointer to input vector [D] */
55
tmp1_int = silk_max_int(
pNLSF_Q15
[ 0 ], 1 );
57
tmp2_int = silk_max_int(
pNLSF_Q15
[ 1 ] -
pNLSF_Q15
[ 0 ], 1 );
64
tmp1_int = silk_max_int(
pNLSF_Q15
[ k + 1 ] -
pNLSF_Q15
[ k ], 1 );
69
tmp2_int = silk_max_int(
pNLSF_Q15
[ k + 2 ] -
pNLSF_Q15
[ k + 1 ], 1 );
76
tmp1_int = silk_max_int( ( 1 << 15 ) -
pNLSF_Q15
[ D - 1 ], 1 );
NLSF_decode.c
64
opus_int16 *
pNLSF_Q15
, /* O Quantized NLSF vector [ LPC_ORDER ] */
80
pNLSF_Q15
[ i ] = silk_LSHIFT( (opus_int16)pCB_element[ i ], 7 );
90
silk_NLSF_VQ_weights_laroia( W_tmp_QW,
pNLSF_Q15
, psNLSF_CB->order );
95
NLSF_Q15_tmp = silk_ADD32(
pNLSF_Q15
[ i ], silk_DIV32_16( silk_LSHIFT( (opus_int32)res_Q10[ i ], 14 ), W_tmp_Q9 ) );
96
pNLSF_Q15
[ i ] = (opus_int16)silk_LIMIT( NLSF_Q15_tmp, 0, 32767 );
100
silk_NLSF_stabilize(
pNLSF_Q15
, psNLSF_CB->deltaMin_Q15, psNLSF_CB->order );
process_NLSFs.c
38
opus_int16
pNLSF_Q15
[ MAX_LPC_ORDER ], /* I/O Normalized LSFs (quant out) (0 - (2^15-1)) */
67
silk_NLSF_VQ_weights_laroia( pNLSFW_QW,
pNLSF_Q15
, psEncC->predictLPCOrder );
73
silk_interpolate( pNLSF0_temp_Q15, prev_NLSFq_Q15,
pNLSF_Q15
,
87
silk_NLSF_encode( psEncC->indices.NLSFIndices,
pNLSF_Q15
, psEncC->psNLSF_CB, pNLSFW_QW,
91
silk_NLSF2A( PredCoef_Q12[ 1 ],
pNLSF_Q15
, psEncC->predictLPCOrder );
95
silk_interpolate( pNLSF0_temp_Q15, prev_NLSFq_Q15,
pNLSF_Q15
,
decode_parameters.c
42
opus_int16
pNLSF_Q15
[ MAX_LPC_ORDER ], pNLSF0_Q15[ MAX_LPC_ORDER ];
52
silk_NLSF_decode(
pNLSF_Q15
, psDec->indices.NLSFIndices, psDec->psNLSF_CB );
55
silk_NLSF2A( psDecCtrl->PredCoef_Q12[ 1 ],
pNLSF_Q15
, psDec->LPC_order );
68
pNLSF_Q15
[ i ] - psDec->prevNLSF_Q15[ i ] ), 2 );
78
silk_memcpy( psDec->prevNLSF_Q15,
pNLSF_Q15
, psDec->LPC_order * sizeof( opus_int16 ) );
NLSF_encode.c
40
opus_int16 *
pNLSF_Q15
, /* I/O Quantized NLSF vector [ LPC_ORDER ] */
69
silk_NLSF_stabilize(
pNLSF_Q15
, psNLSF_CB->deltaMin_Q15, psNLSF_CB->order );
73
silk_NLSF_VQ( err_Q26,
pNLSF_Q15
, psNLSF_CB->CB1_NLSF_Q8, psNLSF_CB->nVectors, psNLSF_CB->order );
90
res_Q15[ i ] =
pNLSF_Q15
[ i ] - NLSF_tmp_Q15[ i ];
132
silk_NLSF_decode(
pNLSF_Q15
, NLSFIndices, psNLSF_CB );
main.h
299
opus_int16
pNLSF_Q15
[ MAX_LPC_ORDER ], /* I/O Normalized LSFs (quant out) (0 - (2^15-1)) */
305
opus_int16 *
pNLSF_Q15
, /* I/O Quantized NLSF vector [ LPC_ORDER ] */
348
opus_int16 *
pNLSF_Q15
, /* O Quantized NLSF vector [ LPC_ORDER ] */
SigProc_FIX.h
301
const opus_int16 *
pNLSF_Q15
, /* I Pointer to input vector [D] */
[
all
...]
Completed in 85 milliseconds