Searched refs:nmvcosts (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h79 int nmvcosts[2][MV_VALS]; member in struct:macroblock
H A Dvp9_encoder.h52 int nmvcosts[2][MV_VALS]; member in struct:__anon9568
H A Dvp9_encoder.c215 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts);
236 vp9_copy(cpi->mb.nmvcosts, cc->nmvcosts);
837 cpi->mb.nmvcost[0] = &cpi->mb.nmvcosts[0][MV_MAX];
838 cpi->mb.nmvcost[1] = &cpi->mb.nmvcosts[1][MV_MAX];

Completed in 80 milliseconds