Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencoder.h62 int nmv_costs_hp[2][MV_VALS]; member
807 int nmv_costs_hp[2][MV_VALS]; member
Dencoder.c617 av1_copy(cc->nmv_costs_hp, cpi->nmv_costs_hp); in save_coding_context()
630 av1_copy(cpi->nmv_costs_hp, cc->nmv_costs_hp); in restore_coding_context()
2616 memset(cpi->nmv_costs_hp, 0, sizeof(cpi->nmv_costs_hp)); in av1_create_compressor()
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()