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

  /external/chromium_org/third_party/opus/src/silk/float/
wrappers_FLP.c 105 opus_int32 x_Q3[ MAX_FRAME_LENGTH ];
158 x_Q3[ i ] = silk_float2int( 8.0f * x[ i ] );
163 silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
166 silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
  /external/libopus/silk/float/
wrappers_FLP.c 105 opus_int32 x_Q3[ MAX_FRAME_LENGTH ];
158 x_Q3[ i ] = silk_float2int( 8.0f * x[ i ] );
163 silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
166 silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,

Completed in 70 milliseconds