HomeSort by relevance Sort by last modified time
    Searched refs:silk_stereo_pred_quant_Q13 (Results 1 - 4 of 4) sorted by null

  /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 89 extern const opus_int16 silk_stereo_pred_quant_Q13[ STEREO_QUANT_TAB_SIZE ]; /* 32 */

Completed in 109 milliseconds