Searched refs:cur_ac (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dvenc.c | 152 int cur_ac; member 196 if (bi->cur_ac >= 64) in dv_encode_ac() 200 prev = bi->cur_ac; in dv_encode_ac() 201 bi->cur_ac = bi->next[prev]; in dv_encode_ac() 202 if (bi->cur_ac < 64) { in dv_encode_ac() 203 size = dv_rl2vlc(bi->cur_ac - prev - 1, bi->mb[bi->cur_ac], in dv_encode_ac() 204 bi->sign[bi->cur_ac], &vlc); in dv_encode_ac() 510 bi->cur_ac = 0; in dv_init_enc_block()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
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/wpa_supplicant/ |
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()
|