Home
last modified time | relevance | path

Searched refs:mvcosts (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/encoder/
Dethreading.c267 vpx_memcpy(z->mvcosts, x->mvcosts, sizeof(x->mvcosts)); in setup_mbby_copy()
268 z->mvcost[0] = &z->mvcosts[0][mv_max+1]; in setup_mbby_copy()
269 z->mvcost[1] = &z->mvcosts[1][mv_max+1]; in setup_mbby_copy()
Dblock.h85 int mvcosts[2][MVvals+1]; member
Dratectrl.c237 vp8_copy(cc->mvcosts, cpi->mb.mvcosts); in vp8_save_coding_context()
276 vp8_copy(cpi->mb.mvcosts, cc->mvcosts); in vp8_restore_coding_context()
Donyx_int.h63 int mvcosts[2][MVvals+1]; member
Donyx_if.c2270 cpi->mb.mvcost[0] = &cpi->mb.mvcosts[0][mv_max+1]; in vp8_create_compressor()
2271 cpi->mb.mvcost[1] = &cpi->mb.mvcosts[1][mv_max+1]; in vp8_create_compressor()