Lines Matching refs:lsb_depth
85 int lsb_depth; member
251 st->lsb_depth = 24; in opus_encoder_init()
840 static int is_digital_silence(const opus_val16* pcm, int frame_size, int channels, int lsb_depth) in is_digital_silence() argument
851 (void)lsb_depth; in is_digital_silence()
853 silence = (sample_max <= (opus_val16) 1 / (1 << lsb_depth)); in is_digital_silence()
946 int lsb_depth, in encode_multiframe_packet() argument
1002 tmp_data+i*bytes_per_frame, bytes_per_frame, lsb_depth, NULL, 0, 0, 0, 0, in encode_multiframe_packet()
1067 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth, in opus_encode_native() argument
1132 lsb_depth = IMIN(lsb_depth, st->lsb_depth); in opus_encode_native()
1143 if (is_digital_silence(pcm, frame_size, st->channels, lsb_depth)) in opus_encode_native()
1151 lsb_depth, downmix, &analysis_info); in opus_encode_native()
1549 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth)); in opus_encode_native()
1595 out_data_bytes, to_celt, lsb_depth, float_api); in opus_encode_native()
2607 st->lsb_depth=value; in opus_encoder_ctl()
2617 *value = st->lsb_depth; in opus_encoder_ctl()