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

  /external/libopus/silk/
control_codec.c 327 psEncC->la_shape = 3 * psEncC->fs_kHz;
338 psEncC->la_shape = 5 * psEncC->fs_kHz;
349 psEncC->la_shape = 5 * psEncC->fs_kHz;
360 psEncC->la_shape = 5 * psEncC->fs_kHz;
371 psEncC->la_shape = 5 * psEncC->fs_kHz;
381 psEncC->shapeWinLength = SUB_FRAME_LENGTH_MS * psEncC->fs_kHz + 2 * psEncC->la_shape;
388 silk_assert( psEncC->la_shape <= LA_SHAPE_MAX );
structs.h 158 opus_int la_shape; /* Look-ahead for noise shape analysis (samples) */ member in struct:__anon24164
  /external/libopus/silk/fixed/mips/
noise_shape_analysis_FIX_mipsr1.h 38 const opus_int16 *x, /* I Input signal [ frame_length + la_shape ] */
56 x_ptr = x - psEnc->sCmn.la_shape;
  /external/libopus/silk/float/
noise_shape_analysis_FLP.c 132 const silk_float *x /* I Input signal [frame_length + la_shape] */
145 x_ptr = x - psEnc->sCmn.la_shape;
  /external/libopus/silk/fixed/
noise_shape_analysis_FIX.c 153 const opus_int16 *x, /* I Input signal [ frame_length + la_shape ] */
171 x_ptr = x - psEnc->sCmn.la_shape;

Completed in 6956 milliseconds