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

  /external/chromium_org/third_party/opus/src/silk/
NLSF_decode.c 74 opus_int32 W_tmp_Q9, NLSF_Q15_tmp;
94 W_tmp_Q9 = silk_SQRT_APPROX( silk_LSHIFT( (opus_int32)W_tmp_QW[ i ], 18 - NLSF_W_Q ) );
95 NLSF_Q15_tmp = silk_ADD32( pNLSF_Q15[ i ], silk_DIV32_16( silk_LSHIFT( (opus_int32)res_Q10[ i ], 14 ), W_tmp_Q9 ) );
NLSF_encode.c 49 opus_int32 W_tmp_Q9;
98 W_tmp_Q9 = silk_SQRT_APPROX( silk_LSHIFT( (opus_int32)W_tmp_QW[ i ], 18 - NLSF_W_Q ) );
99 res_Q10[ i ] = (opus_int16)silk_RSHIFT( silk_SMULBB( res_Q15[ i ], W_tmp_Q9 ), 14 );

Completed in 377 milliseconds