Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h111 int *nmvcost_hp[2]; member
Dvp9_rd.c338 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, in vp9_initialize_rd_consts()
358 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, in vp9_initialize_rd_consts()
Dvp9_encoder.c779 mb->mvcost = mb->nmvcost_hp; in vp9_set_high_precision_mv()
2267 cpi->td.mb.nmvcost_hp[0] = &cpi->nmvcosts_hp[0][MV_MAX]; in vp9_create_compressor()
2268 cpi->td.mb.nmvcost_hp[1] = &cpi->nmvcosts_hp[1][MV_MAX]; in vp9_create_compressor()
/external/libaom/libaom/av1/encoder/
Dblock.h285 int *nmvcost_hp[2]; member
Drd.c565 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost, &cm->fc->nmvc, in av1_initialize_cost_tables()
Dencoder.c310 int *(*src)[2] = copy_hp ? &mb->nmvcost_hp : &mb->nmvcost; in set_high_precision_mv()
2674 cpi->td.mb.nmvcost_hp[0] = &cpi->nmv_costs_hp[0][MV_MAX]; in av1_create_compressor()
2675 cpi->td.mb.nmvcost_hp[1] = &cpi->nmv_costs_hp[1][MV_MAX]; in av1_create_compressor()