/external/libvpx/vp8/common/ |
reconinter.c | 145 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7) 147 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3); 148 sppf(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch); 152 ptr_base += d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3); 178 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3) [all...] |
findnearmv.h | 23 MV as_mv; member in union:__anon7423 29 xmv = mvp->as_mv; 37 mvp->as_mv = xmv;
|
debugmodes.c | 119 fprintf(mvs, "%5d:%-5d", mi[mb_index].mbmi.mv.as_mv.row / 2, mi[mb_index].mbmi.mv.as_mv.col / 2); 146 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
|
findnearmv.c | 134 *best_mv = near_mvs[0].as_mv; 135 *nearest = near_mvs[CNT_NEAREST].as_mv; 136 *nearby = near_mvs[CNT_NEAR].as_mv;
|
blockd.h | 146 MV as_mv; member in union:__anon7400::__anon7401 167 MV as_mv; member in union:__anon7403::__anon7404
|
postproc.c | 862 MV *mv = &bmi->mv.as_mv; 883 MV *mv = &bmi->mv.as_mv; 904 MV *mv = &bmi->mv.as_mv; 946 MV *mv = &bmi->mv.as_mv; 962 MV *mv = &mi->mbmi.mv.as_mv; [all...] |
/external/libvpx/vp8/decoder/ |
decodemv.c | 291 MV *const mv = & mbmi->mv.as_mv; 352 MV *const mv = & bmi.mv.as_mv; 358 mv_contz = vp8_mv_cont(&(vp8_left_bmi(mi, k)->mv.as_mv), &(vp8_above_bmi(mi, k, mis)->mv.as_mv)); 371 *mv = vp8_left_bmi(mi, k)->mv.as_mv; 377 *mv = vp8_above_bmi(mi, k, mis)->mv.as_mv; 417 *mv = mi->bmi[15].mv.as_mv; 463 mi->bmi[i].mv.as_mv = *mv; 467 mi->bmi[0].mv.as_mv = *mv; 468 mi->bmi[1].mv.as_mv = *mv [all...] |
decodframe.c | 166 clamp_mv_to_umv_border(&xd->block[i].bmi.mv.as_mv, xd); 168 clamp_uvmv_to_umv_border(&xd->block[i].bmi.mv.as_mv, xd); 172 clamp_mv_to_umv_border(&xd->mode_info_context->mbmi.mv.as_mv, xd); 173 clamp_uvmv_to_umv_border(&xd->block[16].bmi.mv.as_mv, xd);
|
/external/libvpx/vp8/encoder/ |
temporal_filter.c | 202 &best_ref_mv1, &d->bmi.mv.as_mv, 213 &best_ref_mv1, &d->bmi.mv.as_mv, 235 &best_ref_mv1, &d->bmi.mv.as_mv, 244 mv_y = d->bmi.mv.as_mv.row; 245 mv_x = d->bmi.mv.as_mv.col; 249 d->bmi.mv.as_mv.row = mv_y; 250 d->bmi.mv.as_mv.col = mv_x; 261 &d->bmi.mv.as_mv, &best_ref_mv1, 340 mbd->block[0].bmi.mv.as_mv.row = 0; 341 mbd->block[0].bmi.mv.as_mv.col = 0 [all...] |
pickinter.c | 76 int xoffset = d->bmi.mv.as_mv.col & 7; 77 int yoffset = d->bmi.mv.as_mv.row & 7; 79 in_what += (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3); 735 bestsme = vp8_hex_search(x, b, d, &mvp, &d->bmi.mv.as_mv, step_param, sadpb/*x->errorperbit*/, &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvsadcost, x->mvcost, &best_ref_mv); 736 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; 737 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col; 741 bestsme = cpi->diamond_search_sad(x, b, d, &mvp, &d->bmi.mv.as_mv, step_param, sadpb / 2/*x->errorperbit*/, &num00, &cpi->fn_ptr[BLOCK_16X16], x->mvsadcost, x->mvcost, &best_ref_mv); //sadpb < 9 742 mode_mv[NEWMV].row = d->bmi.mv.as_mv.row; 743 mode_mv[NEWMV].col = d->bmi.mv.as_mv.col [all...] |
rdopt.c | 459 mv_row = x->e_mbd.block[16].bmi.mv.as_mv.row; 460 mv_col = x->e_mbd.block[16].bmi.mv.as_mv.col; 867 x->e_mbd.mode_info_context->mbmi.mv.as_mv.row = mv->row; 868 x->e_mbd.mode_info_context->mbmi.mv.as_mv.col = mv->col; 874 bmi->mv.as_mv.row = mv->row; 875 bmi->mv.as_mv.col = mv->col; 925 *this_mv = col ? d[-1].bmi.mv.as_mv : vp8_left_bmi(mic, i)->mv.as_mv; 928 *this_mv = row ? d[-4].bmi.mv.as_mv : vp8_above_bmi(mic, i, mis)->mv.as_mv; [all...] |
firstpass.c | 603 d->bmi.mv.as_mv.row = 0; 604 d->bmi.mv.as_mv.col = 0; 608 first_pass_motion_search(cpi, x, &best_ref_mv.as_mv, 609 &d->bmi.mv.as_mv, lst_yv12, 622 d->bmi.mv.as_mv.row = tmp_mv.row; 623 d->bmi.mv.as_mv.col = tmp_mv.col; 636 //d->bmi.mv.as_mv.row = tmp_mv.row; 637 //d->bmi.mv.as_mv.col = tmp_mv.col; 669 d->bmi.mv.as_mv.row <<= 3; 670 d->bmi.mv.as_mv.col <<= 3 [all...] |
bitstream.c | 1000 write_mv(w, &mi->mv.as_mv, &best_mv, mvc); 1025 (&(vp8_left_bmi(m, k)->mv.as_mv), 1026 &(vp8_above_bmi(m, k, mis)->mv.as_mv)); 1034 write_mv(w, &b->mv.as_mv, &best_mv, (const MV_CONTEXT *) mvc); [all...] |
encodeframe.c | [all...] |
mcomp.c | [all...] |