Lines Matching defs:bh
88 uint8_t *src2, int stride2, int bw, int bh,
97 for(j = 0; j < bh; j++){
107 *xored = (histogram[0] < bw_bytes * bh);
125 int dx, dy, txored, tv, bv, bw, bh;
131 bh = FFMIN(ZMBV_BLOCK, c->avctx->height - y);
134 bv = block_cmp(c, src, sstride, prev, pstride, bw, bh, xored);
140 tv = block_cmp(c, src, sstride, prev + mx0 * c->bypp + my0 * pstride, pstride, bw, bh, &txored);
155 tv = block_cmp(c, src, sstride, prev + dx * c->bypp + dy * pstride, pstride, bw, bh, &txored);
179 int bw, bh;
226 bh = (avctx->height + ZMBV_BLOCK - 1) / ZMBV_BLOCK;
228 memset(c->work_buf + work_size, 0, (bw * bh * 2 + 3) & ~3);
229 work_size += (bw * bh * 2 + 3) & ~3;