Lines Matching refs:bh2
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()
274 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_24()
298 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_24()
328 int d, dx, dy, bw2, bh2; in zmbv_decode_xor_32() local
341 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_32()
357 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_32()
376 for (j = 0; j < bh2; j++){ in zmbv_decode_xor_32()