Home | History | Annotate | Download | only in common

Lines Matching full:bmi

144     if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
146 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
147 sppf(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
151 ptr_base += d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
177 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
179 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
181 x->subpixel_predict8x8(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
196 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
198 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
200 x->subpixel_predict8x4(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
220 int mv_row = x->block[16].bmi.mv.as_mv.row;
221 int mv_col = x->block[16].bmi.mv.as_mv.col;
247 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
304 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
347 mv_row = x->block[16].bmi.mv.as_mv.row;
348 mv_col = x->block[16].bmi.mv.as_mv.col;
384 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
401 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
430 temp = x->block[yoffset ].bmi.mv.as_mv.row
431 + x->block[yoffset+1].bmi.mv.as_mv.row
432 + x->block[yoffset+4].bmi.mv.as_mv.row
433 + x->block[yoffset+5].bmi.mv.as_mv.row;
438 x->block[uoffset].bmi.mv.as_mv.row = temp / 8;
441 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & 0xfffffff8;
443 temp = x->block[yoffset ].bmi.mv.as_mv.col
444 + x->block[yoffset+1].bmi.mv.as_mv.col
445 + x->block[yoffset+4].bmi.mv.as_mv.col
446 + x->block[yoffset+5].bmi.mv.as_mv.col;
451 x->block[uoffset].bmi.mv.as_mv.col = temp / 8;
454 x->block[uoffset].bmi.mv.as_mv.col = (temp / 8) & 0xfffffff8;
456 x->block[voffset].bmi.mv.as_mv.row = x->block[uoffset].bmi.mv.as_mv.row ;
457 x->block[voffset].bmi.mv.as_mv.col = x->block[uoffset].bmi.mv.as_mv.col ;
481 x->block[ 16 + i].bmi.mv.as_mv.row = mvrow;
482 x->block[ 16 + i].bmi.mv.as_mv.col = mvcol;
486 x->block[ 16 + i].bmi.mv.as_mv.row = mvrow & 0xfffffff8;
487 x->block[ 16 + i].bmi.mv.as_mv.col = mvcol & 0xfffffff8;
508 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
510 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
511 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst_ptr, dst_stride);
515 ptr_base += d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
571 mv_row = x->block[16].bmi.mv.as_mv.row;
572 mv_col = x->block[16].bmi.mv.as_mv.col;
608 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
610 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
612 x->subpixel_predict8x8(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst_ptr, x->dst.y_stride); //x->block[0].dst_stride);
628 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
636 ptr = ptr_base + d0->pre + (d0->bmi.mv.as_mv.row >> 3) * d0->pre_stride + (d0->bmi.mv.as_mv.col >> 3);
638 if (d0->bmi.mv.as_mv.row & 7 || d0->bmi.mv.as_mv.col & 7)
640 x->subpixel_predict8x4(ptr, d0->pre_stride, d0->bmi.mv.as_mv.col & 7, d0->bmi.mv.as_mv.row & 7, dst_ptr, x->dst.y_stride);
660 if (d0->bmi.mv.as_int == d1->bmi.mv.as_int)
668 ptr = ptr_base + d0->pre + (d0->bmi.mv.as_mv.row >> 3) * d0->pre_stride + (d0->bmi.mv.as_mv.col >> 3);
670 if (d0->bmi.mv.as_mv.row & 7 || d0->bmi.mv.as_mv.col & 7)
672 x->subpixel_predict8x4(ptr, d0->pre_stride, d0->bmi.mv.as_mv.col & 7, d0->bmi.mv.as_mv.row & 7, dst_ptr, x->dst.y_stride);