Home
last modified time | relevance | path

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

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