Lines Matching refs:bh

303                                               int bw, int bh, int w, int h, int bytesperpixel)
316 th = (y + bh + 4 * !!my + 7) >> 6;
322 x + !!mx * 4 > w - bw || y + !!my * 5 > h - bh) {
326 bw + !!mx * 7, bh + !!my * 7,
331 mc[!!mx][!!my](dst, dst_stride, ref, ref_stride, bh, mx << 1, my << 1);
341 int bw, int bh, int w, int h, int bytesperpixel)
355 th = (y + bh + 4 * !!my + 7) >> (6 - s->ss_v);
361 x + !!mx * 4 > w - bw || y + !!my * 5 > h - bh) {
365 bw + !!mx * 7, bh + !!my * 7,
368 mc[!!mx][!!my](dst_u, dst_stride, ref_u, 160, bh, mx, my);
373 bw + !!mx * 7, bh + !!my * 7,
376 mc[!!mx][!!my](dst_v, dst_stride, ref_v, 160, bh, mx, my);
378 mc[!!mx][!!my](dst_u, dst_stride, ref_u, src_stride_u, bh, mx, my);
379 mc[!!mx][!!my](dst_v, dst_stride, ref_v, src_stride_v, bh, mx, my);
384 px, py, pw, ph, bw, bh, w, h, i) \
386 mv, bw, bh, w, h, bytesperpixel)
388 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \
390 row, col, mv, bw, bh, w, h, bytesperpixel)
413 int bw, int bh, int w, int h, int bytesperpixel,
420 y, x, in_mv, bw, bh, w, h, bytesperpixel);
442 refbh_m1 = ((bh - 1) * step[1] + my) >> 4;
460 smc(dst, dst_stride, ref, ref_stride, bh, mx, my, step[0], step[1]);
473 int bw, int bh, int w, int h, int bytesperpixel,
481 y, x, in_mv, bw, bh, w, h, bytesperpixel);
512 refbh_m1 = ((bh - 1) * step[1] + my) >> 4;
528 smc(dst_u, dst_stride, ref_u, 288, bh, mx, my, step[0], step[1]);
536 smc(dst_v, dst_stride, ref_v, 288, bh, mx, my, step[0], step[1]);
538 smc(dst_u, dst_stride, ref_u, src_stride_u, bh, mx, my, step[0], step[1]);
539 smc(dst_v, dst_stride, ref_v, src_stride_v, bh, mx, my, step[0], step[1]);
545 px, py, pw, ph, bw, bh, w, h, i) \
547 mv, px, py, pw, ph, bw, bh, w, h, bytesperpixel, \
550 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \
552 row, col, mv, px, py, pw, ph, bw, bh, w, h, bytesperpixel, \