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

  /external/libvpx/vp8/encoder/
block.h 87 int mvcosts[2][MVvals+1]; member in struct:__anon8477
ethreading.c 319 vpx_memcpy(z->mvcosts, x->mvcosts, sizeof(x->mvcosts));
320 z->mvcost[0] = &z->mvcosts[0][mv_max+1];
321 z->mvcost[1] = &z->mvcosts[1][mv_max+1];
328 //memcpy(z->mvcosts, x->mvcosts, sizeof(x->mvcosts));
ratectrl.c 239 vp8_copy(cc->mvcosts, cpi->mb.mvcosts);
278 vp8_copy(cpi->mb.mvcosts, cc->mvcosts);
    [all...]
onyx_int.h 68 int mvcosts[2][MVvals+1]; member in struct:__anon8483
onyx_if.c     [all...]

Completed in 162 milliseconds