FF_ARRAY_ELEMS     57 doc/examples/decode_audio.c     for (i = 0; i < FF_ARRAY_ELEMS(sample_fmt_entries); i++) {
FF_ARRAY_ELEMS    214 doc/examples/demuxing_decoding.c     for (i = 0; i < FF_ARRAY_ELEMS(sample_fmt_entries); i++) {
FF_ARRAY_ELEMS    122 doc/examples/qsvdec.c         for (i = 0; i < FF_ARRAY_ELEMS(sw_frame->data) && sw_frame->data[i]; i++)
FF_ARRAY_ELEMS     48 doc/examples/resampling_audio.c     for (i = 0; i < FF_ARRAY_ELEMS(sample_fmt_entries); i++) {
FF_ARRAY_ELEMS    925 fftools/cmdutils.c     for (i = 0; i < FF_ARRAY_ELEMS(log_levels); i++) {
FF_ARRAY_ELEMS    936 fftools/cmdutils.c         for (i = 0; i < FF_ARRAY_ELEMS(log_levels); i++)
FF_ARRAY_ELEMS    758 fftools/ffmpeg.c         for (i = 0; i<FF_ARRAY_ELEMS(ost->error); i++) {
FF_ARRAY_ELEMS   1162 fftools/ffmpeg.c             sizeof(ost->last_nb0_frames[0]) * (FF_ARRAY_ELEMS(ost->last_nb0_frames) - 1));
FF_ARRAY_ELEMS   1705 fftools/ffmpeg.c                 if (qp >= 0 && qp < FF_ARRAY_ELEMS(qp_histogram))
FF_ARRAY_ELEMS   1357 fftools/ffmpeg_opt.c     for (i = 0; i < FF_ARRAY_ELEMS(base) && ret < 0; i++) {
FF_ARRAY_ELEMS   3322 fftools/ffmpeg_opt.c                             FF_ARRAY_ELEMS(groups));
FF_ARRAY_ELEMS    903 fftools/ffplay.c     for (i = 0; i < FF_ARRAY_ELEMS(sdl_texture_format_map) - 1; i++) {
FF_ARRAY_ELEMS   1857 fftools/ffplay.c     enum AVPixelFormat pix_fmts[FF_ARRAY_ELEMS(sdl_texture_format_map)];
FF_ARRAY_ELEMS   1869 fftools/ffplay.c         for (j = 0; j < FF_ARRAY_ELEMS(sdl_texture_format_map) - 1; j++) {
FF_ARRAY_ELEMS   2507 fftools/ffplay.c     int next_sample_rate_idx = FF_ARRAY_ELEMS(next_sample_rates) - 1;
FF_ARRAY_ELEMS    354 fftools/ffprobe.c     for (i = 0; i < FF_ARRAY_ELEMS(sections); i++)
FF_ARRAY_ELEMS    397 fftools/ffprobe.c                 index = av_clip(index, 0, FF_ARRAY_ELEMS(si_prefixes) - 1);
FF_ARRAY_ELEMS    402 fftools/ffprobe.c                 index = av_clip(index, 0, FF_ARRAY_ELEMS(si_prefixes) - 1);
FF_ARRAY_ELEMS   3210 fftools/ffprobe.c     for (i = 0; i < FF_ARRAY_ELEMS(sections); i++) {
FF_ARRAY_ELEMS   3701 fftools/ffprobe.c                            sections, FF_ARRAY_ELEMS(sections))) >= 0) {
FF_ARRAY_ELEMS   3737 fftools/ffprobe.c     for (i = 0; i < FF_ARRAY_ELEMS(sections); i++)
FF_ARRAY_ELEMS    267 libavcodec/aacdec_template.c     if (FF_ARRAY_ELEMS(e2c_vec) < tags)
FF_ARRAY_ELEMS   1128 libavcodec/aacdec_template.c                     FF_ARRAY_ELEMS(ff_aac_scalefactor_code),
FF_ARRAY_ELEMS   1194 libavcodec/aacdec_template.c         for (i = 0; i < FF_ARRAY_ELEMS(ff_mpeg4audio_channels); i++)
FF_ARRAY_ELEMS   1197 libavcodec/aacdec_template.c         if (i == FF_ARRAY_ELEMS(ff_mpeg4audio_channels)) {
FF_ARRAY_ELEMS    978 libavcodec/aacenc.c     for (i = 0; i < FF_ARRAY_ELEMS(aac_normal_chan_layouts); i++) {
FF_ARRAY_ELEMS    987 libavcodec/aacenc.c         for (i = 0; i < FF_ARRAY_ELEMS(aac_pce_configs); i++)
FF_ARRAY_ELEMS    991 libavcodec/aacenc.c         ERROR_IF(i == FF_ARRAY_ELEMS(aac_pce_configs), "Unsupported channel layout \"%s\"\n", buf);
FF_ARRAY_ELEMS   1030 libavcodec/aacenc.c     for (i = 0; i < FF_ARRAY_ELEMS(aacenc_profiles); i++)
FF_ARRAY_ELEMS     97 libavcodec/aacenc_utils.h     if (qmaxval >= (FF_ARRAY_ELEMS(aac_maxval_cb)))
FF_ARRAY_ELEMS    107 libavcodec/aacenctab.c const int ff_aac_swb_size_128_len  = FF_ARRAY_ELEMS(ff_aac_swb_size_128);
FF_ARRAY_ELEMS    108 libavcodec/aacenctab.c const int ff_aac_swb_size_1024_len = FF_ARRAY_ELEMS(ff_aac_swb_size_1024);
FF_ARRAY_ELEMS    356 libavcodec/aacps_fixed_tablegen.h         if (k < FF_ARRAY_ELEMS(f_center_20))
FF_ARRAY_ELEMS    378 libavcodec/aacps_fixed_tablegen.h         if (k < FF_ARRAY_ELEMS(f_center_34))
FF_ARRAY_ELEMS    181 libavcodec/aacps_tablegen.h         if (k < FF_ARRAY_ELEMS(f_center_20))
FF_ARRAY_ELEMS    196 libavcodec/aacps_tablegen.h         if (k < FF_ARRAY_ELEMS(f_center_34))
FF_ARRAY_ELEMS    558 libavcodec/adpcm.c         if (filter >= FF_ARRAY_ELEMS(xa_adpcm_table)) {
FF_ARRAY_ELEMS    591 libavcodec/adpcm.c         if (filter >= FF_ARRAY_ELEMS(xa_adpcm_table) || shift < 0) {
FF_ARRAY_ELEMS   1947 libavcodec/adpcm.c                 if (filter >= FF_ARRAY_ELEMS(xa_adpcm_table))
FF_ARRAY_ELEMS   1217 libavcodec/alsdec.c                       0, FF_ARRAY_ELEMS(mcc_weightings) - 1);
FF_ARRAY_ELEMS    420 libavcodec/amfenc.c     av_assert0(planes < FF_ARRAY_ELEMS(dst_data));
FF_ARRAY_ELEMS    318 libavcodec/aptx.c                   FF_ARRAY_ELEMS(quantize_intervals_LF),
FF_ARRAY_ELEMS    324 libavcodec/aptx.c                   FF_ARRAY_ELEMS(quantize_intervals_MLF),
FF_ARRAY_ELEMS    330 libavcodec/aptx.c                   FF_ARRAY_ELEMS(quantize_intervals_MHF),
FF_ARRAY_ELEMS    336 libavcodec/aptx.c                   FF_ARRAY_ELEMS(quantize_intervals_HF),
FF_ARRAY_ELEMS    344 libavcodec/aptx.c                   FF_ARRAY_ELEMS(hd_quantize_intervals_LF),
FF_ARRAY_ELEMS    350 libavcodec/aptx.c                   FF_ARRAY_ELEMS(hd_quantize_intervals_MLF),
FF_ARRAY_ELEMS    356 libavcodec/aptx.c                   FF_ARRAY_ELEMS(hd_quantize_intervals_MHF),
FF_ARRAY_ELEMS    362 libavcodec/aptx.c                   FF_ARRAY_ELEMS(hd_quantize_intervals_HF),
FF_ARRAY_ELEMS    200 libavcodec/ass_split.c     int field_number[FF_ARRAY_ELEMS(ass_sections)];
FF_ARRAY_ELEMS    201 libavcodec/ass_split.c     int *field_order[FF_ARRAY_ELEMS(ass_sections)];
FF_ARRAY_ELEMS    235 libavcodec/ass_split.c     int *order = av_malloc_array(FF_ARRAY_ELEMS(section->fields), sizeof(*order));
FF_ARRAY_ELEMS    242 libavcodec/ass_split.c     while (i < FF_ARRAY_ELEMS(section->fields))
FF_ARRAY_ELEMS    265 libavcodec/ass_split.c             for (i = 0; i < FF_ARRAY_ELEMS(ass_sections); i++) {
FF_ARRAY_ELEMS    361 libavcodec/ass_split.c             for (i=0; i<FF_ARRAY_ELEMS(ass_sections); i++)
FF_ARRAY_ELEMS    419 libavcodec/ass_split.c         for (i=0; i<FF_ARRAY_ELEMS(ass_sections); i++)
FF_ARRAY_ELEMS    463 libavcodec/ass_split.c     for (i = 0; i < FF_ARRAY_ELEMS(fields); i++) {
FF_ARRAY_ELEMS    465 libavcodec/ass_split.c         const int last = i == FF_ARRAY_ELEMS(fields) - 1;
FF_ARRAY_ELEMS    485 libavcodec/ass_split.c         for (i=0; i<FF_ARRAY_ELEMS(ass_sections); i++) {
FF_ARRAY_ELEMS    459 libavcodec/atrac3plus.c         if (pos > FF_ARRAY_ELEMS(chan->qu_wordlen)) {
FF_ARRAY_ELEMS    461 libavcodec/atrac3plus.c             pos = FF_ARRAY_ELEMS(chan->qu_wordlen);
FF_ARRAY_ELEMS    730 libavcodec/atrac9dec.c             for (int i = 0; i < FF_ARRAY_ELEMS(b->is_signs); i++)
FF_ARRAY_ELEMS    924 libavcodec/atrac9dec.c     alloc_c_len = FF_ARRAY_ELEMS(at9_tab_b_dist);
FF_ARRAY_ELEMS    218 libavcodec/av1_frame_split_bsf.c     s->cbc->nb_decompose_unit_types = FF_ARRAY_ELEMS(decompose_unit_types);
FF_ARRAY_ELEMS    219 libavcodec/av1_parser.c     s->cbc->nb_decompose_unit_types = FF_ARRAY_ELEMS(decompose_unit_types);
FF_ARRAY_ELEMS    287 libavcodec/bitstream.c         av_assert0(nb_codes + 1 <= FF_ARRAY_ELEMS(localbuf));
FF_ARRAY_ELEMS     82 libavcodec/cbs.c     for (i = 0; i < FF_ARRAY_ELEMS(cbs_type_table); i++) {
FF_ARRAY_ELEMS    769 libavcodec/cbs_h2645.c     if (id >= FF_ARRAY_ELEMS(priv->ps_var)) { \
FF_ARRAY_ELEMS   1487 libavcodec/cbs_h2645.c     for (i = 0; i < FF_ARRAY_ELEMS(h264->sps); i++)
FF_ARRAY_ELEMS   1489 libavcodec/cbs_h2645.c     for (i = 0; i < FF_ARRAY_ELEMS(h264->pps); i++)
FF_ARRAY_ELEMS   1500 libavcodec/cbs_h2645.c     for (i = 0; i < FF_ARRAY_ELEMS(h265->vps); i++)
FF_ARRAY_ELEMS   1502 libavcodec/cbs_h2645.c     for (i = 0; i < FF_ARRAY_ELEMS(h265->sps); i++)
FF_ARRAY_ELEMS   1504 libavcodec/cbs_h2645.c     for (i = 0; i < FF_ARRAY_ELEMS(h265->pps); i++)
FF_ARRAY_ELEMS    280 libavcodec/cfhd.c     for (i = 0; i < FF_ARRAY_ELEMS(s->plane); i++) {
FF_ARRAY_ELEMS    358 libavcodec/cfhd.c             for (k = 0; k < FF_ARRAY_ELEMS(s->plane[i].band[j]); k++) {
FF_ARRAY_ELEMS    710 libavcodec/clearvideo.c     ret = init_vlc(&c->ylev[0].flags_cb, 9, FF_ARRAY_ELEMS(clv_flagsy_0_bits),
FF_ARRAY_ELEMS    716 libavcodec/clearvideo.c     ret = init_vlc(&c->ylev[1].flags_cb, 9, FF_ARRAY_ELEMS(clv_flagsy_1_bits),
FF_ARRAY_ELEMS    722 libavcodec/clearvideo.c     ret = init_vlc(&c->ylev[2].flags_cb, 9, FF_ARRAY_ELEMS(clv_flagsy_2_bits),
FF_ARRAY_ELEMS    728 libavcodec/clearvideo.c     ret = init_vlc(&c->ulev[0].flags_cb, 9, FF_ARRAY_ELEMS(clv_flagsu_0_bits),
FF_ARRAY_ELEMS    734 libavcodec/clearvideo.c     ret = init_vlc(&c->ulev[1].flags_cb, 9, FF_ARRAY_ELEMS(clv_flagsu_1_bits),
FF_ARRAY_ELEMS    740 libavcodec/clearvideo.c     ret = init_vlc(&c->vlev[0].flags_cb, 9, FF_ARRAY_ELEMS(clv_flagsv_0_bits),
FF_ARRAY_ELEMS    746 libavcodec/clearvideo.c     ret = init_vlc(&c->vlev[1].flags_cb, 9, FF_ARRAY_ELEMS(clv_flagsv_1_bits),
FF_ARRAY_ELEMS    752 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ylev[0].mv_cb, 9, FF_ARRAY_ELEMS(clv_mvy_0_bits),
FF_ARRAY_ELEMS    759 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ylev[1].mv_cb, 9, FF_ARRAY_ELEMS(clv_mvy_1_bits),
FF_ARRAY_ELEMS    766 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ylev[2].mv_cb, 9, FF_ARRAY_ELEMS(clv_mvy_2_bits),
FF_ARRAY_ELEMS    773 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ylev[3].mv_cb, 9, FF_ARRAY_ELEMS(clv_mvy_3_bits),
FF_ARRAY_ELEMS    780 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ulev[1].mv_cb, 9, FF_ARRAY_ELEMS(clv_mvu_1_bits),
FF_ARRAY_ELEMS    787 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ulev[2].mv_cb, 9, FF_ARRAY_ELEMS(clv_mvu_2_bits),
FF_ARRAY_ELEMS    794 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->vlev[1].mv_cb, 9, FF_ARRAY_ELEMS(clv_mvv_1_bits),
FF_ARRAY_ELEMS    801 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->vlev[2].mv_cb, 9, FF_ARRAY_ELEMS(clv_mvv_2_bits),
FF_ARRAY_ELEMS    808 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ylev[1].bias_cb, 9, FF_ARRAY_ELEMS(clv_biasy_1_bits),
FF_ARRAY_ELEMS    815 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ylev[2].bias_cb, 9, FF_ARRAY_ELEMS(clv_biasy_2_bits),
FF_ARRAY_ELEMS    822 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ylev[3].bias_cb, 9, FF_ARRAY_ELEMS(clv_biasy_3_bits),
FF_ARRAY_ELEMS    829 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ulev[1].bias_cb, 9, FF_ARRAY_ELEMS(clv_biasu_1_bits),
FF_ARRAY_ELEMS    836 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->ulev[2].bias_cb, 9, FF_ARRAY_ELEMS(clv_biasu_2_bits),
FF_ARRAY_ELEMS    843 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->vlev[1].bias_cb, 9, FF_ARRAY_ELEMS(clv_biasv_1_bits),
FF_ARRAY_ELEMS    850 libavcodec/clearvideo.c     ret = ff_init_vlc_sparse(&c->vlev[2].bias_cb, 9, FF_ARRAY_ELEMS(clv_biasv_2_bits),
FF_ARRAY_ELEMS   3396 libavcodec/codec_desc.c     return bsearch(&id, codec_descriptors, FF_ARRAY_ELEMS(codec_descriptors),
FF_ARRAY_ELEMS   3404 libavcodec/codec_desc.c     if (prev - codec_descriptors < FF_ARRAY_ELEMS(codec_descriptors) - 1)
FF_ARRAY_ELEMS    508 libavcodec/cook.c         if (++category[idx] >= FF_ARRAY_ELEMS(dither_tab))
FF_ARRAY_ELEMS    355 libavcodec/dca_core.c         scale_size = FF_ARRAY_ELEMS(ff_dca_scale_factor_quant7);
FF_ARRAY_ELEMS    358 libavcodec/dca_core.c         scale_size = FF_ARRAY_ELEMS(ff_dca_scale_factor_quant6);
FF_ARRAY_ELEMS    390 libavcodec/dca_core.c     if ((unsigned int)scale_index >= FF_ARRAY_ELEMS(ff_dca_joint_scale_factors)) {
FF_ARRAY_ELEMS    659 libavcodec/dca_core.c         av_assert1((unsigned int)nlfesamples <= FF_ARRAY_ELEMS(audio));
FF_ARRAY_ELEMS    666 libavcodec/dca_core.c         if (index >= FF_ARRAY_ELEMS(ff_dca_scale_factor_quant7)) {
FF_ARRAY_ELEMS    985 libavcodec/dca_core.c             scale_size = FF_ARRAY_ELEMS(ff_dca_scale_factor_quant7);
FF_ARRAY_ELEMS    988 libavcodec/dca_core.c             scale_size = FF_ARRAY_ELEMS(ff_dca_scale_factor_quant6);
FF_ARRAY_ELEMS    145 libavcodec/dca_lbr.c     int step_max = FF_ARRAY_ELEMS(ff_dca_lfe_step_size_24) - 1;
FF_ARRAY_ELEMS    199 libavcodec/dca_lbr.c     int step_max = FF_ARRAY_ELEMS(ff_dca_lfe_step_size_16) - 1;
FF_ARRAY_ELEMS    301 libavcodec/dca_lbr.c             if (diff >= FF_ARRAY_ELEMS(ff_dca_fst_amp)) {
FF_ARRAY_ELEMS    504 libavcodec/dca_lbr.c     if (v >= FF_ARRAY_ELEMS(ff_dca_st_coeff))
FF_ARRAY_ELEMS   1025 libavcodec/dca_lbr.c     if (sr_code >= FF_ARRAY_ELEMS(ff_dca_sampling_freqs)) {
FF_ARRAY_ELEMS    226 libavcodec/dca_parser.c             if (pc1->sr_code >= FF_ARRAY_ELEMS(ff_dca_sampling_freqs))
FF_ARRAY_ELEMS   1310 libavcodec/dcahuff.c         ff_init_vlc_sparse(&vlc, nb_bits, FF_ARRAY_ELEMS(tab##_codes),  \
FF_ARRAY_ELEMS   1421 libavcodec/decode.c     for (i = 0; i < FF_ARRAY_ELEMS(pool->pools); i++)
FF_ARRAY_ELEMS   1715 libavcodec/decode.c         for (i = 0; i < FF_ARRAY_ELEMS(sd); i++) {
FF_ARRAY_ELEMS   1809 libavcodec/decode.c         for (i = num_planes; num_planes > 0 && i < FF_ARRAY_ELEMS(frame->data); i++) {
FF_ARRAY_ELEMS     41 libavcodec/diractab.h #define DIRAC_MAX_QUANT_INDEX (FF_ARRAY_ELEMS(ff_dirac_qscale_tab))
FF_ARRAY_ELEMS   1081 libavcodec/dnxhddata.c     for (i = 0; i < FF_ARRAY_ELEMS(ff_dnxhd_cid_table); i++)
FF_ARRAY_ELEMS   1143 libavcodec/dnxhddata.c     for (i = 0; i < FF_ARRAY_ELEMS(ff_dnxhd_cid_table); i++) {
FF_ARRAY_ELEMS   1154 libavcodec/dnxhddata.c             for (j = 0; j < FF_ARRAY_ELEMS(cid->bit_rates); j++) {
FF_ARRAY_ELEMS   1166 libavcodec/dnxhddata.c     for (i = 0; i < FF_ARRAY_ELEMS(ff_dnxhd_cid_table); i++) {
FF_ARRAY_ELEMS   1168 libavcodec/dnxhddata.c         for (j = 0; j < FF_ARRAY_ELEMS(cid->bit_rates); j++) {
FF_ARRAY_ELEMS    319 libavcodec/dnxhddec.c     if (ctx->mb_height > FF_ARRAY_ELEMS(ctx->mb_scan_index)) {
FF_ARRAY_ELEMS    321 libavcodec/dnxhddec.c                "mb_height too big (%d > %"SIZE_SPECIFIER").\n", ctx->mb_height, FF_ARRAY_ELEMS(ctx->mb_scan_index));
FF_ARRAY_ELEMS    695 libavcodec/dss_sp.c     } while (offset < FF_ARRAY_ELEMS(p->excitation));
FF_ARRAY_ELEMS    249 libavcodec/dv_profile.c     for (i = 0; i < FF_ARRAY_ELEMS(dv_profiles); i++) {
FF_ARRAY_ELEMS    284 libavcodec/dv_profile.c     for (i = 0; i < FF_ARRAY_ELEMS(dv_profiles); i++)
FF_ARRAY_ELEMS    326 libavcodec/dv_profile.c     for (i = 0; i < FF_ARRAY_ELEMS(dv_profiles); i++)
FF_ARRAY_ELEMS     59 libavcodec/dvaudiodec.c     for (i = 0; i < FF_ARRAY_ELEMS(s->shuffle); i++) {
FF_ARRAY_ELEMS    244 libavcodec/dxva2.c             for (i = 0; i < FF_ARRAY_ELEMS(formats); i++) {
FF_ARRAY_ELEMS     64 libavcodec/dxva2_h264.c     for (i = 0, j = 0; i < FF_ARRAY_ELEMS(pp->RefFrameList); i++) {
FF_ARRAY_ELEMS    209 libavcodec/dxva2_h264.c     for (i = 0; i < FF_ARRAY_ELEMS(pp->RefFrameList); i++) {
FF_ARRAY_ELEMS    247 libavcodec/dxva2_h264.c         for (i = 0; i < FF_ARRAY_ELEMS(slice->RefPicList[list]); i++) {
FF_ARRAY_ELEMS     50 libavcodec/dxva2_hevc.c     for (i = 0; i < FF_ARRAY_ELEMS(pp->RefPicList); i++) {
FF_ARRAY_ELEMS    162 libavcodec/dxva2_hevc.c     for (i = 0, j = 0; i < FF_ARRAY_ELEMS(pp->RefPicList); i++) {
FF_ARRAY_ELEMS    164 libavcodec/dxva2_hevc.c         while (!frame && j < FF_ARRAY_ELEMS(h->DPB)) {
FF_ARRAY_ELEMS    181 libavcodec/dxva2_hevc.c         for (i = 0, j = 0; i < FF_ARRAY_ELEMS(pp->ref_list); i++) { \
FF_ARRAY_ELEMS   1464 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_quant_codebooks),
FF_ARRAY_ELEMS   1466 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_half_codebooks),
FF_ARRAY_ELEMS   1467 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_full_codebooks),
FF_ARRAY_ELEMS   1471 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_full_codebook1[0]),
FF_ARRAY_ELEMS   1472 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_full_codebook2[0]),
FF_ARRAY_ELEMS   1473 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_full_codebook3[0]),
FF_ARRAY_ELEMS   1474 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_full_codebook4[0]),
FF_ARRAY_ELEMS   1478 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_half_codebook1[0]),
FF_ARRAY_ELEMS   1479 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_half_codebook2[0]),
FF_ARRAY_ELEMS   1480 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_half_codebook3[0]),
FF_ARRAY_ELEMS   1484 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_quant_codebook1[0]),
FF_ARRAY_ELEMS   1485 libavcodec/evrcdata.h     FF_ARRAY_ELEMS(evrc_lspq_quant_codebook2[0]),
FF_ARRAY_ELEMS     35 libavcodec/exif.c     for (i = 0; i < FF_ARRAY_ELEMS(tag_list); i++) {
FF_ARRAY_ELEMS     70 libavcodec/extract_extradata_bsf.c     int nb_extradata_obu_types = FF_ARRAY_ELEMS(extradata_obu_types);
FF_ARRAY_ELEMS    155 libavcodec/extract_extradata_bsf.c         nb_extradata_nal_types = FF_ARRAY_ELEMS(extradata_nal_types_hevc);
FF_ARRAY_ELEMS    158 libavcodec/extract_extradata_bsf.c         nb_extradata_nal_types = FF_ARRAY_ELEMS(extradata_nal_types_h264);
FF_ARRAY_ELEMS    352 libavcodec/extract_extradata_bsf.c     for (i = 0; i < FF_ARRAY_ELEMS(extract_tab); i++) {
FF_ARRAY_ELEMS    198 libavcodec/flac.c     if (avctx->channels <= FF_ARRAY_ELEMS(flac_channel_layouts))
FF_ARRAY_ELEMS    920 libavcodec/g2meet.c     if (tile_width > (1 << FF_ARRAY_ELEMS(c->ec.prev_row_rung))) {
FF_ARRAY_ELEMS    114 libavcodec/gif.c     for (i = 0; i < FF_ARRAY_ELEMS(histogram); i++)
FF_ARRAY_ELEMS    400 libavcodec/h261dec.c     av_assert0(h->mtype < FF_ARRAY_ELEMS(ff_h261_mtype_map));
FF_ARRAY_ELEMS    364 libavcodec/h264_cavlc.c         av_assert0(offset == FF_ARRAY_ELEMS(coeff_token_vlc_tables));
FF_ARRAY_ELEMS     70 libavcodec/h264_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(h264_br_factors); i++) {
FF_ARRAY_ELEMS     82 libavcodec/h264_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(h264_levels); i++) {
FF_ARRAY_ELEMS    103 libavcodec/h264_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(h264_levels); i++) {
FF_ARRAY_ELEMS    112 libavcodec/h264_metadata_bsf.c         for (i = 1; i < FF_ARRAY_ELEMS(sar_idc); i++) {
FF_ARRAY_ELEMS    117 libavcodec/h264_metadata_bsf.c         if (i == FF_ARRAY_ELEMS(sar_idc)) {
FF_ARRAY_ELEMS    371 libavcodec/h264_metadata_bsf.c                     for (j = 0; j < FF_ARRAY_ELEMS(primary_pic_type_table); j++) {
FF_ARRAY_ELEMS    378 libavcodec/h264_metadata_bsf.c             for (j = 0; j < FF_ARRAY_ELEMS(primary_pic_type_table); j++)
FF_ARRAY_ELEMS    381 libavcodec/h264_metadata_bsf.c             if (j >= FF_ARRAY_ELEMS(primary_pic_type_table)) {
FF_ARRAY_ELEMS     99 libavcodec/h264_ps.c         for (i = 0; i < FF_ARRAY_ELEMS(s->pps_list); i++)
FF_ARRAY_ELEMS    146 libavcodec/h264_ps.c         } else if (aspect_ratio_idc < FF_ARRAY_ELEMS(ff_h264_pixel_aspect)) {
FF_ARRAY_ELEMS    466 libavcodec/h264_ps.c             FF_ARRAY_ELEMS(sps->offset_for_ref_frame)) {
FF_ARRAY_ELEMS    594 libavcodec/h264_ps.c         for (i = 0; i < FF_ARRAY_ELEMS(level_max_dpb_mbs); i++) {
FF_ARRAY_ELEMS     43 libavcodec/h264_refs.c     for (i = 0; i < FF_ARRAY_ELEMS(pic->data); ++i) {
FF_ARRAY_ELEMS    155 libavcodec/h264_refs.c             len  = build_def_list(sl->ref_list[list], FF_ARRAY_ELEMS(sl->ref_list[0]),
FF_ARRAY_ELEMS    158 libavcodec/h264_refs.c                                   FF_ARRAY_ELEMS(sl->ref_list[0]) - len,
FF_ARRAY_ELEMS    176 libavcodec/h264_refs.c         len  = build_def_list(sl->ref_list[0], FF_ARRAY_ELEMS(sl->ref_list[0]),
FF_ARRAY_ELEMS    179 libavcodec/h264_refs.c                               FF_ARRAY_ELEMS(sl->ref_list[0]) - len,
FF_ARRAY_ELEMS    405 libavcodec/h264_refs.c                 for (i = 0; i < FF_ARRAY_ELEMS(h->last_pocs); i++)
FF_ARRAY_ELEMS    694 libavcodec/h264_refs.c                 for (j = 0; j < FF_ARRAY_ELEMS(h->long_ref); j++) {
FF_ARRAY_ELEMS    809 libavcodec/h264_refs.c     for (i = 0; i < FF_ARRAY_ELEMS(h->ps.pps_list); i++) {
FF_ARRAY_ELEMS    327 libavcodec/h264_slice.c     for (i = 0; i < FF_ARRAY_ELEMS(h->ps.sps_list); i++) {
FF_ARRAY_ELEMS    335 libavcodec/h264_slice.c     for (i = 0; i < FF_ARRAY_ELEMS(h->ps.pps_list); i++) {
FF_ARRAY_ELEMS   1554 libavcodec/h264_slice.c             for(i=0; i<FF_ARRAY_ELEMS(h->last_pocs); i++)
FF_ARRAY_ELEMS    218 libavcodec/h265_metadata_bsf.c         for (i = 1; i < FF_ARRAY_ELEMS(sar_idc); i++) {
FF_ARRAY_ELEMS    223 libavcodec/h265_metadata_bsf.c         if (i == FF_ARRAY_ELEMS(sar_idc)) {
FF_ARRAY_ELEMS    127 libavcodec/h265_profile_level.c     for (i = 0; i < FF_ARRAY_ELEMS(h265_levels); i++) {
FF_ARRAY_ELEMS    142 libavcodec/h265_profile_level.c     for (i = 0; i < FF_ARRAY_ELEMS(h265_profiles); i++) {
FF_ARRAY_ELEMS    214 libavcodec/h265_profile_level.c     for (i = 0; i < FF_ARRAY_ELEMS(h265_levels); i++) {
FF_ARRAY_ELEMS    160 libavcodec/hcadec.c     if (c->total_band_count > FF_ARRAY_ELEMS(c->ch->imdct_in))
FF_ARRAY_ELEMS     96 libavcodec/hevc_ps.c         for (i = 0; i < FF_ARRAY_ELEMS(s->pps_list); i++)
FF_ARRAY_ELEMS    112 libavcodec/hevc_ps.c         for (i = 0; i < FF_ARRAY_ELEMS(s->sps_list); i++)
FF_ARRAY_ELEMS    181 libavcodec/hevc_ps.c         if (k >= FF_ARRAY_ELEMS(rps->used)) {
FF_ARRAY_ELEMS    600 libavcodec/hevc_ps.c         if (sar_idx < FF_ARRAY_ELEMS(vui_sar))
FF_ARRAY_ELEMS   1747 libavcodec/hevc_ps.c     for (i = 0; i < FF_ARRAY_ELEMS(ps->vps_list); i++)
FF_ARRAY_ELEMS   1749 libavcodec/hevc_ps.c     for (i = 0; i < FF_ARRAY_ELEMS(ps->sps_list); i++)
FF_ARRAY_ELEMS   1751 libavcodec/hevc_ps.c     for (i = 0; i < FF_ARRAY_ELEMS(ps->pps_list); i++)
FF_ARRAY_ELEMS     69 libavcodec/hevc_refs.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++)
FF_ARRAY_ELEMS     78 libavcodec/hevc_refs.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++)
FF_ARRAY_ELEMS     85 libavcodec/hevc_refs.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS    141 libavcodec/hevc_refs.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS    182 libavcodec/hevc_refs.c             for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS    191 libavcodec/hevc_refs.c         for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS    239 libavcodec/hevc_refs.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS    249 libavcodec/hevc_refs.c         for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS    260 libavcodec/hevc_refs.c         for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS    322 libavcodec/hevc_refs.c             for (i = 0; i < FF_ARRAY_ELEMS(cand_lists); i++) {
FF_ARRAY_ELEMS    366 libavcodec/hevc_refs.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS    456 libavcodec/hevc_refs.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS    497 libavcodec/hevc_refs.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++)
FF_ARRAY_ELEMS    277 libavcodec/hevcdec.c     if (nb_sh + (uint64_t)nb_sps > FF_ARRAY_ELEMS(rps->poc))
FF_ARRAY_ELEMS   3189 libavcodec/hevcdec.c     for (i = 0; i < FF_ARRAY_ELEMS(s->ps.sps_list); i++) {
FF_ARRAY_ELEMS   3320 libavcodec/hevcdec.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS   3370 libavcodec/hevcdec.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS   3411 libavcodec/hevcdec.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS   3422 libavcodec/hevcdec.c     for (i = 0; i < FF_ARRAY_ELEMS(s->ps.vps_list); i++) {
FF_ARRAY_ELEMS   3431 libavcodec/hevcdec.c     for (i = 0; i < FF_ARRAY_ELEMS(s->ps.sps_list); i++) {
FF_ARRAY_ELEMS   3440 libavcodec/hevcdec.c     for (i = 0; i < FF_ARRAY_ELEMS(s->ps.pps_list); i++) {
FF_ARRAY_ELEMS   8370 libavcodec/hq_hqadata.c     int ret = init_vlc(&c->hqa_cbp_vlc, 5, FF_ARRAY_ELEMS(cbp_vlc_lens),
FF_ARRAY_ELEMS   2144 libavcodec/hqxvlc.c                        FF_ARRAY_ELEMS(name ## _vlc_lens),                     \
FF_ARRAY_ELEMS   2153 libavcodec/hqxvlc.c     int ret = init_vlc(&ctx->cbp_vlc, 5, FF_ARRAY_ELEMS(cbp_vlc_lens),
FF_ARRAY_ELEMS    252 libavcodec/htmlsubtitles.c                     } else if (!tag_close && sptr < FF_ARRAY_ELEMS(stack) - 1) {
FF_ARRAY_ELEMS    491 libavcodec/imm4.c     INIT_VLC_SPARSE_STATIC(&cbplo_tab, 9, FF_ARRAY_ELEMS(cbplo_bits),
FF_ARRAY_ELEMS    494 libavcodec/imm4.c     INIT_VLC_SPARSE_STATIC(&cbphi_tab, 6, FF_ARRAY_ELEMS(cbphi_bits),
FF_ARRAY_ELEMS    497 libavcodec/imm4.c     INIT_VLC_SPARSE_STATIC(&blktype_tab, 9, FF_ARRAY_ELEMS(blktype_bits),
FF_ARRAY_ELEMS    500 libavcodec/imm4.c     INIT_VLC_SPARSE_STATIC(&block_tab, 12, FF_ARRAY_ELEMS(block_bits),
FF_ARRAY_ELEMS    323 libavcodec/indeo4.c             if (transform_id >= FF_ARRAY_ELEMS(transforms) ||
FF_ARRAY_ELEMS    378 libavcodec/indeo4.c             if (quant_mat >= FF_ARRAY_ELEMS(quant_index_to_tab)) {
FF_ARRAY_ELEMS    630 libavcodec/ituh263dec.c #define tab_size ((signed)FF_ARRAY_ELEMS(s->direct_scale_mv[0]))
FF_ARRAY_ELEMS    142 libavcodec/ituh263enc.c     format = ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format), s->width, s->height);
FF_ARRAY_ELEMS    146 libavcodec/jacosubdec.c         for (i = 0; i < FF_ARRAY_ELEMS(ass_codes_map); i++) {
FF_ARRAY_ELEMS    159 libavcodec/jacosubdec.c         if (i == FF_ARRAY_ELEMS(ass_codes_map))
FF_ARRAY_ELEMS    385 libavcodec/jpeg2000dec.c         possible_fmts_nb = FF_ARRAY_ELEMS(xyz_pix_fmts);
FF_ARRAY_ELEMS    390 libavcodec/jpeg2000dec.c             possible_fmts_nb = FF_ARRAY_ELEMS(rgb_pix_fmts);
FF_ARRAY_ELEMS    394 libavcodec/jpeg2000dec.c             possible_fmts_nb = FF_ARRAY_ELEMS(gray_pix_fmts);
FF_ARRAY_ELEMS    398 libavcodec/jpeg2000dec.c             possible_fmts_nb = FF_ARRAY_ELEMS(yuv_pix_fmts);
FF_ARRAY_ELEMS    402 libavcodec/jpeg2000dec.c             possible_fmts_nb = FF_ARRAY_ELEMS(all_pix_fmts);
FF_ARRAY_ELEMS    811 libavcodec/jpeg2000dec.c     if (TPsot >= FF_ARRAY_ELEMS(s->tile[Isot].tile_part)) {
FF_ARRAY_ELEMS   1027 libavcodec/jpeg2000dec.c         if (*tp_index < FF_ARRAY_ELEMS(tile->tile_part) - 1) {
FF_ARRAY_ELEMS    126 libavcodec/libfdk-aacdec.c         if (ctype <= ACT_NONE || ctype >= FF_ARRAY_ELEMS(channel_counts)) {
FF_ARRAY_ELEMS    277 libavcodec/libopenh264enc.c         for (i = 1; i < FF_ARRAY_ELEMS(sar_idc); i++) {
FF_ARRAY_ELEMS    282 libavcodec/libopenh264enc.c         if (i == FF_ARRAY_ELEMS(sar_idc)) {
FF_ARRAY_ELEMS    202 libavcodec/libopenjpegdec.c         possible_fmts_nb = FF_ARRAY_ELEMS(libopenjpeg_rgb_pix_fmts);
FF_ARRAY_ELEMS    206 libavcodec/libopenjpegdec.c         possible_fmts_nb = FF_ARRAY_ELEMS(libopenjpeg_gray_pix_fmts);
FF_ARRAY_ELEMS    210 libavcodec/libopenjpegdec.c         possible_fmts_nb = FF_ARRAY_ELEMS(libopenjpeg_yuv_pix_fmts);
FF_ARRAY_ELEMS    214 libavcodec/libopenjpegdec.c         possible_fmts_nb = FF_ARRAY_ELEMS(libopenjpeg_all_pix_fmts);
FF_ARRAY_ELEMS    183 libavcodec/libopusenc.c     av_assert2(avctx->channels < FF_ARRAY_ELEMS(ff_vorbis_channel_layouts));
FF_ARRAY_ELEMS    683 libavcodec/libxvid.c     av_assert0(xvid_enc_create.num_plugins + (!!x->ssim) + (!!x->variance_aq) + (!!x->lumi_aq) <= FF_ARRAY_ELEMS(plugins));
FF_ARRAY_ELEMS    764 libavcodec/magicyuv.c     for (i = 0; i < FF_ARRAY_ELEMS(s->slices); i++) {
FF_ARRAY_ELEMS    211 libavcodec/mediacodecdec_common.c     for (i = 0; i < FF_ARRAY_ELEMS(color_formats); i++) {
FF_ARRAY_ELEMS    200 libavcodec/mf_utils.c     for (i = 0; i < FF_ARRAY_ELEMS(mf_pix_fmts); i++) {
FF_ARRAY_ELEMS    212 libavcodec/mf_utils.c     for (i = 0; i < FF_ARRAY_ELEMS(mf_pix_fmts); i++) {
FF_ARRAY_ELEMS    368 libavcodec/mf_utils.c     for (n = 0; n < FF_ARRAY_ELEMS(guid_names); n++) {
FF_ARRAY_ELEMS    125 libavcodec/mimic.c     for (i = 0; i < FF_ARRAY_ELEMS(ctx->frames); i++) {
FF_ARRAY_ELEMS    144 libavcodec/mimic.c     if ((ret = init_vlc(&ctx->vlc, 11, FF_ARRAY_ELEMS(huffbits),
FF_ARRAY_ELEMS    155 libavcodec/mimic.c     for (i = 0; i < FF_ARRAY_ELEMS(ctx->frames); i++) {
FF_ARRAY_ELEMS    178 libavcodec/mimic.c     for (i = 0; i < FF_ARRAY_ELEMS(dst->frames); i++) {
FF_ARRAY_ELEMS    101 libavcodec/mjpegdec.c     for (i = 0; i < FF_ARRAY_ELEMS(ht); i++) {
FF_ARRAY_ELEMS    196 libavcodec/mlpdec.c     for (i = 0; i < FF_ARRAY_ELEMS(thd_channel_order); i++)
FF_ARRAY_ELEMS    359 libavcodec/movtextdec.c const static size_t box_count = FF_ARRAY_ELEMS(box_types);
FF_ARRAY_ELEMS    180 libavcodec/movtextenc.c const static size_t box_count = FF_ARRAY_ELEMS(box_types);
FF_ARRAY_ELEMS     75 libavcodec/mpeg12.c     av_assert0(static_size <= FF_ARRAY_ELEMS(table));
FF_ARRAY_ELEMS     94 libavcodec/mpeg4audio.c     if (c->chan_config < FF_ARRAY_ELEMS(ff_mpeg4audio_channels))
FF_ARRAY_ELEMS     67 libavcodec/mpeg4video.c #define tab_size ((signed)FF_ARRAY_ELEMS(s->direct_scale_mv[0]))
FF_ARRAY_ELEMS    123 libavcodec/mpeg_er.c     for (i = 0; i < FF_ARRAY_ELEMS(s->dc_val); i++)
FF_ARRAY_ELEMS    319 libavcodec/mpegaudiodec_template.c     av_assert0(offset == FF_ARRAY_ELEMS(huff_vlc_tables));
FF_ARRAY_ELEMS    330 libavcodec/mpegaudiodec_template.c     av_assert0(offset == FF_ARRAY_ELEMS(huff_quad_vlc_tables));
FF_ARRAY_ELEMS     57 libavcodec/mpegaudiodecheader.c     if (sample_rate_index >= FF_ARRAY_ELEMS(avpriv_mpa_freq_tab))
FF_ARRAY_ELEMS    181 libavcodec/mpegvideo_enc.c         for (i = 0 ; i<FF_ARRAY_ELEMS(ff_mpeg2_non_linear_qscale); i++) {
FF_ARRAY_ELEMS    804 libavcodec/mpegvideo_enc.c         if (ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format),
FF_ARRAY_ELEMS   1081 libavcodec/mpegvideo_enc.c     for (i = 0; i < FF_ARRAY_ELEMS(s->tmp_frames); i++)
FF_ARRAY_ELEMS    662 libavcodec/mv30.c     INIT_VLC_SPARSE_STATIC(&cbp_tab, 9, FF_ARRAY_ELEMS(cbp_bits),
FF_ARRAY_ELEMS    125 libavcodec/nvdec_h264.c     for (i = dpb_size; i < FF_ARRAY_ELEMS(ppc->dpb); i++)
FF_ARRAY_ELEMS    196 libavcodec/nvdec_hevc.c     if (pps->num_tile_columns > FF_ARRAY_ELEMS(ppc->column_width_minus1) ||
FF_ARRAY_ELEMS    197 libavcodec/nvdec_hevc.c         pps->num_tile_rows    > FF_ARRAY_ELEMS(ppc->row_height_minus1)) {
FF_ARRAY_ELEMS    207 libavcodec/nvdec_hevc.c     if (pps->chroma_qp_offset_list_len_minus1 > FF_ARRAY_ELEMS(ppc->cb_qp_offset_list) ||
FF_ARRAY_ELEMS    208 libavcodec/nvdec_hevc.c         pps->chroma_qp_offset_list_len_minus1 > FF_ARRAY_ELEMS(ppc->cr_qp_offset_list)) {
FF_ARRAY_ELEMS    218 libavcodec/nvdec_hevc.c     if (s->rps[LT_CURR].nb_refs     > FF_ARRAY_ELEMS(ppc->RefPicSetLtCurr)       ||
FF_ARRAY_ELEMS    219 libavcodec/nvdec_hevc.c         s->rps[ST_CURR_BEF].nb_refs > FF_ARRAY_ELEMS(ppc->RefPicSetStCurrBefore) ||
FF_ARRAY_ELEMS    220 libavcodec/nvdec_hevc.c         s->rps[ST_CURR_AFT].nb_refs > FF_ARRAY_ELEMS(ppc->RefPicSetStCurrAfter)) {
FF_ARRAY_ELEMS    226 libavcodec/nvdec_hevc.c     for (i = 0; i < FF_ARRAY_ELEMS(s->DPB); i++) {
FF_ARRAY_ELEMS    230 libavcodec/nvdec_hevc.c         if (dpb_size >= FF_ARRAY_ELEMS(ppc->RefPicIdx)) {
FF_ARRAY_ELEMS    237 libavcodec/nvdec_hevc.c     for (i = dpb_size; i < FF_ARRAY_ELEMS(ppc->RefPicIdx); i++)
FF_ARRAY_ELEMS    112 libavcodec/nvenc.c     for (i = 0; i < FF_ARRAY_ELEMS(nvenc_errors); i++) {
FF_ARRAY_ELEMS   1636 libavcodec/nvenc.c     if (ctx->nb_registered_frames == FF_ARRAY_ELEMS(ctx->registered_frames)) {
FF_ARRAY_ELEMS    428 libavcodec/opus_celt.c             for (j = 0; j < FF_ARRAY_ELEMS(block->energy); j++)
FF_ARRAY_ELEMS    529 libavcodec/opus_celt.c     for (i = 0; i < FF_ARRAY_ELEMS(frm->imdct); i++)
FF_ARRAY_ELEMS    558 libavcodec/opus_celt.c     for (i = 0; i < FF_ARRAY_ELEMS(frm->imdct); i++)
FF_ARRAY_ELEMS    480 libavcodec/opusdec.c         if (out_dummy && sync_size > FF_ARRAY_ELEMS(sync_dummy))
FF_ARRAY_ELEMS    310 libavcodec/prosumer.c     for (int i = 1; i < FF_ARRAY_ELEMS(table); i += 2) {
FF_ARRAY_ELEMS    278 libavcodec/qcelpdata.h     FF_ARRAY_ELEMS(qcelp_rate_octave_bitmap),
FF_ARRAY_ELEMS    279 libavcodec/qcelpdata.h     FF_ARRAY_ELEMS(qcelp_rate_quarter_bitmap),
FF_ARRAY_ELEMS    280 libavcodec/qcelpdata.h     FF_ARRAY_ELEMS(qcelp_rate_half_bitmap),
FF_ARRAY_ELEMS    281 libavcodec/qcelpdata.h     FF_ARRAY_ELEMS(qcelp_rate_full_bitmap),
FF_ARRAY_ELEMS    798 libavcodec/qdm2.c                             if (index >= FF_ARRAY_ELEMS(type30_dequant)) {
FF_ARRAY_ELEMS    818 libavcodec/qdm2.c                                 if (index >= FF_ARRAY_ELEMS(type34_delta)) {
FF_ARRAY_ELEMS   1171 libavcodec/qdm2.c         if (i >= FF_ARRAY_ELEMS(q->sub_packet_list_A)) {
FF_ARRAY_ELEMS   1308 libavcodec/qdm2.c         if (local_int_14 >= FF_ARRAY_ELEMS(fft_level_index_table))
FF_ARRAY_ELEMS   1337 libavcodec/qdm2.c             if (q->fft_coefs_index + stereo >= FF_ARRAY_ELEMS(q->fft_coefs))
FF_ARRAY_ELEMS   1788 libavcodec/qdm2.c     if((unsigned)frame_size > FF_ARRAY_ELEMS(q->output_buffer)/2)
FF_ARRAY_ELEMS    212 libavcodec/qdmc.c     INIT_VLC_STATIC_LE(&vtable[0], 12, FF_ARRAY_ELEMS(noise_value_bits),
FF_ARRAY_ELEMS    214 libavcodec/qdmc.c     INIT_VLC_STATIC_LE(&vtable[1], 10, FF_ARRAY_ELEMS(noise_segment_length_bits),
FF_ARRAY_ELEMS    217 libavcodec/qdmc.c     INIT_VLC_STATIC_LE(&vtable[2], 13, FF_ARRAY_ELEMS(amplitude_bits),
FF_ARRAY_ELEMS    219 libavcodec/qdmc.c     INIT_VLC_STATIC_LE(&vtable[3], 18, FF_ARRAY_ELEMS(freq_diff_bits),
FF_ARRAY_ELEMS    221 libavcodec/qdmc.c     INIT_VLC_STATIC_LE(&vtable[4], 8, FF_ARRAY_ELEMS(amplitude_diff_bits),
FF_ARRAY_ELEMS    223 libavcodec/qdmc.c     INIT_VLC_STATIC_LE(&vtable[5], 6, FF_ARRAY_ELEMS(phase_diff_bits),
FF_ARRAY_ELEMS    381 libavcodec/qdmc.c         if (v >= FF_ARRAY_ELEMS(code_prefix))
FF_ARRAY_ELEMS    458 libavcodec/qdmc.c     if (index >= FF_ARRAY_ELEMS(s->tones[group])) {
FF_ARRAY_ELEMS    105 libavcodec/qsv.c     for (int i = 0; i < FF_ARRAY_ELEMS(qsv_iopatterns); i++) {
FF_ARRAY_ELEMS    160 libavcodec/qsv.c     for (i = 0; i < FF_ARRAY_ELEMS(qsv_errors); i++) {
FF_ARRAY_ELEMS    716 libavcodec/qsv.c     for (i = 0; i < FF_ARRAY_ELEMS(handle_types); i++) {
FF_ARRAY_ELEMS     77 libavcodec/qsvenc.c     for (i = 0; i < FF_ARRAY_ELEMS(profile_names); i++)
FF_ARRAY_ELEMS    117 libavcodec/qsvenc.c     for (i = 0; i < FF_ARRAY_ELEMS(rc_names); i++)
FF_ARRAY_ELEMS    873 libavcodec/qsvenc.c     q->param.NumExtParam = FF_ARRAY_ELEMS(ext_buffers);
FF_ARRAY_ELEMS    485 libavcodec/ralf.c         if (ctx->num_blocks >= FF_ARRAY_ELEMS(ctx->block_size))
FF_ARRAY_ELEMS    110 libavcodec/rl.c     av_assert0(static_size <= FF_ARRAY_ELEMS(table));
FF_ARRAY_ELEMS   1496 libavcodec/sanm.c         if (header.codec < FF_ARRAY_ELEMS(v1_decoders)) {
FF_ARRAY_ELEMS    332 libavcodec/sbcdec.c         for (i = 0; i < FF_ARRAY_ELEMS(sbc->dsp.offset[0]); i++)
FF_ARRAY_ELEMS    237 libavcodec/scpr3.c         if (k > FF_ARRAY_ELEMS(n.dectab))
FF_ARRAY_ELEMS    709 libavcodec/scpr3.c         if (f > FF_ARRAY_ELEMS(n.dectab))
FF_ARRAY_ELEMS    373 libavcodec/shorten.c         if (pred_order >= FF_ARRAY_ELEMS(fixed_coeffs)) {
FF_ARRAY_ELEMS     77 libavcodec/sinewin_tablegen.h     assert(index >= 0 && index < FF_ARRAY_ELEMS(AAC_RENAME(ff_sine_windows)));
FF_ARRAY_ELEMS    325 libavcodec/siren.c     FF_ARRAY_ELEMS(decoder_tree0),
FF_ARRAY_ELEMS    326 libavcodec/siren.c     FF_ARRAY_ELEMS(decoder_tree1),
FF_ARRAY_ELEMS    327 libavcodec/siren.c     FF_ARRAY_ELEMS(decoder_tree2),
FF_ARRAY_ELEMS    328 libavcodec/siren.c     FF_ARRAY_ELEMS(decoder_tree3),
FF_ARRAY_ELEMS    329 libavcodec/siren.c     FF_ARRAY_ELEMS(decoder_tree4),
FF_ARRAY_ELEMS    330 libavcodec/siren.c     FF_ARRAY_ELEMS(decoder_tree5),
FF_ARRAY_ELEMS    331 libavcodec/siren.c     FF_ARRAY_ELEMS(decoder_tree6),
FF_ARRAY_ELEMS    895 libavcodec/sonic.c         if (sample_rate_index >= FF_ARRAY_ELEMS(samplerate_table)) {
FF_ARRAY_ELEMS    516 libavcodec/speedhq.c     av_assert0(entry == FF_ARRAY_ELEMS(run_code));
FF_ARRAY_ELEMS    519 libavcodec/speedhq.c                               FF_ARRAY_ELEMS(run_code),
FF_ARRAY_ELEMS    556 libavcodec/speedhq.c     av_assert0(entry == FF_ARRAY_ELEMS(level_code));
FF_ARRAY_ELEMS    559 libavcodec/speedhq.c                               FF_ARRAY_ELEMS(level_code),
FF_ARRAY_ELEMS     63 libavcodec/svq1enc.c                              FF_ARRAY_ELEMS(ff_svq1_frame_size_table),
FF_ARRAY_ELEMS     87 libavcodec/tableprint.h         const size_t array_size = FF_ARRAY_ELEMS(name); \
FF_ARRAY_ELEMS     97 libavcodec/tableprint.h         const size_t array_size = FF_ARRAY_ELEMS(name); \
FF_ARRAY_ELEMS    106 libavcodec/tableprint.h         const size_t array_size1 = FF_ARRAY_ELEMS(name);                \
FF_ARRAY_ELEMS    107 libavcodec/tableprint.h         const size_t array_size2 = FF_ARRAY_ELEMS(name[0]);             \
FF_ARRAY_ELEMS     73 libavcodec/tableprint_vlc.h         const size_t array_size = FF_ARRAY_ELEMS(name); \
FF_ARRAY_ELEMS     62 libavcodec/tak.c     } else if (type < FF_ARRAY_ELEMS(frame_duration_type_quants)) {
FF_ARRAY_ELEMS    118 libavcodec/tak.c                 if (value < FF_ARRAY_ELEMS(tak_channel_layouts))
FF_ARRAY_ELEMS    265 libavcodec/takdec.c     if (mode > FF_ARRAY_ELEMS(xcodes))
FF_ARRAY_ELEMS    477 libavcodec/takdec.c     y    = FF_ARRAY_ELEMS(s->residues) - filter_order;
FF_ARRAY_ELEMS    632 libavcodec/takdec.c         x = FF_ARRAY_ELEMS(s->residues) - filter_order;
FF_ARRAY_ELEMS     39 libavcodec/tests/celp_math.c     float   r = ff_dot_productf(f1, f2, FF_ARRAY_ELEMS(f1));
FF_ARRAY_ELEMS     40 libavcodec/tests/celp_math.c     int64_t d = ff_dot_product(i1, i2, FF_ARRAY_ELEMS(i1));
FF_ARRAY_ELEMS    509 libavcodec/tests/dct.c             for (i = 0; i < FF_ARRAY_ELEMS(idct_tab); i++)
FF_ARRAY_ELEMS    518 libavcodec/tests/dct.c             for (i = 0; i < FF_ARRAY_ELEMS(fdct_tab); i++)
FF_ARRAY_ELEMS    191 libavcodec/tests/h264_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(test_sizes); i++) {
FF_ARRAY_ELEMS    198 libavcodec/tests/h264_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(test_framerate); i++) {
FF_ARRAY_ELEMS    207 libavcodec/tests/h264_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(test_dpb); i++) {
FF_ARRAY_ELEMS    216 libavcodec/tests/h264_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(test_bitrate); i++) {
FF_ARRAY_ELEMS    224 libavcodec/tests/h264_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(test_all); i++) {
FF_ARRAY_ELEMS    258 libavcodec/tests/h265_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(test_sizes); i++) {
FF_ARRAY_ELEMS    267 libavcodec/tests/h265_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(test_dpb); i++) {
FF_ARRAY_ELEMS    277 libavcodec/tests/h265_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(test_bitrate); i++) {
FF_ARRAY_ELEMS    286 libavcodec/tests/h265_levels.c     for (i = 0; i < FF_ARRAY_ELEMS(test_fragments); i++) {
FF_ARRAY_ELEMS     42 libavcodec/tests/htmlsubtitles.c     for (i = 0; i < FF_ARRAY_ELEMS(test_cases); i++) {
FF_ARRAY_ELEMS    141 libavcodec/tests/mjpegenc_huffman.c                                      FF_ARRAY_ELEMS(distincts), 3);
FF_ARRAY_ELEMS    143 libavcodec/tests/mjpegenc_huffman.c     for (i = 0; i < FF_ARRAY_ELEMS(distincts); i++) {
FF_ARRAY_ELEMS    157 libavcodec/tests/mjpegenc_huffman.c     if (check_lengths(16, 18, probs_zeroes, FF_ARRAY_ELEMS(probs_zeroes)))
FF_ARRAY_ELEMS    160 libavcodec/tests/mjpegenc_huffman.c     if (check_lengths(16, 41282, probs_skewed, FF_ARRAY_ELEMS(probs_skewed)))
FF_ARRAY_ELEMS    163 libavcodec/tests/mjpegenc_huffman.c     if (check_lengths(16, 669904, probs_sat, FF_ARRAY_ELEMS(probs_sat)))
FF_ARRAY_ELEMS    191 libavcodec/tests/options.c     for (i = 0; i < FF_ARRAY_ELEMS(dummy_codec); i++)
FF_ARRAY_ELEMS    192 libavcodec/tests/options.c         for (j = 0; j < FF_ARRAY_ELEMS(dummy_codec); j++)
FF_ARRAY_ELEMS    134 libavcodec/tiff.c         key - TIFF_##TYPE##_KEY_ID_OFFSET < FF_ARRAY_ELEMS(ff_tiff_##array##_name_type_map))\
FF_ARRAY_ELEMS    182 libavcodec/tiff.c         val - TIFF_##TYPE##_OFFSET < FF_ARRAY_ELEMS(ff_tiff_##array##_codes))\
FF_ARRAY_ELEMS    216 libavcodec/tiff.c         ap = av_strdup(search_keyval(ff_tiff_proj_cs_type_codes, FF_ARRAY_ELEMS(ff_tiff_proj_cs_type_codes), val));
FF_ARRAY_ELEMS    220 libavcodec/tiff.c         ap = av_strdup(search_keyval(ff_tiff_projection_codes, FF_ARRAY_ELEMS(ff_tiff_projection_codes), val));
FF_ARRAY_ELEMS     34 libavcodec/tiff_common.c     for (i = 0; i < FF_ARRAY_ELEMS(ifd_tags); i++) {
FF_ARRAY_ELEMS    297 libavcodec/tiff_common.c     valid_type = *type != 0 && *type < FF_ARRAY_ELEMS(type_sizes);
FF_ARRAY_ELEMS    808 libavcodec/twinvq.c                         FF_ARRAY_ELEMS(tctx->bark_hist));
FF_ARRAY_ELEMS   1545 libavcodec/utils.c     if (fmt < 0 || fmt >= FF_ARRAY_ELEMS(map))
FF_ARRAY_ELEMS    115 libavcodec/v4l2_fmt.c     for (i = 0; i < FF_ARRAY_ELEMS(fmt_map); i++) {
FF_ARRAY_ELEMS    125 libavcodec/v4l2_fmt.c     for (i = 0; i < FF_ARRAY_ELEMS(fmt_map); i++) {
FF_ARRAY_ELEMS    135 libavcodec/v4l2_fmt.c     for (i = 0; i < FF_ARRAY_ELEMS(fmt_map); i++) {
FF_ARRAY_ELEMS    119 libavcodec/v4l2_m2m_enc.c     for (i = 0; i < FF_ARRAY_ELEMS(profile); i++) {
FF_ARRAY_ELEMS    140 libavcodec/v4l2_m2m_enc.c     for (i = 0; i < FF_ARRAY_ELEMS(profile); i++) {
FF_ARRAY_ELEMS    321 libavcodec/vaapi_decode.c         for (j = 0; j < FF_ARRAY_ELEMS(vaapi_format_map); j++) {
FF_ARRAY_ELEMS    325 libavcodec/vaapi_decode.c         if (j >= FF_ARRAY_ELEMS(vaapi_format_map)) {
FF_ARRAY_ELEMS    462 libavcodec/vaapi_decode.c     for (i = 0; i < FF_ARRAY_ELEMS(vaapi_profile_map); i++) {
FF_ARRAY_ELEMS   1360 libavcodec/vaapi_encode.c     for (i = 0; i < FF_ARRAY_ELEMS(vaapi_encode_rt_formats); i++) {
FF_ARRAY_ELEMS   1368 libavcodec/vaapi_encode.c     if (i >= FF_ARRAY_ELEMS(vaapi_encode_rt_formats)) {
FF_ARRAY_ELEMS   1472 libavcodec/vaapi_encode.c         for (i = 0; i < FF_ARRAY_ELEMS(vaapi_encode_rc_modes); i++) {
FF_ARRAY_ELEMS   1862 libavcodec/vaapi_encode.c                                 attr, FF_ARRAY_ELEMS(attr));
FF_ARRAY_ELEMS    400 libavcodec/vaapi_encode_h264.c         for (i = 0; i < FF_ARRAY_ELEMS(sar_idc); i++) {
FF_ARRAY_ELEMS    407 libavcodec/vaapi_encode_h264.c         if (i >= FF_ARRAY_ELEMS(sar_idc)) {
FF_ARRAY_ELEMS    726 libavcodec/vaapi_encode_h264.c     for (; i < FF_ARRAY_ELEMS(vpic->ReferenceFrames); i++) {
FF_ARRAY_ELEMS   1036 libavcodec/vaapi_encode_h264.c     for (i = 0; i < FF_ARRAY_ELEMS(vslice->RefPicList0); i++) {
FF_ARRAY_ELEMS    477 libavcodec/vaapi_encode_h265.c         for (i = 0; i < FF_ARRAY_ELEMS(sar_idc); i++) {
FF_ARRAY_ELEMS    484 libavcodec/vaapi_encode_h265.c         if (i >= FF_ARRAY_ELEMS(sar_idc)) {
FF_ARRAY_ELEMS    832 libavcodec/vaapi_encode_h265.c     for (; i < FF_ARRAY_ELEMS(vpic->reference_frames); i++) {
FF_ARRAY_ELEMS   1042 libavcodec/vaapi_encode_h265.c     for (i = 0; i < FF_ARRAY_ELEMS(vslice->ref_pic_list0); i++) {
FF_ARRAY_ELEMS    149 libavcodec/vaapi_encode_vp9.c     for (i = 0; i < FF_ARRAY_ELEMS(vpic->reference_frames); i++)
FF_ARRAY_ELEMS    132 libavcodec/vaapi_h264.c     dpb.max_size = FF_ARRAY_ELEMS(pic_param->ReferenceFrames);
FF_ARRAY_ELEMS     99 libavcodec/vaapi_hevc.c     for (i = 0, j = 0; i < FF_ARRAY_ELEMS(pp->ReferenceFrames); i++) {
FF_ARRAY_ELEMS    102 libavcodec/vaapi_hevc.c         while (!frame && j < FF_ARRAY_ELEMS(h->DPB)) {
FF_ARRAY_ELEMS    384 libavcodec/vaapi_hevc.c     for (i = 0; i < FF_ARRAY_ELEMS(pp->ReferenceFrames); i++) {
FF_ARRAY_ELEMS     76 libavcodec/vc2enc.c static const int base_video_fmts_len = FF_ARRAY_ELEMS(base_video_fmts);
FF_ARRAY_ELEMS     78 libavcodec/vdpau_h264.c #define H264_RF_COUNT FF_ARRAY_ELEMS(info->referenceFrames)
FF_ARRAY_ELEMS    238 libavcodec/vdpau_hevc.c     for (size_t i = 0, j = 0; i < FF_ARRAY_ELEMS(h->DPB); i++) {
FF_ARRAY_ELEMS    106 libavcodec/vdpau_vp9.c     for (i = 0; i < FF_ARRAY_ELEMS(info->mbModeLfDelta); i++)
FF_ARRAY_ELEMS    109 libavcodec/vdpau_vp9.c     for (i = 0; i < FF_ARRAY_ELEMS(info->mbRefLfDelta); i++)
FF_ARRAY_ELEMS    112 libavcodec/vdpau_vp9.c     for (i = 0; i < FF_ARRAY_ELEMS(info->mbSegmentTreeProbs); i++)
FF_ARRAY_ELEMS    115 libavcodec/vdpau_vp9.c     for (i = 0; i < FF_ARRAY_ELEMS(info->activeRefIdx); i++) {
FF_ARRAY_ELEMS    121 libavcodec/vdpau_vp9.c     for (i = 0; i < FF_ARRAY_ELEMS(info->segmentFeatureEnable); i++) {
FF_ARRAY_ELEMS    100 libavcodec/vima.c              table_pos < FF_ARRAY_ELEMS(ff_adpcm_step_table);
FF_ARRAY_ELEMS    281 libavcodec/vorbisenc.c     venc->ncodebooks = FF_ARRAY_ELEMS(cvectors);
FF_ARRAY_ELEMS    801 libavcodec/vp56.c     for (i = 0; i < FF_ARRAY_ELEMS(s->frames); i++) {
FF_ARRAY_ELEMS    849 libavcodec/vp56.c     for (i = 0; i < FF_ARRAY_ELEMS(s->frames); i++)
FF_ARRAY_ELEMS    133 libavcodec/vp8.c     for (i = 0; i < FF_ARRAY_ELEMS(s->frames); i++)
FF_ARRAY_ELEMS   2829 libavcodec/vp8.c     for (i = 0; i < FF_ARRAY_ELEMS(s->frames); i++)
FF_ARRAY_ELEMS   2838 libavcodec/vp8.c     for (i = 0; i < FF_ARRAY_ELEMS(s->frames); i++) {
FF_ARRAY_ELEMS   2918 libavcodec/vp8.c     for (i = 0; i < FF_ARRAY_ELEMS(s_src->frames); i++) {
FF_ARRAY_ELEMS    433 libavcodec/vp9.c         av_assert2(d < FF_ARRAY_ELEMS(inv_map_table));
FF_ARRAY_ELEMS    645 libavcodec/wavpackenc.h     FF_ARRAY_ELEMS(fast_specs),
FF_ARRAY_ELEMS    646 libavcodec/wavpackenc.h     FF_ARRAY_ELEMS(default_specs),
FF_ARRAY_ELEMS    647 libavcodec/wavpackenc.h     FF_ARRAY_ELEMS(high_specs),
FF_ARRAY_ELEMS    648 libavcodec/wavpackenc.h     FF_ARRAY_ELEMS(very_high_specs),
FF_ARRAY_ELEMS     51 libavcodec/webvttdec.c         for (i = 0; i < FF_ARRAY_ELEMS(webvtt_tag_replace); i++) {
FF_ARRAY_ELEMS    354 libavcodec/wmadec.c         if ((unsigned) last_exp + 60 >= FF_ARRAY_ELEMS(pow_tab)) {
FF_ARRAY_ELEMS   1303 libavcodec/wmaprodec.c                 av_assert0(num_vec_coeffs + offset <= FF_ARRAY_ELEMS(s->channel[c].out));
FF_ARRAY_ELEMS    279 libavcodec/xpmdec.c                         FF_ARRAY_ELEMS(color_table),
FF_ARRAY_ELEMS    153 libavdevice/decklink_dec.cpp     for (i = 0; i < FF_ARRAY_ELEMS(vanc_line_numbers); i++) {
FF_ARRAY_ELEMS   1018 libavdevice/decklink_dec.cpp     if (cctx->tc_format > 0 && (unsigned int)cctx->tc_format < FF_ARRAY_ELEMS(decklink_timecode_format_map))
FF_ARRAY_ELEMS   1020 libavdevice/decklink_dec.cpp     if (cctx->video_input > 0 && (unsigned int)cctx->video_input < FF_ARRAY_ELEMS(decklink_video_connection_map))
FF_ARRAY_ELEMS   1022 libavdevice/decklink_dec.cpp     if (cctx->audio_input > 0 && (unsigned int)cctx->audio_input < FF_ARRAY_ELEMS(decklink_audio_connection_map))
FF_ARRAY_ELEMS    146 libavdevice/dshow.c     const int ndropscores = FF_ARRAY_ELEMS(dropscore);
FF_ARRAY_ELEMS     52 libavdevice/fbdev_common.c     for (i = 0; i < FF_ARRAY_ELEMS(rgb_pixfmt_map); i++) {
FF_ARRAY_ELEMS    245 libavdevice/kmsgrab.c     for (i = 0; i < FF_ARRAY_ELEMS(kmsgrab_formats); i++) {
FF_ARRAY_ELEMS    251 libavdevice/kmsgrab.c     if (i >= FF_ARRAY_ELEMS(kmsgrab_formats)) {
FF_ARRAY_ELEMS    633 libavdevice/opengl_enc.c     for (i = 0; i < FF_ARRAY_ELEMS(opengl_format_desc); i++) {
FF_ARRAY_ELEMS    659 libavdevice/opengl_enc.c     for (i = 0; i < FF_ARRAY_ELEMS(opengl_format_desc); i++) {
FF_ARRAY_ELEMS   1238 libavdevice/opengl_enc.c     glDrawElements(GL_TRIANGLES, FF_ARRAY_ELEMS(g_index), GL_UNSIGNED_SHORT, 0);
FF_ARRAY_ELEMS    165 libavdevice/vfwcap.c     const int ndropscores = FF_ARRAY_ELEMS(dropscore);
FF_ARRAY_ELEMS    321 libavfilter/af_channelmap.c         if (nch_out > FF_ARRAY_ELEMS(buf->data)) {
FF_ARRAY_ELEMS    347 libavfilter/af_channelmap.c            FFMIN(FF_ARRAY_ELEMS(buf->data), nch_out) * sizeof(buf->data[0]));
FF_ARRAY_ELEMS    387 libavfilter/af_join.c     if (s->nb_channels > FF_ARRAY_ELEMS(frame->data)) {
FF_ARRAY_ELEMS    420 libavfilter/af_join.c     if (nb_buffers > FF_ARRAY_ELEMS(frame->buf)) {
FF_ARRAY_ELEMS    421 libavfilter/af_join.c         frame->nb_extended_buf = nb_buffers - FF_ARRAY_ELEMS(frame->buf);
FF_ARRAY_ELEMS    430 libavfilter/af_join.c     for (i = 0; i < FFMIN(FF_ARRAY_ELEMS(frame->buf), nb_buffers); i++) {
FF_ARRAY_ELEMS    439 libavfilter/af_join.c                                                FF_ARRAY_ELEMS(frame->buf)]);
FF_ARRAY_ELEMS    455 libavfilter/af_join.c                FFMIN(FF_ARRAY_ELEMS(frame->data), s->nb_channels));
FF_ARRAY_ELEMS    335 libavfilter/af_replaygain.c     for (i = 0; i < FF_ARRAY_ELEMS(freqinfos); i++) {
FF_ARRAY_ELEMS    349 libavfilter/af_replaygain.c     for (i = 0; i < FF_ARRAY_ELEMS(freqinfos); i++) {
FF_ARRAY_ELEMS    353 libavfilter/af_replaygain.c     av_assert0(i < FF_ARRAY_ELEMS(freqinfos));
FF_ARRAY_ELEMS    101 libavfilter/asrc_flite.c     int i, n = FF_ARRAY_ELEMS(voice_entries);
FF_ARRAY_ELEMS    111 libavfilter/asrc_flite.c     for (i = 0; i < FF_ARRAY_ELEMS(voice_entries); i++) {
FF_ARRAY_ELEMS    156 libavfilter/asrc_sinc.c         float const *c0 = coefs[av_clip((int)realm, 0, FF_ARRAY_ELEMS(coefs) - 1)];
FF_ARRAY_ELEMS    157 libavfilter/asrc_sinc.c         float const *c1 = coefs[av_clip(1 + (int)realm, 0, FF_ARRAY_ELEMS(coefs) - 1)];
FF_ARRAY_ELEMS    582 libavfilter/avf_showspectrum.c         for (i = 1; i < FF_ARRAY_ELEMS(color_table[cm]) - 1; i++)
FF_ARRAY_ELEMS    989 libavfilter/avfiltergraph.c             for (k = 0; k < FF_ARRAY_ELEMS(ch_subst); k++) {
FF_ARRAY_ELEMS     69 libavfilter/f_sendcmd.c     for (i = 0; i < FF_ARRAY_ELEMS(flag_strings); i++) {
FF_ARRAY_ELEMS    119 libavfilter/fifo.c                FFMIN(planes, FF_ARRAY_ELEMS(frame->data)) * sizeof(*frame->data));
FF_ARRAY_ELEMS    149 libavfilter/opencl.h     for (int i = 0; i < FF_ARRAY_ELEMS(args); i++) {                                                \
FF_ARRAY_ELEMS    162 libavfilter/opencl.h         FF_ARRAY_ELEMS(global_work_size),                                                           \
FF_ARRAY_ELEMS    500 libavfilter/qsvvpp.c     for (i = 0; i < FF_ARRAY_ELEMS(handle_types); i++) {
FF_ARRAY_ELEMS    130 libavfilter/tests/formats.c     for ( i = 0; i<FF_ARRAY_ELEMS(teststrings); i++) {
FF_ARRAY_ELEMS    309 libavfilter/vaapi_vpp.c         for (j = 0; j < FF_ARRAY_ELEMS(vaapi_colour_standard_map); j++) {
FF_ARRAY_ELEMS    357 libavfilter/vaapi_vpp.c     for (i = 0; i < FF_ARRAY_ELEMS(csl_map); i++) {
FF_ARRAY_ELEMS    473 libavfilter/vaapi_vpp.c         for (i = 0; i < FF_ARRAY_ELEMS(vaapi_colour_standard_map); i++) {
FF_ARRAY_ELEMS    192 libavfilter/vf_avgblur_opencl.c     for (p = 0; p < FF_ARRAY_ELEMS(output->data); p++) {
FF_ARRAY_ELEMS    285 libavfilter/vf_avgblur_vulkan.c                              0, NULL, 0, NULL, FF_ARRAY_ELEMS(bar), bar);
FF_ARRAY_ELEMS    700 libavfilter/vf_blend.c     for (i = 0; i < FF_ARRAY_ELEMS(s->params); i++)
FF_ARRAY_ELEMS    827 libavfilter/vf_blend.c     for (plane = 0; plane < FF_ARRAY_ELEMS(s->params); plane++) {
FF_ARRAY_ELEMS    234 libavfilter/vf_chromaber_vulkan.c                              0, NULL, 0, NULL, FF_ARRAY_ELEMS(bar), bar);
FF_ARRAY_ELEMS    213 libavfilter/vf_convolution_opencl.c     for (p = 0; p < FF_ARRAY_ELEMS(output->data); p++) {
FF_ARRAY_ELEMS    380 libavfilter/vf_curves.c     for (i = 0; i < FFMIN(nb_curves, FF_ARRAY_ELEMS(comp_ids)); i++) {
FF_ARRAY_ELEMS    419 libavfilter/vf_curves.c     av_assert0(FF_ARRAY_ELEMS(colors) == NB_COMP + 1);
FF_ARRAY_ELEMS    435 libavfilter/vf_curves.c     for (i = 0; i < FF_ARRAY_ELEMS(colors); i++) {
FF_ARRAY_ELEMS    444 libavfilter/vf_curves.c     for (i = 0; i < FF_ARRAY_ELEMS(colors); i++) {
FF_ARRAY_ELEMS    197 libavfilter/vf_deinterlace_qsv.c     for (i = 0; i < FF_ARRAY_ELEMS(handle_types); i++) {
FF_ARRAY_ELEMS   1545 libavfilter/vf_deshake_opencl.c     for (int p = 0; p < FF_ARRAY_ELEMS(transformed_frame->data); p++) {
FF_ARRAY_ELEMS   1646 libavfilter/vf_deshake_opencl.c         for (int p = 0; p < FF_ARRAY_ELEMS(cropped_frame->data); p++) {
FF_ARRAY_ELEMS   1131 libavfilter/vf_drawtext.c     for (i = 0; i < FF_ARRAY_ELEMS(functions); i++) {
FF_ARRAY_ELEMS   1146 libavfilter/vf_drawtext.c     if (i >= FF_ARRAY_ELEMS(functions)) {
FF_ARRAY_ELEMS   1175 libavfilter/vf_drawtext.c         if (argc == FF_ARRAY_ELEMS(argv))
FF_ARRAY_ELEMS    724 libavfilter/vf_fieldmatch.c         for (i = 0; i < FF_ARRAY_ELEMS(combs); i++) {
FF_ARRAY_ELEMS    827 libavfilter/vf_fieldmatch.c     for (i = 0; i < FF_ARRAY_ELEMS(gen_frames); i++)
FF_ARRAY_ELEMS    243 libavfilter/vf_frei0r.c     for (i = 0; !s->dl_handle && i < FF_ARRAY_ELEMS(frei0r_pathlist); i++) {
FF_ARRAY_ELEMS    299 libavfilter/vf_geq.c         av_expr_count_func(geq->e[plane][0], counter, FF_ARRAY_ELEMS(counter), 2);
FF_ARRAY_ELEMS    121 libavfilter/vf_lenscorrection.c     for (i = 0; i < FF_ARRAY_ELEMS(rect->correction); i++) {
FF_ARRAY_ELEMS    352 libavfilter/vf_libopencv.c     for (i = 0; i < FF_ARRAY_ELEMS(ocv_filter_entries); i++) {
FF_ARRAY_ELEMS    318 libavfilter/vf_lut.c         for (val = 0; val < FF_ARRAY_ELEMS(s->lut[comp]); val++) {
FF_ARRAY_ELEMS    158 libavfilter/vf_neighbor_opencl.c     for (p = 0; p < FF_ARRAY_ELEMS(output->data); p++) {
FF_ARRAY_ELEMS     46 libavfilter/vf_nlmeans_opencl.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_formats); i++)
FF_ARRAY_ELEMS    339 libavfilter/vf_nlmeans_opencl.c     for (p = 0; p < FF_ARRAY_ELEMS(output->data); p++) {
FF_ARRAY_ELEMS    316 libavfilter/vf_overlay_vulkan.c                              0, NULL, 0, NULL, FF_ARRAY_ELEMS(bar), bar);
FF_ARRAY_ELEMS    264 libavfilter/vf_pad.c     for (i = 0; i < FF_ARRAY_ELEMS(planes) && frame->data[i]; i++) {
FF_ARRAY_ELEMS    271 libavfilter/vf_pad.c     for (i = 0; i < FF_ARRAY_ELEMS(planes) && planes[i] >= 0; i++) {
FF_ARRAY_ELEMS    293 libavfilter/vf_pad.c         for (j = 0; j < FF_ARRAY_ELEMS(planes) && planes[j] >= 0; j++) {
FF_ARRAY_ELEMS    168 libavfilter/vf_pad_opencl.c     for (int p = 0; p < FF_ARRAY_ELEMS(output_frame->data); p++) {
FF_ARRAY_ELEMS   1096 libavfilter/vf_paletteuse.c         for (i = 0; i < FF_ARRAY_ELEMS(s->ordered_dither); i++)
FF_ARRAY_ELEMS    106 libavfilter/vf_program_opencl.c     for (plane = 0; plane < FF_ARRAY_ELEMS(output->data); plane++) {
FF_ARRAY_ELEMS    477 libavfilter/vf_pseudocolor.c         for (val = 0; val < FF_ARRAY_ELEMS(s->lut[color]); val++) {
FF_ARRAY_ELEMS    274 libavfilter/vf_pullup.c     for (i = 0; i < FF_ARRAY_ELEMS(s->buffers); i++) {
FF_ARRAY_ELEMS    287 libavfilter/vf_pullup.c     for (i = 0; i < FF_ARRAY_ELEMS(s->buffers); i++) {
FF_ARRAY_ELEMS    473 libavfilter/vf_pullup.c     av_assert1(n < FF_ARRAY_ELEMS(fr->ifields));
FF_ARRAY_ELEMS    742 libavfilter/vf_pullup.c     for (i = 0; i < FF_ARRAY_ELEMS(s->buffers); i++) {
FF_ARRAY_ELEMS    152 libavfilter/vf_scale_cuda.c     for (i = 1; i < FF_ARRAY_ELEMS(s->planes_in); i++) {
FF_ARRAY_ELEMS    194 libavfilter/vf_scale_cuda.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_formats); i++)
FF_ARRAY_ELEMS    122 libavfilter/vf_scale_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(s->stages); i++) {
FF_ARRAY_ELEMS    139 libavfilter/vf_scale_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(s->stages); i++) {
FF_ARRAY_ELEMS    170 libavfilter/vf_scale_npp.c     for (i = 1; i < FF_ARRAY_ELEMS(stage->planes_in); i++) {
FF_ARRAY_ELEMS    212 libavfilter/vf_scale_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_formats); i++)
FF_ARRAY_ELEMS    226 libavfilter/vf_scale_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(deinterleaved_formats); i++)
FF_ARRAY_ELEMS    317 libavfilter/vf_scale_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(s->stages); i++) {
FF_ARRAY_ELEMS    414 libavfilter/vf_scale_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(stage->planes_in) && i < FF_ARRAY_ELEMS(in->data) && in->data[i]; i++) {
FF_ARRAY_ELEMS    473 libavfilter/vf_scale_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(s->stages); i++) {
FF_ARRAY_ELEMS    308 libavfilter/vf_scale_qsv.c     for (i = 0; i < FF_ARRAY_ELEMS(handle_types); i++) {
FF_ARRAY_ELEMS    215 libavfilter/vf_selectivecolor.c     for (i = 0; i < FF_ARRAY_ELEMS(s->cmyk_adjust[0]); i++) {
FF_ARRAY_ELEMS    222 libavfilter/vf_selectivecolor.c     for (i = 0; i < FF_ARRAY_ELEMS(s->cmyk_adjust); i++) {
FF_ARRAY_ELEMS    224 libavfilter/vf_selectivecolor.c         for (k = 0; k < FF_ARRAY_ELEMS(s->cmyk_adjust[0]); k++) {
FF_ARRAY_ELEMS    254 libavfilter/vf_selectivecolor.c     av_assert0(FF_ARRAY_ELEMS(s->cmyk_adjust) == 10 - 1);
FF_ARRAY_ELEMS    255 libavfilter/vf_selectivecolor.c     av_assert0(FF_ARRAY_ELEMS(s->cmyk_adjust[0]) == 4);
FF_ARRAY_ELEMS    262 libavfilter/vf_selectivecolor.c         for (i = 0; i < FF_ARRAY_ELEMS(s->opt_cmyk_adjust); i++) {
FF_ARRAY_ELEMS    182 libavfilter/vf_showinfo.c     for (plane = 0; plane < FF_ARRAY_ELEMS(par->delta_qp); plane++)
FF_ARRAY_ELEMS    183 libavfilter/vf_showinfo.c         for (acdc = 0; acdc < FF_ARRAY_ELEMS(par->delta_qp[plane]); acdc++) {
FF_ARRAY_ELEMS     90 libavfilter/vf_subtitles.c         FF_ARRAY_ELEMS(ass_libavfilter_log_level_map) - 1);
FF_ARRAY_ELEMS    100 libavfilter/vf_thumbnail.c     for (j = 0; j < FF_ARRAY_ELEMS(avg_hist); j++) {
FF_ARRAY_ELEMS    126 libavfilter/vf_thumbnail_cuda.c     for (j = 0; j < FF_ARRAY_ELEMS(avg_hist); j++) {
FF_ARRAY_ELEMS    345 libavfilter/vf_thumbnail_cuda.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_formats); i++)
FF_ARRAY_ELEMS    266 libavfilter/vf_tinterlace.c     for (i = 0; i<FF_ARRAY_ELEMS(standard_tbs); i++){
FF_ARRAY_ELEMS    270 libavfilter/vf_tinterlace.c     if (i == FF_ARRAY_ELEMS(standard_tbs) ||
FF_ARRAY_ELEMS     88 libavfilter/vf_transpose_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(s->stages); i++) {
FF_ARRAY_ELEMS    106 libavfilter/vf_transpose_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(s->stages); i++) {
FF_ARRAY_ELEMS    139 libavfilter/vf_transpose_npp.c     for (i = 1; i < FF_ARRAY_ELEMS(stage->planes_in); i++) {
FF_ARRAY_ELEMS    181 libavfilter/vf_transpose_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_formats); i++)
FF_ARRAY_ELEMS    238 libavfilter/vf_transpose_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(s->stages); i++) {
FF_ARRAY_ELEMS    305 libavfilter/vf_transpose_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(stage->planes_in) && i < FF_ARRAY_ELEMS(in->data) && in->data[i]; i++) {
FF_ARRAY_ELEMS    338 libavfilter/vf_transpose_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(stage->planes_in) && i < FF_ARRAY_ELEMS(in->data) && in->data[i]; i++) {
FF_ARRAY_ELEMS    366 libavfilter/vf_transpose_npp.c     for (i = 0; i < FF_ARRAY_ELEMS(s->stages); i++) {
FF_ARRAY_ELEMS    179 libavfilter/vf_transpose_opencl.c     for (p = 0; p < FF_ARRAY_ELEMS(output->data); p++) {
FF_ARRAY_ELEMS    244 libavfilter/vf_unsharp_opencl.c     for (p = 0; p < FF_ARRAY_ELEMS(output->data); p++) {
FF_ARRAY_ELEMS   3176 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)digital8;  s->nb_glines = FF_ARRAY_ELEMS(digital8);  break;
FF_ARRAY_ELEMS   3177 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)digital9;  s->nb_glines = FF_ARRAY_ELEMS(digital9);  break;
FF_ARRAY_ELEMS   3178 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)digital10; s->nb_glines = FF_ARRAY_ELEMS(digital10); break;
FF_ARRAY_ELEMS   3179 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)digital12; s->nb_glines = FF_ARRAY_ELEMS(digital12); break;
FF_ARRAY_ELEMS   3184 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)millivolts8;  s->nb_glines = FF_ARRAY_ELEMS(millivolts8);  break;
FF_ARRAY_ELEMS   3185 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)millivolts9;  s->nb_glines = FF_ARRAY_ELEMS(millivolts9);  break;
FF_ARRAY_ELEMS   3186 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)millivolts10; s->nb_glines = FF_ARRAY_ELEMS(millivolts10); break;
FF_ARRAY_ELEMS   3187 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)millivolts12; s->nb_glines = FF_ARRAY_ELEMS(millivolts12); break;
FF_ARRAY_ELEMS   3192 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)ire8;  s->nb_glines = FF_ARRAY_ELEMS(ire8);  break;
FF_ARRAY_ELEMS   3193 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)ire9;  s->nb_glines = FF_ARRAY_ELEMS(ire9);  break;
FF_ARRAY_ELEMS   3194 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)ire10; s->nb_glines = FF_ARRAY_ELEMS(ire10); break;
FF_ARRAY_ELEMS   3195 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)ire12; s->nb_glines = FF_ARRAY_ELEMS(ire12); break;
FF_ARRAY_ELEMS   3204 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)chroma_digital8;  s->nb_glines = FF_ARRAY_ELEMS(chroma_digital8);  break;
FF_ARRAY_ELEMS   3205 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)chroma_digital9;  s->nb_glines = FF_ARRAY_ELEMS(chroma_digital9);  break;
FF_ARRAY_ELEMS   3206 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)chroma_digital10; s->nb_glines = FF_ARRAY_ELEMS(chroma_digital10); break;
FF_ARRAY_ELEMS   3207 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)chroma_digital12; s->nb_glines = FF_ARRAY_ELEMS(chroma_digital12); break;
FF_ARRAY_ELEMS   3212 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)millivolts8;  s->nb_glines = FF_ARRAY_ELEMS(millivolts8);  break;
FF_ARRAY_ELEMS   3213 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)millivolts9;  s->nb_glines = FF_ARRAY_ELEMS(millivolts9);  break;
FF_ARRAY_ELEMS   3214 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)millivolts10; s->nb_glines = FF_ARRAY_ELEMS(millivolts10); break;
FF_ARRAY_ELEMS   3215 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)millivolts12; s->nb_glines = FF_ARRAY_ELEMS(millivolts12); break;
FF_ARRAY_ELEMS   3220 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)ire8;  s->nb_glines = FF_ARRAY_ELEMS(ire8);  break;
FF_ARRAY_ELEMS   3221 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)ire9;  s->nb_glines = FF_ARRAY_ELEMS(ire9);  break;
FF_ARRAY_ELEMS   3222 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)ire10; s->nb_glines = FF_ARRAY_ELEMS(ire10); break;
FF_ARRAY_ELEMS   3223 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)ire12; s->nb_glines = FF_ARRAY_ELEMS(ire12); break;
FF_ARRAY_ELEMS   3234 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)aflat_digital8;  s->nb_glines = FF_ARRAY_ELEMS(aflat_digital8);  break;
FF_ARRAY_ELEMS   3235 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)aflat_digital9;  s->nb_glines = FF_ARRAY_ELEMS(aflat_digital9);  break;
FF_ARRAY_ELEMS   3236 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)aflat_digital10; s->nb_glines = FF_ARRAY_ELEMS(aflat_digital10); break;
FF_ARRAY_ELEMS   3237 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)aflat_digital12; s->nb_glines = FF_ARRAY_ELEMS(aflat_digital12); break;
FF_ARRAY_ELEMS   3242 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)aflat_millivolts8;  s->nb_glines = FF_ARRAY_ELEMS(aflat_millivolts8);  break;
FF_ARRAY_ELEMS   3243 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)aflat_millivolts9;  s->nb_glines = FF_ARRAY_ELEMS(aflat_millivolts9);  break;
FF_ARRAY_ELEMS   3244 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)aflat_millivolts10; s->nb_glines = FF_ARRAY_ELEMS(aflat_millivolts10); break;
FF_ARRAY_ELEMS   3245 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)aflat_millivolts12; s->nb_glines = FF_ARRAY_ELEMS(aflat_millivolts12); break;
FF_ARRAY_ELEMS   3250 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)aflat_ire8;  s->nb_glines = FF_ARRAY_ELEMS(aflat_ire8);  break;
FF_ARRAY_ELEMS   3251 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)aflat_ire9;  s->nb_glines = FF_ARRAY_ELEMS(aflat_ire9);  break;
FF_ARRAY_ELEMS   3252 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)aflat_ire10; s->nb_glines = FF_ARRAY_ELEMS(aflat_ire10); break;
FF_ARRAY_ELEMS   3253 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)aflat_ire12; s->nb_glines = FF_ARRAY_ELEMS(aflat_ire12); break;
FF_ARRAY_ELEMS   3262 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)flat_digital8;  s->nb_glines = FF_ARRAY_ELEMS(flat_digital8);  break;
FF_ARRAY_ELEMS   3263 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)flat_digital9;  s->nb_glines = FF_ARRAY_ELEMS(flat_digital9);  break;
FF_ARRAY_ELEMS   3264 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)flat_digital10; s->nb_glines = FF_ARRAY_ELEMS(flat_digital10); break;
FF_ARRAY_ELEMS   3265 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)flat_digital12; s->nb_glines = FF_ARRAY_ELEMS(flat_digital12); break;
FF_ARRAY_ELEMS   3270 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)flat_millivolts8;  s->nb_glines = FF_ARRAY_ELEMS(flat_millivolts8);  break;
FF_ARRAY_ELEMS   3271 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)flat_millivolts9;  s->nb_glines = FF_ARRAY_ELEMS(flat_millivolts9);  break;
FF_ARRAY_ELEMS   3272 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)flat_millivolts10; s->nb_glines = FF_ARRAY_ELEMS(flat_millivolts10); break;
FF_ARRAY_ELEMS   3273 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)flat_millivolts12; s->nb_glines = FF_ARRAY_ELEMS(flat_millivolts12); break;
FF_ARRAY_ELEMS   3278 libavfilter/vf_waveform.c             case  8: s->glines = (GraticuleLines *)flat_ire8;  s->nb_glines = FF_ARRAY_ELEMS(flat_ire8);  break;
FF_ARRAY_ELEMS   3279 libavfilter/vf_waveform.c             case  9: s->glines = (GraticuleLines *)flat_ire9;  s->nb_glines = FF_ARRAY_ELEMS(flat_ire9);  break;
FF_ARRAY_ELEMS   3280 libavfilter/vf_waveform.c             case 10: s->glines = (GraticuleLines *)flat_ire10; s->nb_glines = FF_ARRAY_ELEMS(flat_ire10); break;
FF_ARRAY_ELEMS   3281 libavfilter/vf_waveform.c             case 12: s->glines = (GraticuleLines *)flat_ire12; s->nb_glines = FF_ARRAY_ELEMS(flat_ire12); break;
FF_ARRAY_ELEMS    519 libavfilter/vsrc_testsrc.c     for (i = 0; i < FF_ARRAY_ELEMS(segments); i++)
FF_ARRAY_ELEMS     71 libavformat/apm.c     for (int i = 0; i < FF_ARRAY_ELEMS(vs12->pad); i++)
FF_ARRAY_ELEMS     72 libavformat/argo_asf.c     for (int i = 0; i < FF_ARRAY_ELEMS(hdr->name); i++)
FF_ARRAY_ELEMS    237 libavformat/asfdec_f.c     if (type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types) || type < 0) {
FF_ARRAY_ELEMS    611 libavformat/asfdec_f.c         if (stream_num < 128 && i < FF_ARRAY_ELEMS(asf->streams[stream_num].payload)) {
FF_ARRAY_ELEMS    379 libavformat/asfdec_o.c     if (type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types) || type < 0) {
FF_ARRAY_ELEMS   1665 libavformat/asfdec_o.c     for (j = 0; j < FF_ARRAY_ELEMS(gdef); j++) {
FF_ARRAY_ELEMS    591 libavformat/asfenc.c         for (n = 0; n < FF_ARRAY_ELEMS(tags); n++) {
FF_ARRAY_ELEMS    436 libavformat/avc.c             } else if (aspect_ratio_idc < FF_ARRAY_ELEMS(avc_sample_aspect_ratio)) {
FF_ARRAY_ELEMS    740 libavformat/avlanguage.c     const int NB_CODESPACES = FF_ARRAY_ELEMS(lang_table_counts);
FF_ARRAY_ELEMS    108 libavformat/dhav.c             if (index < FF_ARRAY_ELEMS(sample_rates)) {
FF_ARRAY_ELEMS    124 libavformat/dhav.c             if (index < FF_ARRAY_ELEMS(sample_rates)) {
FF_ARRAY_ELEMS    105 libavformat/dsfdec.c     if (channel_type < FF_ARRAY_ELEMS(dsf_channel_layout))
FF_ARRAY_ELEMS    121 libavformat/dtsdec.c     for (i=0; i<FF_ARRAY_ELEMS(markers); i++) {
FF_ARRAY_ELEMS    138 libavformat/dv.c     if (freq >= FF_ARRAY_ELEMS(dv_audio_frequency))
FF_ARRAY_ELEMS    238 libavformat/dv.c     if (freq >= FF_ARRAY_ELEMS(dv_audio_frequency)) {
FF_ARRAY_ELEMS     55 libavformat/flac_picture.c     if (type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types)) {
FF_ARRAY_ELEMS    108 libavformat/flacenc.c     for (i = 0; e && i < FF_ARRAY_ELEMS(ff_id3v2_picture_types); i++) {
FF_ARRAY_ELEMS    128 libavformat/gdv.c         for (i = 0; i < FF_ARRAY_ELEMS(FixedSize) - 1; i++) {
FF_ARRAY_ELEMS     93 libavformat/hdsenc.c             if (os->nb_extra_packets >= FF_ARRAY_ELEMS(os->extra_packets))
FF_ARRAY_ELEMS    634 libavformat/id3v2.c     if (pic_type < 0 || pic_type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types)) {
FF_ARRAY_ELEMS    380 libavformat/id3v2enc.c     for (i = 0; e && i < FF_ARRAY_ELEMS(ff_id3v2_picture_types); i++) {
FF_ARRAY_ELEMS    277 libavformat/iff.c             if (st->codecpar->channels > FF_ARRAY_ELEMS(dsd_layout)) {
FF_ARRAY_ELEMS    283 libavformat/iff.c             for (i = 0; i < FF_ARRAY_ELEMS(dsd_channel_layout); i++) {
FF_ARRAY_ELEMS    334 libavformat/iff.c                 if (config < FF_ARRAY_ELEMS(dsd_loudspeaker_config))
FF_ARRAY_ELEMS    681 libavformat/iff.c                     tag = ref < FF_ARRAY_ELEMS(dsd_source_comment) ? dsd_source_comment[ref] : "source_comment";
FF_ARRAY_ELEMS    684 libavformat/iff.c                     tag = ref < FF_ARRAY_ELEMS(dsd_history_comment) ? dsd_history_comment[ref] : "file_history";
FF_ARRAY_ELEMS     69 libavformat/img2dec.c     for (i = 0; i < FF_ARRAY_ELEMS(sizes); i++) {
FF_ARRAY_ELEMS    223 libavformat/img2enc.c     for (i = 0; i < FF_ARRAY_ELEMS(pb); i++)
FF_ARRAY_ELEMS    424 libavformat/isom.c     for (i = 0; lang[0] && !mp4 && i < FF_ARRAY_ELEMS(mov_mdhd_language_map); i++) {
FF_ARRAY_ELEMS    460 libavformat/isom.c     if (code >= FF_ARRAY_ELEMS(mov_mdhd_language_map))
FF_ARRAY_ELEMS     90 libavformat/jacosubdec.c     for (i = 0; i < FF_ARRAY_ELEMS(cmds); i++)
FF_ARRAY_ELEMS   1161 libavformat/matroskadec.c     if (matroska->num_level1_elems >= FF_ARRAY_ELEMS(matroska->level1_elems)) {
FF_ARRAY_ELEMS   1554 libavformat/matroskadec.c     for (i = 0; i < FF_ARRAY_ELEMS(matroska_doctypes); i++) {
FF_ARRAY_ELEMS   1951 libavformat/matroskadec.c     for (profile = 0; profile < FF_ARRAY_ELEMS(aac_profiles); profile++)
FF_ARRAY_ELEMS   1961 libavformat/matroskadec.c     for (sri = 0; sri < FF_ARRAY_ELEMS(avpriv_mpeg4audio_sample_rates); sri++)
FF_ARRAY_ELEMS   2866 libavformat/matroskadec.c     for (i = 0; i < FF_ARRAY_ELEMS(matroska_doctypes); i++)
FF_ARRAY_ELEMS   2869 libavformat/matroskadec.c     if (i >= FF_ARRAY_ELEMS(matroska_doctypes)) {
FF_ARRAY_ELEMS   1567 libavformat/movenc.c     for (i = 0; i < FF_ARRAY_ELEMS(mov_pix_fmt_tags); i++) {
FF_ARRAY_ELEMS   1703 libavformat/movenc.c     if (field_order < FF_ARRAY_ELEMS(fiel_data))
FF_ARRAY_ELEMS    161 libavformat/mp3enc.c     for (i = 0; i < FF_ARRAY_ELEMS(avpriv_mpa_freq_tab); i++) {
FF_ARRAY_ELEMS    172 libavformat/mp3enc.c     if (i == FF_ARRAY_ELEMS(avpriv_mpa_freq_tab)) {
FF_ARRAY_ELEMS    796 libavformat/mpeg.c             if (stream_id >= FF_ARRAY_ELEMS(vobsub->q)) {
FF_ARRAY_ELEMS   3234 libavformat/mpegts.c     for (i = 0; i < FF_ARRAY_ELEMS(ts->pools); i++)
FF_ARRAY_ELEMS    118 libavformat/mxf.c static const int num_pixel_layouts = FF_ARRAY_ELEMS(ff_mxf_pixel_layouts);
FF_ARRAY_ELEMS    514 libavformat/mxfenc.c     local_tag_number = FF_ARRAY_ELEMS(mxf_local_tag_batch);
FF_ARRAY_ELEMS    515 libavformat/mxfenc.c     local_tag_number += mxf->store_user_comments * FF_ARRAY_ELEMS(mxf_user_comments_local_tag);
FF_ARRAY_ELEMS    520 libavformat/mxfenc.c             avc_tags_count = FF_ARRAY_ELEMS(mxf_avc_subdescriptor_local_tags);
FF_ARRAY_ELEMS    531 libavformat/mxfenc.c     for (i = 0; i < FF_ARRAY_ELEMS(mxf_local_tag_batch); i++) {
FF_ARRAY_ELEMS    536 libavformat/mxfenc.c         for (i = 0; i < FF_ARRAY_ELEMS(mxf_user_comments_local_tag); i++) {
FF_ARRAY_ELEMS   1956 libavformat/mxfenc.c     for (i = 0; i < FF_ARRAY_ELEMS(mxf_prores_codec_uls); i++) {
FF_ARRAY_ELEMS   2010 libavformat/mxfenc.c     for (i = 0; i < FF_ARRAY_ELEMS(mxf_dnxhd_codec_uls); i++) {
FF_ARRAY_ELEMS   2252 libavformat/mxfenc.c     for (i = 0; i < FF_ARRAY_ELEMS(mxf_h264_codec_uls); i++) {
FF_ARRAY_ELEMS   2436 libavformat/mxfenc.c     uint8_t present[FF_ARRAY_ELEMS(mxf_essence_container_uls)] = {0};
FF_ARRAY_ELEMS    415 libavformat/network.c     if (parallel > FF_ARRAY_ELEMS(attempts))
FF_ARRAY_ELEMS    416 libavformat/network.c         parallel = FF_ARRAY_ELEMS(attempts);
FF_ARRAY_ELEMS    282 libavformat/omadec.c         for (i = 0; i < FF_ARRAY_ELEMS(leaf_table); i += 2) {
FF_ARRAY_ELEMS    291 libavformat/omadec.c         if (i >= FF_ARRAY_ELEMS(leaf_table)) {
FF_ARRAY_ELEMS    127 libavformat/protocols.c     ret = av_mallocz_array(FF_ARRAY_ELEMS(url_protocols), sizeof(*ret));
FF_ARRAY_ELEMS     98 libavformat/rmdec.c     for (i=0; i<FF_ARRAY_ELEMS(ff_rm_metadata); i++) {
FF_ARRAY_ELEMS    132 libavformat/rmenc.c     for(i=0; i<FF_ARRAY_ELEMS(ff_rm_metadata); i++) {
FF_ARRAY_ELEMS    138 libavformat/rmenc.c     for(i=0; i<FF_ARRAY_ELEMS(ff_rm_metadata); i++) {
FF_ARRAY_ELEMS     74 libavformat/rsd.c         for (i=0; i < FF_ARRAY_ELEMS(rsd_unsupported_tags); i++) {
FF_ARRAY_ELEMS    119 libavformat/rtpdec_qcelp.c     if (buf[1] >= FF_ARRAY_ELEMS(frame_sizes))
FF_ARRAY_ELEMS    174 libavformat/rtpdec_qcelp.c         if (ip->data[ip->pos] >= FF_ARRAY_ELEMS(frame_sizes))
FF_ARRAY_ELEMS   2531 libavformat/rtsp.c         for (i = 0; i < FF_ARRAY_ELEMS(filters); i++) {
FF_ARRAY_ELEMS    126 libavformat/rtspcodes.h x >= 100 && x < FF_ARRAY_ELEMS(rtsp_status_strings) && rtsp_status_strings[x] \
FF_ARRAY_ELEMS    118 libavformat/s337m.c     for (i = 0; i < FF_ARRAY_ELEMS(markers); i++) {
FF_ARRAY_ELEMS   1056 libavformat/sbgdec.c     for (i = 0; i < FF_ARRAY_ELEMS(cpoints); i++) {
FF_ARRAY_ELEMS    633 libavformat/segment.c         for (i = 0; i < FF_ARRAY_ELEMS(type_priority_list); i++) {
FF_ARRAY_ELEMS    480 libavformat/spdifenc.c     for (next_code_idx = 0; next_code_idx < FF_ARRAY_ELEMS(mat_codes); next_code_idx++)
FF_ARRAY_ELEMS    484 libavformat/spdifenc.c     if (next_code_idx >= FF_ARRAY_ELEMS(mat_codes))
FF_ARRAY_ELEMS    499 libavformat/spdifenc.c             if (next_code_idx == FF_ARRAY_ELEMS(mat_codes)) {
FF_ARRAY_ELEMS    591 libavformat/spdifenc.c         for (int i = 0; i < FF_ARRAY_ELEMS(ctx->hd_buf); i++) {
FF_ARRAY_ELEMS    609 libavformat/spdifenc.c     for (int i = 0; i < FF_ARRAY_ELEMS(ctx->hd_buf); i++)
FF_ARRAY_ELEMS    335 libavformat/tedcaptionsdec.c     for (i = 0; i < FF_ARRAY_ELEMS(tags); i++) {
FF_ARRAY_ELEMS    343 libavformat/tedcaptionsdec.c     return count == FF_ARRAY_ELEMS(tags) ? AVPROBE_SCORE_MAX :
FF_ARRAY_ELEMS     98 libavformat/thp.c     if (thp->compcount > FF_ARRAY_ELEMS(thp->components))
FF_ARRAY_ELEMS    224 libavresample/tests/avresample.c         num_formats = av_clip(num_formats, 1, FF_ARRAY_ELEMS(formats));
FF_ARRAY_ELEMS    228 libavresample/tests/avresample.c         num_rates = av_clip(num_rates, 1, FF_ARRAY_ELEMS(rates));
FF_ARRAY_ELEMS    232 libavresample/tests/avresample.c         num_layouts = av_clip(num_layouts, 1, FF_ARRAY_ELEMS(layouts));
FF_ARRAY_ELEMS    206 libavutil/aes.c     if (!enc_multbl[FF_ARRAY_ELEMS(enc_multbl) - 1][FF_ARRAY_ELEMS(enc_multbl[0]) - 1]) {
FF_ARRAY_ELEMS     69 libavutil/channel_layout.c     if (channel_id < 0 || channel_id >= FF_ARRAY_ELEMS(channel_names))
FF_ARRAY_ELEMS    115 libavutil/channel_layout.c     for (i = 0; i < FF_ARRAY_ELEMS(channel_layout_map); i++) {
FF_ARRAY_ELEMS    120 libavutil/channel_layout.c     for (i = 0; i < FF_ARRAY_ELEMS(channel_names); i++)
FF_ARRAY_ELEMS    185 libavutil/channel_layout.c     for (i = 0; i < FF_ARRAY_ELEMS(channel_layout_map); i++)
FF_ARRAY_ELEMS    227 libavutil/channel_layout.c     for (i = 0; i < FF_ARRAY_ELEMS(channel_layout_map); i++)
FF_ARRAY_ELEMS    259 libavutil/channel_layout.c     for (i = 0; i < FF_ARRAY_ELEMS(channel_names); i++)
FF_ARRAY_ELEMS    282 libavutil/channel_layout.c     if (index >= FF_ARRAY_ELEMS(channel_layout_map))
FF_ARRAY_ELEMS    110 libavutil/error.c     for (i = 0; i < FF_ARRAY_ELEMS(error_entries); i++) {
FF_ARRAY_ELEMS    375 libavutil/eval.c     for (i = 0; i < FF_ARRAY_ELEMS(constants); i++) {
FF_ARRAY_ELEMS    134 libavutil/frame.c     if ((unsigned)val >= FF_ARRAY_ELEMS(name))
FF_ARRAY_ELEMS    476 libavutil/frame.c     for (i = 0; i < FF_ARRAY_ELEMS(src->buf); i++) {
FF_ARRAY_ELEMS    563 libavutil/frame.c     for (i = 0; i < FF_ARRAY_ELEMS(frame->buf); i++)
FF_ARRAY_ELEMS    603 libavutil/frame.c     for (i = 0; i < FF_ARRAY_ELEMS(frame->buf); i++)
FF_ARRAY_ELEMS    682 libavutil/frame.c     for (i = 0; i < FF_ARRAY_ELEMS(frame->buf) && frame->buf[i]; i++) {
FF_ARRAY_ELEMS     85 libavutil/hwcontext.c     for (type = 0; type < FF_ARRAY_ELEMS(hw_type_names); type++) {
FF_ARRAY_ELEMS     95 libavutil/hwcontext.c         type < FF_ARRAY_ELEMS(hw_type_names))
FF_ARRAY_ELEMS     62 libavutil/hwcontext_cuda.c     constraints->valid_sw_formats = av_malloc_array(FF_ARRAY_ELEMS(supported_formats) + 1,
FF_ARRAY_ELEMS     67 libavutil/hwcontext_cuda.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_formats); i++)
FF_ARRAY_ELEMS     69 libavutil/hwcontext_cuda.c     constraints->valid_sw_formats[FF_ARRAY_ELEMS(supported_formats)] = AV_PIX_FMT_NONE;
FF_ARRAY_ELEMS    133 libavutil/hwcontext_cuda.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_formats); i++) {
FF_ARRAY_ELEMS    137 libavutil/hwcontext_cuda.c     if (i == FF_ARRAY_ELEMS(supported_formats)) {
FF_ARRAY_ELEMS    223 libavutil/hwcontext_cuda.c     for (i = 0; i < FF_ARRAY_ELEMS(src->data) && src->data[i]; i++) {
FF_ARRAY_ELEMS    126 libavutil/hwcontext_d3d11va.c     constraints->valid_sw_formats = av_malloc_array(FF_ARRAY_ELEMS(supported_formats) + 1,
FF_ARRAY_ELEMS    131 libavutil/hwcontext_d3d11va.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_formats); i++) {
FF_ARRAY_ELEMS    236 libavutil/hwcontext_d3d11va.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_formats); i++) {
FF_ARRAY_ELEMS    242 libavutil/hwcontext_d3d11va.c     if (i == FF_ARRAY_ELEMS(supported_formats)) {
FF_ARRAY_ELEMS    170 libavutil/hwcontext_dxva2.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_formats); i++) {
FF_ARRAY_ELEMS    176 libavutil/hwcontext_dxva2.c     if (i == FF_ARRAY_ELEMS(supported_formats)) {
FF_ARRAY_ELEMS    332 libavutil/hwcontext_opencl.c     for (i = 0; i < FF_ARRAY_ELEMS(opencl_platform_params); i++) {
FF_ARRAY_ELEMS    412 libavutil/hwcontext_opencl.c         for (i = 0; i < FF_ARRAY_ELEMS(opencl_device_types); i++) {
FF_ARRAY_ELEMS    438 libavutil/hwcontext_opencl.c     for (i = 0; i < FF_ARRAY_ELEMS(opencl_device_params); i++) {
FF_ARRAY_ELEMS   1927 libavutil/hwcontext_opencl.c     for (p = e = 0; p < FF_ARRAY_ELEMS(map->address); p++) {
FF_ARRAY_ELEMS    123 libavutil/hwcontext_qsv.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_pixel_formats); i++) {
FF_ARRAY_ELEMS    483 libavutil/hwcontext_qsv.c         par.NumExtParam = FF_ARRAY_ELEMS(s->ext_buffers);
FF_ARRAY_ELEMS   1070 libavutil/hwcontext_qsv.c     constraints->valid_sw_formats = av_malloc_array(FF_ARRAY_ELEMS(supported_pixel_formats) + 1,
FF_ARRAY_ELEMS   1075 libavutil/hwcontext_qsv.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_pixel_formats); i++)
FF_ARRAY_ELEMS   1077 libavutil/hwcontext_qsv.c     constraints->valid_sw_formats[FF_ARRAY_ELEMS(supported_pixel_formats)] = AV_PIX_FMT_NONE;
FF_ARRAY_ELEMS   1121 libavutil/hwcontext_qsv.c         for (i = 0; i < FF_ARRAY_ELEMS(impl_map); i++)
FF_ARRAY_ELEMS   1126 libavutil/hwcontext_qsv.c         if (i == FF_ARRAY_ELEMS(impl_map))
FF_ARRAY_ELEMS    146 libavutil/hwcontext_vaapi.c     for (i = 0; i < FF_ARRAY_ELEMS(vaapi_format_map); i++)
FF_ARRAY_ELEMS    156 libavutil/hwcontext_vaapi.c     for (i = 0; i < FF_ARRAY_ELEMS(vaapi_format_map); i++)
FF_ARRAY_ELEMS    390 libavutil/hwcontext_vaapi.c             for (i = 0; i < FF_ARRAY_ELEMS(vaapi_driver_quirks_table); i++) {
FF_ARRAY_ELEMS    403 libavutil/hwcontext_vaapi.c             if (!(i < FF_ARRAY_ELEMS(vaapi_driver_quirks_table))) {
FF_ARRAY_ELEMS   1038 libavutil/hwcontext_vaapi.c     for (i = 0; i < FF_ARRAY_ELEMS(vaapi_drm_format_map); i++) {
FF_ARRAY_ELEMS   1091 libavutil/hwcontext_vaapi.c                            attrs, FF_ARRAY_ELEMS(attrs));
FF_ARRAY_ELEMS   1273 libavutil/hwcontext_vaapi.c     for (i = 0; i < FF_ARRAY_ELEMS(vaapi_drm_format_map); i++) {
FF_ARRAY_ELEMS   1278 libavutil/hwcontext_vaapi.c     if (i >= FF_ARRAY_ELEMS(vaapi_drm_format_map)) {
FF_ARRAY_ELEMS    108 libavutil/hwcontext_vdpau.c     for (i = 0; i < FF_ARRAY_ELEMS(priv->pix_fmts); i++) {
FF_ARRAY_ELEMS    172 libavutil/hwcontext_vdpau.c     for (i = 0; i < FF_ARRAY_ELEMS(priv->pix_fmts); i++)
FF_ARRAY_ELEMS    184 libavutil/hwcontext_vdpau.c     constraints->valid_sw_formats = av_malloc_array(FF_ARRAY_ELEMS(vdpau_pix_fmts) + 1,
FF_ARRAY_ELEMS    189 libavutil/hwcontext_vdpau.c     for (i = 0; i < FF_ARRAY_ELEMS(vdpau_pix_fmts); i++) {
FF_ARRAY_ELEMS    249 libavutil/hwcontext_vdpau.c     for (i = 0; i < FF_ARRAY_ELEMS(vdpau_pix_fmts); i++) {
FF_ARRAY_ELEMS    329 libavutil/hwcontext_vdpau.c     for (i = 0; i< FF_ARRAY_ELEMS(data) && dst->data[i]; i++) {
FF_ARRAY_ELEMS    384 libavutil/hwcontext_vdpau.c     for (i = 0; i< FF_ARRAY_ELEMS(data) && src->data[i]; i++) {
FF_ARRAY_ELEMS     56 libavutil/hwcontext_videotoolbox.c     for (i = 0; i < FF_ARRAY_ELEMS(cv_pix_fmts); i++) {
FF_ARRAY_ELEMS     71 libavutil/hwcontext_videotoolbox.c     for (i = 0; i < FF_ARRAY_ELEMS(cv_pix_fmts); i++) {
FF_ARRAY_ELEMS    177 libavutil/hwcontext_vulkan.c     for (enum AVPixelFormat i = 0; i < FF_ARRAY_ELEMS(vk_pixfmt_map); i++)
FF_ARRAY_ELEMS    318 libavutil/hwcontext_vulkan.c         optional_exts_num = FF_ARRAY_ELEMS(optional_instance_exts);
FF_ARRAY_ELEMS    335 libavutil/hwcontext_vulkan.c         optional_exts_num = FF_ARRAY_ELEMS(optional_device_exts);
FF_ARRAY_ELEMS    459 libavutil/hwcontext_vulkan.c         inst_props.enabledLayerCount = FF_ARRAY_ELEMS(layers);
FF_ARRAY_ELEMS   1060 libavutil/hwcontext_vulkan.c         for (int j = 0; j < FF_ARRAY_ELEMS(optional_device_exts); j++) {
FF_ARRAY_ELEMS   1949 libavutil/hwcontext_vulkan.c     for (int i = 0; i < FF_ARRAY_ELEMS(vulkan_drm_format_map); i++)
FF_ARRAY_ELEMS   2515 libavutil/hwcontext_vulkan.c     for (int i = 0; i < FF_ARRAY_ELEMS(vulkan_drm_format_map); i++)
FF_ARRAY_ELEMS    123 libavutil/libm.h #ifndef FF_ARRAY_ELEMS
FF_ARRAY_ELEMS    159 libavutil/libm.h         return z * (y + ff_eval_poly(p, FF_ARRAY_ELEMS(p), zz) / ff_eval_poly(q, FF_ARRAY_ELEMS(q), zz));
FF_ARRAY_ELEMS    185 libavutil/libm.h         result = y + ff_eval_poly(p, FF_ARRAY_ELEMS(p), z - 0.5) / ff_eval_poly(q, FF_ARRAY_ELEMS(q), z - 0.5);
FF_ARRAY_ELEMS    211 libavutil/libm.h         result = y + ff_eval_poly(p, FF_ARRAY_ELEMS(p), z - 1.5) / ff_eval_poly(q, FF_ARRAY_ELEMS(q), z - 1.5);
FF_ARRAY_ELEMS    237 libavutil/libm.h         result = y + ff_eval_poly(p, FF_ARRAY_ELEMS(p), z - 3.5) / ff_eval_poly(q, FF_ARRAY_ELEMS(q), z - 3.5);
FF_ARRAY_ELEMS    268 libavutil/libm.h         result = y + ff_eval_poly(p, FF_ARRAY_ELEMS(p), 1 / z) / ff_eval_poly(q, FF_ARRAY_ELEMS(q), 1 / z);
FF_ARRAY_ELEMS    273 libavutil/opt.c                             if (ci + 6 >= FF_ARRAY_ELEMS(const_values)) {
FF_ARRAY_ELEMS    151 libavutil/parseutils.c     int n = FF_ARRAY_ELEMS(video_size_abbrs);
FF_ARRAY_ELEMS    182 libavutil/parseutils.c     int n = FF_ARRAY_ELEMS(video_rate_abbrs);
FF_ARRAY_ELEMS    400 libavutil/parseutils.c                         FF_ARRAY_ELEMS(color_table),
FF_ARRAY_ELEMS    438 libavutil/parseutils.c     if ((unsigned)color_idx >= FF_ARRAY_ELEMS(color_table))
FF_ARRAY_ELEMS    622 libavutil/parseutils.c         for (i = 0; i < FF_ARRAY_ELEMS(date_fmt); i++) {
FF_ARRAY_ELEMS    643 libavutil/parseutils.c         for (i = 0; i < FF_ARRAY_ELEMS(time_fmt); i++) {
FF_ARRAY_ELEMS    713 libavutil/parseutils.c             for (i = 0; i < FF_ARRAY_ELEMS(tz_fmt); i++) {
FF_ARRAY_ELEMS   2560 libavutil/pixdesc.c     while (prev - av_pix_fmt_descriptors < FF_ARRAY_ELEMS(av_pix_fmt_descriptors) - 1) {
FF_ARRAY_ELEMS   2571 libavutil/pixdesc.c         desc >= av_pix_fmt_descriptors + FF_ARRAY_ELEMS(av_pix_fmt_descriptors))
FF_ARRAY_ELEMS   2599 libavutil/pixdesc.c     for (i = 0; i < FF_ARRAY_ELEMS(planes); i++)
FF_ARRAY_ELEMS   2607 libavutil/pixdesc.c     for (i=0; i<FF_ARRAY_ELEMS(av_pix_fmt_descriptors); i++) {
FF_ARRAY_ELEMS   2623 libavutil/pixdesc.c         for (j=0; j<FF_ARRAY_ELEMS(d->comp); j++) {
FF_ARRAY_ELEMS   2885 libavutil/pixdesc.c     for (i = 0; i < FF_ARRAY_ELEMS(color_range_names); i++) {
FF_ARRAY_ELEMS   2904 libavutil/pixdesc.c     for (i = 0; i < FF_ARRAY_ELEMS(color_primaries_names); i++) {
FF_ARRAY_ELEMS   2928 libavutil/pixdesc.c     for (i = 0; i < FF_ARRAY_ELEMS(color_transfer_names); i++) {
FF_ARRAY_ELEMS   2952 libavutil/pixdesc.c     for (i = 0; i < FF_ARRAY_ELEMS(color_space_names); i++) {
FF_ARRAY_ELEMS   2976 libavutil/pixdesc.c     for (i = 0; i < FF_ARRAY_ELEMS(chroma_location_names); i++) {
FF_ARRAY_ELEMS     73 libavutil/pixelutils.c     av_pixelutils_sad_fn sad[FF_ARRAY_ELEMS(sad_c)];
FF_ARRAY_ELEMS     77 libavutil/pixelutils.c     if (w_bits < 1 || w_bits > FF_ARRAY_ELEMS(sad) ||
FF_ARRAY_ELEMS     78 libavutil/pixelutils.c         h_bits < 1 || h_bits > FF_ARRAY_ELEMS(sad))
FF_ARRAY_ELEMS     62 libavutil/spherical.c     if ((unsigned)projection >= FF_ARRAY_ELEMS(spherical_projection_names))
FF_ARRAY_ELEMS     72 libavutil/spherical.c     for (i = 0; i < FF_ARRAY_ELEMS(spherical_projection_names); i++) {
FF_ARRAY_ELEMS     59 libavutil/stereo3d.c     if (type >= FF_ARRAY_ELEMS(stereo3d_type_names))
FF_ARRAY_ELEMS     69 libavutil/stereo3d.c     for (i = 0; i < FF_ARRAY_ELEMS(stereo3d_type_names); i++) {
FF_ARRAY_ELEMS     61 libavutil/tests/avstring.c     for (i = 0; i < FF_ARRAY_ELEMS(strings); i++) {
FF_ARRAY_ELEMS    101 libavutil/tests/base64.c     for (i = 0; i < FF_ARRAY_ELEMS(tests); i++)
FF_ARRAY_ELEMS     30 libavutil/tests/bprint.c     av_assert0(size < FF_ARRAY_ELEMS(p));
FF_ARRAY_ELEMS     34 libavutil/tests/color_utils.c       for(j = 0; j < FF_ARRAY_ELEMS(test_data); j++) {
FF_ARRAY_ELEMS     27 libavutil/tests/error.c     for (i = 0; i < FF_ARRAY_ELEMS(error_entries); i++) {
FF_ARRAY_ELEMS    177 libavutil/tests/hwdevice.c     for (i = 0; i < FF_ARRAY_ELEMS(test_devices); i++) {
FF_ARRAY_ELEMS    312 libavutil/tests/opt.c         for (i=0; i < FF_ARRAY_ELEMS(options); i++) {
FF_ARRAY_ELEMS    347 libavutil/tests/opt.c         for (i=0; i < FF_ARRAY_ELEMS(options); i++) {
FF_ARRAY_ELEMS     67 libavutil/tests/parseutils.c     for (i = 0; i < FF_ARRAY_ELEMS(rates); i++) {
FF_ARRAY_ELEMS    121 libavutil/tests/parseutils.c     for (i = 0;  i < FF_ARRAY_ELEMS(color_names); i++) {
FF_ARRAY_ELEMS    151 libavutil/tests/parseutils.c     for (i = 0;  i < FF_ARRAY_ELEMS(fmt_timespec_entries); i++) {
FF_ARRAY_ELEMS    197 libavutil/tests/parseutils.c     for (i = 0;  i < FF_ARRAY_ELEMS(time_string); i++) {
FF_ARRAY_ELEMS    210 libavutil/tests/parseutils.c     for (i = 0;  i < FF_ARRAY_ELEMS(duration_string); i++) {
FF_ARRAY_ELEMS    226 libavutil/tests/parseutils.c     for (i = 0; i < FF_ARRAY_ELEMS(color_table); ++i) {
FF_ARRAY_ELEMS    243 libavutil/tests/parseutils.c     for (i = 0; i < FF_ARRAY_ELEMS(tags); ++i) {
FF_ARRAY_ELEMS     64 libavutil/tests/pixelutils.c         for (i = 1; i <= FF_ARRAY_ELEMS(sad_c); i++) {
FF_ARRAY_ELEMS     46 libavutil/tests/pixfmt_best.c     for (i = 0; i < FF_ARRAY_ELEMS(pixfmt_list); i++)
FF_ARRAY_ELEMS     70 libavutil/tests/pixfmt_best.c     for (i = 0; i < FF_ARRAY_ELEMS(pixfmt_list); i++)
FF_ARRAY_ELEMS     55 libavutil/tests/rational.c     for (i = 0; i < FF_ARRAY_ELEMS(numlist); i++) {
FF_ARRAY_ELEMS     58 libavutil/tests/rational.c         for (j = 0; j < FF_ARRAY_ELEMS(numlist); j++) {
FF_ARRAY_ELEMS     62 libavutil/tests/rational.c             for (k = 0; k < FF_ARRAY_ELEMS(numlist); k++) {
FF_ARRAY_ELEMS    149 libavutil/timecode.c     for (i = 0; i < FF_ARRAY_ELEMS(supported_fps); i++)
FF_ARRAY_ELEMS    578 libavutil/tx_template.c     int err, n = 1, m = 1, max_ptwo = 1 << (FF_ARRAY_ELEMS(fft_dispatch) - 1);
FF_ARRAY_ELEMS    916 libpostproc/postprocess.c     for(i=0; i<FF_ARRAY_ELEMS(c->tempBlurred); i++)
FF_ARRAY_ELEMS    918 libpostproc/postprocess.c     for(i=0; i<FF_ARRAY_ELEMS(c->tempBlurredPast); i++)
FF_ARRAY_ELEMS    156 libswresample/rematrix.c     for(i=0; i<FF_ARRAY_ELEMS(matrix); i++){
FF_ARRAY_ELEMS    314 libswresample/rematrix.c             if (i < FF_ARRAY_ELEMS(matrix) && j < FF_ARRAY_ELEMS(matrix[0]))
FF_ARRAY_ELEMS    377 libswresample/rematrix.c         for (i = 0; i < FF_ARRAY_ELEMS(s->matrix[0]); i++)
FF_ARRAY_ELEMS    378 libswresample/rematrix.c             for (j = 0; j < FF_ARRAY_ELEMS(s->matrix[0]); j++)
FF_ARRAY_ELEMS    126 libswresample/resample.c         return eval_poly(p1, FF_ARRAY_ELEMS(p1), y) / eval_poly(q1, FF_ARRAY_ELEMS(q1), y);
FF_ARRAY_ELEMS    130 libswresample/resample.c         r = eval_poly(p2, FF_ARRAY_ELEMS(p2), y) / eval_poly(q2, FF_ARRAY_ELEMS(q2), y);
FF_ARRAY_ELEMS    240 libswresample/tests/swresample.c     int remaining_tests[FF_ARRAY_ELEMS(rates) * FF_ARRAY_ELEMS(layouts) * FF_ARRAY_ELEMS(formats) * FF_ARRAY_ELEMS(layouts) * FF_ARRAY_ELEMS(formats)];
FF_ARRAY_ELEMS    241 libswresample/tests/swresample.c     int max_tests = FF_ARRAY_ELEMS(remaining_tests);
FF_ARRAY_ELEMS    284 libswresample/tests/swresample.c         in_ch_layout    = layouts[vector % FF_ARRAY_ELEMS(layouts)]; vector /= FF_ARRAY_ELEMS(layouts);
FF_ARRAY_ELEMS    285 libswresample/tests/swresample.c         out_ch_layout   = layouts[vector % FF_ARRAY_ELEMS(layouts)]; vector /= FF_ARRAY_ELEMS(layouts);
FF_ARRAY_ELEMS    286 libswresample/tests/swresample.c         in_sample_fmt   = formats[vector % FF_ARRAY_ELEMS(formats)]; vector /= FF_ARRAY_ELEMS(formats);
FF_ARRAY_ELEMS    287 libswresample/tests/swresample.c         out_sample_fmt  = formats[vector % FF_ARRAY_ELEMS(formats)]; vector /= FF_ARRAY_ELEMS(formats);
FF_ARRAY_ELEMS    288 libswresample/tests/swresample.c         out_sample_rate = rates  [vector % FF_ARRAY_ELEMS(rates  )]; vector /= FF_ARRAY_ELEMS(rates);
FF_ARRAY_ELEMS     61 libswscale/tests/pixdesc_query.c     for (i = 0; i < FF_ARRAY_ELEMS(query_tab); i++) {
FF_ARRAY_ELEMS    278 libswscale/utils.c     return (unsigned)pix_fmt < FF_ARRAY_ELEMS(format_entries) ?
FF_ARRAY_ELEMS    284 libswscale/utils.c     return (unsigned)pix_fmt < FF_ARRAY_ELEMS(format_entries) ?
FF_ARRAY_ELEMS    290 libswscale/utils.c     return (unsigned)pix_fmt < FF_ARRAY_ELEMS(format_entries) ?
FF_ARRAY_ELEMS    410 libswscale/utils.c         for (i = 0; i < FF_ARRAY_ELEMS(scale_algorithms); i++) {
FF_ARRAY_ELEMS    823 libswscale/utils.c     for(i=0; i<FF_ARRAY_ELEMS(map); i++)
FF_ARRAY_ELEMS   1764 libswscale/utils.c         for (i = 0; i < FF_ARRAY_ELEMS(scale_algorithms); i++) {
FF_ARRAY_ELEMS    260 tests/api/api-flac-test.c     for (cl = 0; cl < FF_ARRAY_ELEMS(channel_layouts); cl++) {
FF_ARRAY_ELEMS    261 tests/api/api-flac-test.c         for (sr = 0; sr < FF_ARRAY_ELEMS(sample_rates); sr++) {
FF_ARRAY_ELEMS    448 tests/checkasm/checkasm.c     int i = FF_ARRAY_ELEMS(cpus);
FF_ARRAY_ELEMS     54 tests/checkasm/fmtconvert.c     for (i = 0; i < FF_ARRAY_ELEMS(scale_arr); i++)
FF_ARRAY_ELEMS     55 tests/checkasm/fmtconvert.c         scale_arr[i] = (FF_ARRAY_ELEMS(scale_arr) - FF_ARRAY_ELEMS(scale_arr) / 2) / 13;
FF_ARRAY_ELEMS     65 tests/checkasm/fmtconvert.c         for (i = 0; i < FF_ARRAY_ELEMS(scale_arr); i++) {
FF_ARRAY_ELEMS     66 tests/checkasm/fmtconvert.c             for (j = 0; j < FF_ARRAY_ELEMS(length); j++) {
FF_ARRAY_ELEMS     87 tests/checkasm/fmtconvert.c             for (j = 0; j < FF_ARRAY_ELEMS(length); j++) {
FF_ARRAY_ELEMS    249 tests/checkasm/h264pred.c     for (test = 0; test < FF_ARRAY_ELEMS(tests); test++) {
FF_ARRAY_ELEMS    714 tools/crypto_bench.c     for (impl = 0; impl < FF_ARRAY_ELEMS(implementations); impl++)
FF_ARRAY_ELEMS     53 tools/venc_data_dump.c             for (int i = 0; i < FF_ARRAY_ELEMS(par->delta_qp); i++)
FF_ARRAY_ELEMS     54 tools/venc_data_dump.c                 for (int j = 0; j < FF_ARRAY_ELEMS(par->delta_qp[i]); j++) {