Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h74 int mvcosts[2][MVvals+1]; member
708 int mvcosts[2][MVvals+1]; member
Dratectrl.c233 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts); in vp8_save_coding_context()
271 vp8_copy(cpi->rd_costs.mvcosts, cc->mvcosts); in vp8_restore_coding_context()
Donyx_if.c2176 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max+1]; in vp8_create_compressor()
2177 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max+1]; in vp8_create_compressor()