Home | History | Annotate | Download | only in src

Lines Matching refs:lsb_depth

80     int          lsb_depth;
231 st->lsb_depth = 24;
926 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth,
983 lsb_depth = IMIN(lsb_depth, st->lsb_depth);
998 lsb_depth, downmix, &analysis_info);
1324 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth));
1379 tmp_data+i*bytes_per_frame, bytes_per_frame, lsb_depth,
2364 st->lsb_depth=value;
2374 *value = st->lsb_depth;