Searched refs:predictor_state (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacenc_pred.c | 114 PredictorState *ps = sce->predictor_state; in reset_predictor_group() 127 predict(&sce->predictor_state[k], &sce->coeffs[k], &sce->prcoeffs[k], in ff_aac_apply_main_pred() 135 reset_all_predictors(sce->predictor_state); in ff_aac_apply_main_pred() 247 reset_all_predictors(sce->predictor_state); in ff_aac_search_for_pred()
|
D | sonic.c | 71 int *predictor_state[MAX_CHANNELS]; member 944 tmp = av_calloc(s->num_taps, s->channels * sizeof(**s->predictor_state)); in sonic_decode_init() 948 s->predictor_state[i] = tmp; in sonic_decode_init() 971 av_freep(&s->predictor_state[0]); in sonic_decode_close() 1023 predictor_init_state(s->predictor_k, s->predictor_state[ch], s->num_taps); in sonic_decode_frame() 1031 … s->int_samples[x] = predictor_calc_error(s->predictor_k, s->predictor_state[ch], s->num_taps, 0); in sonic_decode_frame() 1035 …s->int_samples[x] = predictor_calc_error(s->predictor_k, s->predictor_state[ch], s->num_taps, s->c… in sonic_decode_frame() 1040 … s->predictor_state[ch][i] = s->int_samples[s->frame_size - s->channels + ch - i*s->channels]; in sonic_decode_frame()
|
D | aac.h | 269 PredictorState predictor_state[MAX_PREDICTORS]; member
|
D | aacdec_template.c | 2053 reset_all_predictors(sce->predictor_state); in apply_prediction() 2064 predict(&sce->predictor_state[k], &sce->coeffs[k], in apply_prediction() 2070 reset_predictor_group(sce->predictor_state, in apply_prediction() 2073 reset_all_predictors(sce->predictor_state); in apply_prediction()
|