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

  /external/libopus/silk/
stereo_quant_pred.c 50 SILK_FIX_CONST( 0.5 / STEREO_QUANT_SUB_STEPS, 16 ) );
51 for( j = 0; j < STEREO_QUANT_SUB_STEPS; j++ ) {
stereo_encode_pred.c 48 celt_assert( ix[ n ][ 1 ] < STEREO_QUANT_SUB_STEPS );
stereo_decode_pred.c 57 SILK_FIX_CONST( 0.5 / STEREO_QUANT_SUB_STEPS, 16 ) );
define.h 81 #define STEREO_QUANT_SUB_STEPS 5

Completed in 2645 milliseconds