Home
last modified time | relevance | path

Searched refs:nmv_costs (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencoder.h61 int nmv_costs[2][MV_VALS]; member
806 int nmv_costs[2][MV_VALS]; member
Dencoder.c616 av1_copy(cc->nmv_costs, cpi->nmv_costs); in save_coding_context()
629 av1_copy(cpi->nmv_costs, cc->nmv_costs); in restore_coding_context()
2615 memset(cpi->nmv_costs, 0, sizeof(cpi->nmv_costs)); in av1_create_compressor()
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()