Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h110 int *nmvcost[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.c782 mb->mvcost = mb->nmvcost; in vp9_set_high_precision_mv()
2261 cpi->td.mb.nmvcost[0] = &cpi->nmvcosts[0][MV_MAX]; in vp9_create_compressor()
2262 cpi->td.mb.nmvcost[1] = &cpi->nmvcosts[1][MV_MAX]; in vp9_create_compressor()
/external/libaom/libaom/av1/encoder/
Dblock.h284 int *nmvcost[2]; member
Drd.c560 av1_build_nmv_cost_table(x->nmv_vec_cost, x->nmvcost, &cm->fc->nmvc, in av1_initialize_cost_tables()
565 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()
2672 cpi->td.mb.nmvcost[0] = &cpi->nmv_costs[0][MV_MAX]; in av1_create_compressor()
2673 cpi->td.mb.nmvcost[1] = &cpi->nmv_costs[1][MV_MAX]; in av1_create_compressor()