Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_block.h112 int *nmvcost_hp[2]; member
Dvp9_rd.c422 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, in vp9_initialize_rd_consts()
442 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, in vp9_initialize_rd_consts()
Dvp9_encoder.c804 mb->mvcost = mb->nmvcost_hp; in vp9_set_high_precision_mv()
2435 cpi->td.mb.nmvcost_hp[0] = &cpi->nmvcosts_hp[0][MV_MAX]; in vp9_create_compressor()
2436 cpi->td.mb.nmvcost_hp[1] = &cpi->nmvcosts_hp[1][MV_MAX]; in vp9_create_compressor()