Searched refs:bh2 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | zmbv.c | 87 int d, dx, dy, bw2, bh2; in zmbv_decode_xor_8() local 105 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_8() 121 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_8() 140 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_8() 166 int d, dx, dy, bw2, bh2; in zmbv_decode_xor_16() local 179 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_16() 195 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_16() 214 for (j = 0; j < bh2; j++){ in zmbv_decode_xor_16() 243 int d, dx, dy, bw2, bh2; in zmbv_decode_xor_24() local 258 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_24() [all …]
|
D | zmbvenc.c | 223 int x, y, bh2, bw2, xored; in encode_frame() local 235 bh2 = FFMIN(avctx->height - y, ZMBV_BLOCK); in encode_frame() 247 for(j = 0; j < bh2; j++){ in encode_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | interworking.c | 2408 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/ |
D | interworking.c | 2455 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()
|
/third_party/python/Lib/test/ |
D | mime.types | 401 application/vnd.fujitsu.oasysprs bh2
|