Home
last modified time | relevance | path

Searched refs:bh2 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dzmbv.c89 int d, dx, dy, bw2, bh2; in zmbv_decode_xor_8() local
107 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_8()
123 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_8()
142 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_8()
168 int d, dx, dy, bw2, bh2; in zmbv_decode_xor_16() local
181 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_16()
197 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_16()
216 for (j = 0; j < bh2; j++){ in zmbv_decode_xor_16()
245 int d, dx, dy, bw2, bh2; in zmbv_decode_xor_24() local
260 bh2 in zmbv_decode_xor_24()
330 int d, dx, dy, bw2, bh2; zmbv_decode_xor_32() local
[all...]
H A Dzmbvenc.c220 int x, y, bh2, bw2, xored; in encode_frame() local
232 bh2 = FFMIN(avctx->height - y, ZMBV_BLOCK); in encode_frame()
244 for(j = 0; j < bh2; j++){ in encode_frame()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dinterworking.c2408 int bh1, bh2, load1, load2, conn1, conn2; in pick_best_roaming_partner() local
2412 bh2 = cred_below_min_backhaul(wpa_s, cred2, bss); in pick_best_roaming_partner()
2416 bh1, load1, conn1, bh2, load2, conn2); in pick_best_roaming_partner()
2417 if (bh1 || load1 || conn1 || !(bh2 || load2 || conn2)) { in pick_best_roaming_partner()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dinterworking.c2455 int bh1, bh2, load1, load2, conn1, conn2; in pick_best_roaming_partner() local
2459 bh2 = cred_below_min_backhaul(wpa_s, cred2, bss); in pick_best_roaming_partner()
2463 bh1, load1, conn1, bh2, load2, conn2); in pick_best_roaming_partner()
2464 if (bh1 || load1 || conn1 || !(bh2 || load2 || conn2)) { in pick_best_roaming_partner()

Completed in 9 milliseconds