Searched refs:prev_mid (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aaccoder.c | 758 int start = 0, i, w, w2, g, sid_sf_boost, prev_mid, prev_side; in search_for_ms() local 774 prev_mid = sce0->sf_idx[0]; in search_for_ms() 812 && ( !ff_sfdelta_can_replace(sce0, nextband0, prev_mid, mididx, w*16+g) in search_for_ms() 889 prev_mid = sce0->sf_idx[w*16+g]; in search_for_ms()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aaccoder_mips.c | 2340 int start = 0, i, w, w2, g, sid_sf_boost, prev_mid, prev_side; in search_for_ms_mips() local 2355 prev_mid = sce0->sf_idx[0]; in search_for_ms_mips() 2393 && ( !ff_sfdelta_can_replace(sce0, nextband0, prev_mid, mididx, w*16+g) in search_for_ms_mips() 2470 prev_mid = sce0->sf_idx[w*16+g]; in search_for_ms_mips()
|