Home | History | Annotate | Download | only in sbc

Lines Matching refs:enc_state

909 	struct SBC_ALIGNED sbc_encoder_state enc_state;
1051 sbc_encoder_init(&priv->enc_state, &priv->frame);
1067 priv->enc_state.sbc_enc_process_input_8s_be;
1070 priv->enc_state.sbc_enc_process_input_8s_le;
1074 priv->enc_state.sbc_enc_process_input_4s_be;
1077 priv->enc_state.sbc_enc_process_input_4s_le;
1080 priv->enc_state.position = sbc_enc_process_input(
1081 priv->enc_state.position, (const uint8_t *) input,
1082 priv->enc_state.X, priv->frame.subbands * priv->frame.blocks,
1085 samples = sbc_analyze_audio(&priv->enc_state, &priv->frame);
1088 int j = priv->enc_state.sbc_calc_scalefactors_j(
1093 priv->enc_state.sbc_calc_scalefactors(
1210 return priv->enc_state.implementation_info;