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

  /external/libopus/tests/
test_opus_encode.c 231 int lsb_depth = RAND_SAMPLE(lsb_depths); local
246 pkt_loss, lsb_depth, pred_disabled, dtx, frame_size_ms_x2);
257 if(opus_encoder_ctl(enc, OPUS_SET_LSB_DEPTH(lsb_depth)) != OPUS_OK) test_failed();
  /external/libopus/src/
opus_encoder.c 85 int lsb_depth; member in struct:OpusEncoder
251 st->lsb_depth = 24;
847 static int is_digital_silence(const opus_val16* pcm, int frame_size, int channels, int lsb_depth)
858 (void)lsb_depth;
860 silence = (sample_max <= (opus_val16) 1 / (1 << lsb_depth));
954 int lsb_depth,
1010 tmp_data+i*bytes_per_frame, bytes_per_frame, lsb_depth, NULL, 0, 0, 0, 0,
    [all...]
  /external/libopus/celt/
celt_encoder.c 75 int lsb_depth; member in struct:OpusCustomEncoder
193 st->lsb_depth=24;
965 int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN,
985 +QCONST16(.5f,DB_SHIFT)+SHL16(9-lsb_depth,DB_SHIFT)-SHL16(eMeans[i],6)
    [all...]

Completed in 132 milliseconds