Searched refs:cur_ac (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dvenc.c | 161 int cur_ac; member 205 if (bi->cur_ac >= 64) in dv_encode_ac() 209 prev = bi->cur_ac; in dv_encode_ac() 210 bi->cur_ac = bi->next[prev]; in dv_encode_ac() 211 if (bi->cur_ac < 64) { in dv_encode_ac() 212 size = dv_rl2vlc(bi->cur_ac - prev - 1, bi->mb[bi->cur_ac], in dv_encode_ac() 213 bi->sign[bi->cur_ac], &vlc); in dv_encode_ac() 519 bi->cur_ac = 0; in dv_init_enc_block()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wmm_ac.c | 332 int cur_ac, existing_ts = 0, replace_ts = 0; in wmm_ac_should_replace_ts() local 334 cur_ac = wmm_ac_find_tsid(wpa_s, tsid, &idx); in wmm_ac_should_replace_ts() 335 if (cur_ac >= 0) { in wmm_ac_should_replace_ts() 336 if (cur_ac != ac) { in wmm_ac_should_replace_ts() 339 tsid, cur_ac); in wmm_ac_should_replace_ts()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wmm_ac.c | 332 int cur_ac, existing_ts = 0, replace_ts = 0; in wmm_ac_should_replace_ts() local 334 cur_ac = wmm_ac_find_tsid(wpa_s, tsid, &idx); in wmm_ac_should_replace_ts() 335 if (cur_ac >= 0) { in wmm_ac_should_replace_ts() 336 if (cur_ac != ac) { in wmm_ac_should_replace_ts() 339 tsid, cur_ac); in wmm_ac_should_replace_ts()
|
Completed in 5 milliseconds