Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h122 int nmvcosts_hp[2][MV_VALS]; member
Dvp9_ratectrl.c119 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp); in vp9_save_coding_context()
140 vp9_copy(cpi->mb.nmvcosts_hp, cc->nmvcosts_hp); in vp9_restore_coding_context()
Dvp9_onyx_int.h53 int nmvcosts_hp[2][MV_VALS]; member
Dvp9_onyx_if.c1310 cpi->mb.nmvcost_hp[0] = &cpi->mb.nmvcosts_hp[0][MV_MAX]; in vp9_create_compressor()
1311 cpi->mb.nmvcost_hp[1] = &cpi->mb.nmvcosts_hp[1][MV_MAX]; in vp9_create_compressor()