find_min_book     345 libavcodec/aaccoder.c                     int cb = find_min_book(maxval, sce->sf_idx[w*16+g]);
find_min_book     485 libavcodec/aaccoder.c                     cb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
find_min_book     527 libavcodec/aaccoder.c                     if (find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]-1))
find_min_book     536 libavcodec/aaccoder.c                 sce->band_type[w*16+g] = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
find_min_book     818 libavcodec/aaccoder.c                     midcb = find_min_book(Mmax, mididx);
find_min_book     819 libavcodec/aaccoder.c                     sidcb = find_min_book(Smax, sididx);
find_min_book     393 libavcodec/aaccoder_twoloop.h                     cb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
find_min_book     474 libavcodec/aaccoder_twoloop.h                         cb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
find_min_book     559 libavcodec/aaccoder_twoloop.h                                     && (dists[w*16+g] > loopovrfactor*uplims[w*16+g] || !(mcb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]))
find_min_book     603 libavcodec/aaccoder_twoloop.h                     int cmb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
find_min_book     616 libavcodec/aaccoder_twoloop.h                             int mb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]-1);
find_min_book     617 libavcodec/aaccoder_twoloop.h                             cb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
find_min_book     664 libavcodec/aaccoder_twoloop.h                             cb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]+1);
find_min_book     701 libavcodec/aaccoder_twoloop.h                     sce->band_type[w*16+g] = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
find_min_book     716 libavcodec/aaccoder_twoloop.h                     sce->band_type[w*16+g] = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
find_min_book     735 libavcodec/aaccoder_twoloop.h                 sce->band_type[w*16+g] = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
find_min_book      66 libavcodec/aacenc_is.c         is_band_type = find_min_book(maxval, is_sf_idx);
find_min_book     284 libavcodec/aacenc_pred.c             cb_p = av_clip(find_min_book(find_max_val(1, num_coeffs, S34), sce->sf_idx[sfb]), cb_min, cb_max);
find_min_book     296 libavcodec/aacenc_pred.c             cb_p = av_clip(find_min_book(find_max_val(1, num_coeffs, P34), sce->sf_idx[sfb]), cb_min, cb_max);
find_min_book    2399 libavcodec/mips/aaccoder_mips.c                     midcb = find_min_book(Mmax, mididx);
find_min_book    2400 libavcodec/mips/aaccoder_mips.c                     sidcb = find_min_book(Smax, sididx);