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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_block.h120 int nmvcosts[2][MV_VALS]; member in struct:macroblock
H A Dvp9_onyx_int.h52 int nmvcosts[2][MV_VALS]; member in struct:__anon623
H A Dvp9_ratectrl.c118 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts);
139 vp9_copy(cpi->mb.nmvcosts, cc->nmvcosts);
H A Dvp9_onyx_if.c1304 cpi->mb.nmvcost[0] = &cpi->mb.nmvcosts[0][MV_MAX];
1305 cpi->mb.nmvcost[1] = &cpi->mb.nmvcosts[1][MV_MAX];

Completed in 94 milliseconds