Searched refs:nmvcosts_hp (Results 1 – 2 of 2) sorted by relevance
357 vpx_free(cpi->nmvcosts_hp[0]); in dealloc_compressor_data()358 vpx_free(cpi->nmvcosts_hp[1]); in dealloc_compressor_data()359 cpi->nmvcosts_hp[0] = NULL; in dealloc_compressor_data()360 cpi->nmvcosts_hp[1] = NULL; in dealloc_compressor_data()433 memcpy(cc->nmvcosts_hp[0], cpi->nmvcosts_hp[0], in save_coding_context()434 MV_VALS * sizeof(*cpi->nmvcosts_hp[0])); in save_coding_context()435 memcpy(cc->nmvcosts_hp[1], cpi->nmvcosts_hp[1], in save_coding_context()436 MV_VALS * sizeof(*cpi->nmvcosts_hp[1])); in save_coding_context()459 memcpy(cpi->nmvcosts_hp[0], cc->nmvcosts_hp[0], in restore_coding_context()460 MV_VALS * sizeof(*cc->nmvcosts_hp[0])); in restore_coding_context()[all …]
56 int nmvcosts_hp[2][MV_VALS]; member348 int *nmvcosts_hp[2]; member