Searched refs:mididx (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aaccoder.c | 804 int mididx, sididx; in search_for_ms() local 808 mididx = av_clip(minidx, 0, SCALE_MAX_POS - SCALE_DIV_512); in search_for_ms() 811 && ( !ff_sfdelta_can_replace(sce0, nextband0, prev_mid, mididx, w*16+g) in search_for_ms() 817 midcb = find_min_book(Mmax, mididx); in search_for_ms() 855 mididx, in search_for_ms() 872 sce0->sf_idx[w*16+g] = mididx; in search_for_ms()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aaccoder_mips.c | 2386 int mididx, sididx; in search_for_ms_mips() local 2390 mididx = av_clip(minidx, 0, SCALE_MAX_POS - SCALE_DIV_512); in search_for_ms_mips() 2393 && ( !ff_sfdelta_can_replace(sce0, nextband0, prev_mid, mididx, w*16+g) in search_for_ms_mips() 2399 midcb = find_min_book(Mmax, mididx); in search_for_ms_mips() 2437 mididx, in search_for_ms_mips() 2454 sce0->sf_idx[w*16+g] = mididx; in search_for_ms_mips()
|
Completed in 7 milliseconds