OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_stereo_pred_quant_Q13
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
stereo_decode_pred.c
55
low_Q13 =
silk_stereo_pred_quant_Q13
[ ix[ n ][ 0 ] ];
56
step_Q13 = silk_SMULWB(
silk_stereo_pred_quant_Q13
[ ix[ n ][ 0 ] + 1 ] - low_Q13,
stereo_quant_pred.c
48
low_Q13 =
silk_stereo_pred_quant_Q13
[ i ];
49
step_Q13 = silk_SMULWB(
silk_stereo_pred_quant_Q13
[ i + 1 ] - low_Q13,
tables_other.c
56
const opus_int16
silk_stereo_pred_quant_Q13
[ STEREO_QUANT_TAB_SIZE ] = {
tables.h
91
extern const opus_int16
silk_stereo_pred_quant_Q13
[ STEREO_QUANT_TAB_SIZE ]; /* 32 */
/external/libopus/silk/
stereo_decode_pred.c
55
low_Q13 =
silk_stereo_pred_quant_Q13
[ ix[ n ][ 0 ] ];
56
step_Q13 = silk_SMULWB(
silk_stereo_pred_quant_Q13
[ ix[ n ][ 0 ] + 1 ] - low_Q13,
stereo_quant_pred.c
48
low_Q13 =
silk_stereo_pred_quant_Q13
[ i ];
49
step_Q13 = silk_SMULWB(
silk_stereo_pred_quant_Q13
[ i + 1 ] - low_Q13,
tables_other.c
56
const opus_int16
silk_stereo_pred_quant_Q13
[ STEREO_QUANT_TAB_SIZE ] = {
tables.h
91
extern const opus_int16
silk_stereo_pred_quant_Q13
[ STEREO_QUANT_TAB_SIZE ]; /* 32 */
Completed in 3433 milliseconds