Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h88 int *nmvcost_hp[2]; member
Dvp9_rd.c305 cm->allow_high_precision_mv ? x->nmvcost_hp in vp9_initialize_rd_consts()
Dvp9_encoder.c222 mb->mvcost = mb->nmvcost_hp; in vp9_set_high_precision_mv()
1746 cpi->td.mb.nmvcost_hp[0] = &cpi->nmvcosts_hp[0][MV_MAX]; in vp9_create_compressor()
1747 cpi->td.mb.nmvcost_hp[1] = &cpi->nmvcosts_hp[1][MV_MAX]; in vp9_create_compressor()