Lines Matching defs:avctx

246 static int check_n_master(AVCodecContext *avctx, int n_master, int bs_xover_band)
250 av_log(avctx, AV_LOG_ERROR, "Invalid n_master: %d\n", n_master);
254 av_log(avctx, AV_LOG_ERROR,
292 av_log(ac->avctx, AV_LOG_ERROR,
320 av_log(ac->avctx, AV_LOG_ERROR,
337 av_log(ac->avctx, AV_LOG_ERROR,
347 if (check_n_master(ac->avctx, sbr->n_master, sbr->spectrum_params.bs_xover_band))
397 av_log(ac->avctx, AV_LOG_ERROR, "Invalid num_bands_0: %d\n", num_bands_0);
411 av_log(ac->avctx, AV_LOG_ERROR, "Invalid vDk0[%d]: %d\n", k, vk0[k]);
457 av_log(ac->avctx, AV_LOG_ERROR, "Invalid vDk1[%d]: %d\n", k, vk1[k]);
464 if (check_n_master(ac->avctx, sbr->n_master, sbr->spectrum_params.bs_xover_band))
473 if (check_n_master(ac->avctx, sbr->n_master, sbr->spectrum_params.bs_xover_band))
500 av_log(ac->avctx, AV_LOG_ERROR, "patch construction failed\n");
515 av_log(ac->avctx, AV_LOG_ERROR, "Too many patches: %d\n", sbr->num_patches);
558 av_log(ac->avctx, AV_LOG_ERROR,
563 av_log(ac->avctx, AV_LOG_ERROR, "Start frequency border too high: %d\n", sbr->kx[1]);
590 av_log(ac->avctx, AV_LOG_ERROR, "Too many noise floor scale factors: %d\n", sbr->n_q);
645 av_log(ac->avctx, AV_LOG_ERROR,
705 av_log(ac->avctx, AV_LOG_ERROR,
729 av_log(ac->avctx, AV_LOG_ERROR,
737 av_log(ac->avctx, AV_LOG_ERROR, "Not strictly monotone time borders\n");
856 av_log(ac->avctx, AV_LOG_ERROR, "env_facs_q %d is invalid\n", ch_data->env_facs_q[i + 1][j]);
865 av_log(ac->avctx, AV_LOG_ERROR, "env_facs_q %d is invalid\n", ch_data->env_facs_q[i + 1][j]);
874 av_log(ac->avctx, AV_LOG_ERROR, "env_facs_q %d is invalid\n", ch_data->env_facs_q[i + 1][j]);
884 av_log(ac->avctx, AV_LOG_ERROR, "env_facs_q %d is invalid\n", ch_data->env_facs_q[i + 1][j]);
923 av_log(ac->avctx, AV_LOG_ERROR, "noise_facs_q %d is invalid\n", ch_data->noise_facs_q[i + 1][j]);
932 av_log(ac->avctx, AV_LOG_ERROR, "noise_facs_q %d is invalid\n", ch_data->noise_facs_q[i + 1][j]);
952 av_log(ac->avctx, AV_LOG_ERROR, "Parametric Stereo signaled to be not-present but was found in the bitstream.\n");
956 *num_bits_left -= ff_ps_read_data(ac->avctx, gb, &sbr->ps.common, *num_bits_left);
957 ac->avctx->profile = FF_PROFILE_AAC_HE_V2;
963 avpriv_request_sample(ac->avctx, "Reserved SBR extensions");
1065 av_log(ac->avctx, AV_LOG_ERROR,
1081 av_log(ac->avctx, AV_LOG_ERROR, "SBR Extension over read.\n");
1097 av_log(ac->avctx, AV_LOG_ERROR,
1150 av_log(ac->avctx, AV_LOG_ERROR,
1304 av_log(ac->avctx, AV_LOG_ERROR,
1373 av_log(ac->avctx, AV_LOG_ERROR, "kx != f_table{high,low}[0]. "
1484 av_log(ac->avctx, id_aac == TYPE_LFE ? AV_LOG_VERBOSE : AV_LOG_WARNING,
1490 av_log(ac->avctx, AV_LOG_ERROR,
1548 AAC_RENAME(ff_ps_apply)(ac->avctx, &sbr->ps, sbr->X[0], sbr->X[1], sbr->kx[1] + sbr->m[1]);