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 85 int mvcosts[2][MVvals+1]; member in struct:__anon5118
ethreading.c 267 vpx_memcpy(z->mvcosts, x->mvcosts, sizeof(x->mvcosts));
268 z->mvcost[0] = &z->mvcosts[0][mv_max+1];
269 z->mvcost[1] = &z->mvcosts[1][mv_max+1];
276 //memcpy(z->mvcosts, x->mvcosts, sizeof(x->mvcosts));
ratectrl.c 237 vp8_copy(cc->mvcosts, cpi->mb.mvcosts);
276 vp8_copy(cpi->mb.mvcosts, cc->mvcosts);
    [all...]
onyx_int.h 63 int mvcosts[2][MVvals+1]; member in struct:__anon5124
onyx_if.c     [all...]

Completed in 36 milliseconds