Home
last modified time | relevance | path

Searched refs:num_windows (Results 1 – 22 of 22) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddynamic_hdr10_plus.c47 s->num_windows = get_bits(gb, 2); in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
49 if (s->num_windows < 1 || s->num_windows > 3) { in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
53 if (get_bits_left(gb) < ((19 * 8 + 1) * (s->num_windows - 1))) in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
56 for (int w = 1; w < s->num_windows; w++) { in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
107 for (int w = 0; w < s->num_windows; w++) { in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
161 for (int w = 0; w < s->num_windows; w++) { in ff_parse_itu_t_t35_to_dynamic_hdr10_plus()
Daaccoder_twoloop.h156 sfoffs = sce->ics.num_windows - 1; in search_for_quantizers_twoloop()
176 int wlen = 1024 / sce->ics.num_windows; in search_for_quantizers_twoloop()
219 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_twoloop()
264 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_twoloop()
287 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) in search_for_quantizers_twoloop()
299 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_twoloop()
322 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_twoloop()
324 float de_psy_factor = (sce->ics.num_windows > 1) ? 8.0f / sce->ics.group_len[w] : 1.0f; in search_for_quantizers_twoloop()
375 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_twoloop()
456 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_twoloop()
[all …]
Daacpsy.c478 wi.num_windows = 1; in psy_3gpp_window()
482 wi.num_windows = 8; in psy_3gpp_window()
605 for (w = 0; w < wi->num_windows*16; w += 16) { in calc_thr_3gpp()
661 const int num_bands = ctx->num_bands[wi->num_windows == 8]; in psy_3gpp_analyze_channel()
662 const uint8_t *band_sizes = ctx->bands[wi->num_windows == 8]; in psy_3gpp_analyze_channel()
663 AacPsyCoeffs *coeffs = pctx->psy_coef[wi->num_windows == 8]; in psy_3gpp_analyze_channel()
664 … const float avoid_hole_thr = wi->num_windows == 8 ? PSY_3GPP_AH_THR_SHORT : PSY_3GPP_AH_THR_LONG; in psy_3gpp_analyze_channel()
666 const int cutoff = bandwidth * 2048 / wi->num_windows / ctx->avctx->sample_rate; in psy_3gpp_analyze_channel()
672 for (w = 0; w < wi->num_windows*16; w += 16) { in psy_3gpp_analyze_channel()
727 …desired_bits = calc_bit_demand(pctx, pe, ctx->bitres.bits, ctx->bitres.size, wi->num_windows == 8); in psy_3gpp_analyze_channel()
[all …]
Daaccoder_trellis.h66 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3; in codebook_trellis_rate()
85 if ( run_value_bits[sce->ics.num_windows == 8][path[swb][0].run] in codebook_trellis_rate()
86 != run_value_bits[sce->ics.num_windows == 8][path[swb][0].run+1]) in codebook_trellis_rate()
134 if ( run_value_bits[sce->ics.num_windows == 8][path[swb][cb].run] in codebook_trellis_rate()
135 != run_value_bits[sce->ics.num_windows == 8][path[swb][cb].run+1]) in codebook_trellis_rate()
Daacenc.c246 for (w = 0; w < cpe->ch[0].ics.num_windows; w += cpe->ch[0].ics.group_len[w]) in encode_ms_info()
263 for (w = 0; w < ics->num_windows; w += ics->group_len[w]) { in adjust_frame_information()
273 for (w = 0; w < ics->num_windows; w += ics->group_len[w]) { in adjust_frame_information()
293 for (w = 0; w < ics0->num_windows*16; w += 16) in adjust_frame_information()
300 cpe->ms_mode = msc < ics0->max_sfb * ics0->num_windows ? 1 : 2; in adjust_frame_information()
310 for (w = 0; w < ics->num_windows; w += ics->group_len[w]) { in apply_intensity_stereo()
339 for (w = 0; w < ics->num_windows; w += ics->group_len[w]) { in apply_mid_side_stereo()
375 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) in encode_band_info()
389 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in encode_scale_factors()
441 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in encode_spectral_coeffs()
[all …]
Daaccoder.c84 const int run_bits = sce->ics.num_windows == 1 ? 5 : 3; in encode_window_bands_info()
130 if ( run_value_bits[sce->ics.num_windows == 8][path[swb][cb].run] in encode_window_bands_info()
131 != run_value_bits[sce->ics.num_windows == 8][path[swb][cb].run+1]) in encode_window_bands_info()
202 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in set_special_band_scalefactors()
222 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in set_special_band_scalefactors()
303 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_anmr()
389 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) in search_for_quantizers_anmr()
413 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_fast()
437 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_fast()
452 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in search_for_quantizers_fast()
[all …]
Daacenc_tns.c80 for (i = 0; i < sce->ics.num_windows; i++) { in ff_aac_encode_tns_info()
110 for (w = 0; w < ics->num_windows; w++) { in ff_aac_apply_tns()
182 for (w = 0; w < sce->ics.num_windows; w++) { in ff_aac_search_for_tns()
Don2avc.c60 int num_windows, num_bands; member
97 for (w = 0; w < c->num_windows; w++) { in on2avc_read_ms_info()
115 int num_bands = c->num_bands * c->num_windows; in on2avc_decode_band_types()
146 for (w = 0; w < c->num_windows; w++) { in on2avc_decode_band_scales()
157 for (w2 = w + 1; w2 < c->num_windows; w2++) { in on2avc_decode_band_scales()
269 for (w = 0; w < c->num_windows; w++) { in on2avc_read_channel_data()
299 for (w = 0; w < c->num_windows; w++) { in on2avc_apply_ms()
817 c->num_windows = c->modes[c->window_type].num_windows; in on2avc_decode_subframe()
822 for (i = 1; i < c->num_windows; i++) in on2avc_decode_subframe()
Don2avcdata.h32 int num_windows; member
Daacenc_is.c103 const float freq_mult = avctx->sample_rate/(1024.0f/sce0->ics.num_windows)/2.0f; in ff_aac_search_for_is()
112 for (w = 0; w < sce0->ics.num_windows; w += sce0->ics.group_len[w]) { in ff_aac_search_for_is()
Dpsymodel.h80 int num_windows; ///< number of windows in a frame member
Daacenc_ltp.c179 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in ff_aac_search_for_ltp()
222 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in ff_aac_search_for_ltp()
Daac.h185 int num_windows; member
Daacenc_utils.h208 for (w = 0; w < sce->ics.num_windows; w += sce->ics.group_len[w]) { in ff_init_nextband_map()
Daacenc_pred.c165 for (w = 0; w < sce0->ics.num_windows; w += sce0->ics.group_len[w]) { in ff_aac_adjust_common_pred()
Daacdec_template.c1448 ics->num_windows = 8; in decode_ics_info()
1460 ics->num_windows = 1; in decode_ics_info()
1691 for (w = 0; w < ics->num_windows; w++) { in decode_tns()
1760 const int c = 1024 / ics->num_windows; in decode_spectrum_and_dequant()
1764 for (g = 0; g < ics->num_windows; g++) in decode_spectrum_and_dequant()
2604 for (w = 0; w < ics->num_windows; w++) {
/third_party/ffmpeg/tests/ref/fate/
Dhevc-hdr10-plus-metadata23 num_windows=1
/third_party/ffmpeg/libavutil/
Dhdr_dynamic_metadata.h259 uint8_t num_windows; member
/third_party/ffmpeg/libavcodec/mips/
Daacpsy_mips.h69 for (w = 0; w < wi->num_windows*16; w += 16) { in calc_thr_3gpp_mips()
Daaccoder_mips.c2357 for (w = 0; w < sce0->ics.num_windows; w += sce0->ics.group_len[w]) { in search_for_ms_mips()
/third_party/ffmpeg/libavfilter/
Dvf_showinfo.c194 av_log(ctx, AV_LOG_INFO, "num_windows: %d, ", hdr_plus->num_windows); in dump_dynamic_hdr_plus()
195 for (int w = 1; w < hdr_plus->num_windows; w++) { in dump_dynamic_hdr_plus()
236 for (int w = 0; w < hdr_plus->num_windows; w++) { in dump_dynamic_hdr_plus()
/third_party/ffmpeg/fftools/
Dffprobe.c1859 print_int("num_windows", metadata->num_windows); in print_dynamic_hdr10_plus()
1860 for (int n = 1; n < metadata->num_windows; n++) { in print_dynamic_hdr10_plus()
1903 for (int n = 0; n < metadata->num_windows; n++) { in print_dynamic_hdr10_plus()
1934 for (int n = 0; n < metadata->num_windows; n++) { in print_dynamic_hdr10_plus()