HomeSort by relevance Sort by last modified time
    Searched refs:startmv (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c 350 MV startmv; local
371 startmv = *bestmv;
378 this_mv.row = startmv.row;
379 this_mv.col = ((startmv.col - 8) | 4);
400 this_mv.col = startmv.col;
401 this_mv.row = ((startmv.row - 8) | 4);
426 this_mv = startmv;
464 if (bestmv->row < startmv.row)
467 if (bestmv->col < startmv.col)
470 startmv = *bestmv
635 MV startmv; local
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 315 MV startmv; local
336 startmv = *bestmv;
343 this_mv.row = startmv.row;
344 this_mv.col = ((startmv.col - 8) | 4);
365 this_mv.col = startmv.col;
366 this_mv.row = ((startmv.row - 8) | 4);
395 this_mv = startmv;
433 if (bestmv->row < startmv.row)
436 if (bestmv->col < startmv.col)
439 startmv = *bestmv
604 MV startmv; local
    [all...]

Completed in 47 milliseconds