Searched refs:nmvcosts (Results 1 – 2 of 2) sorted by relevance
960 vpx_free(cpi->nmvcosts[0]); in dealloc_compressor_data()961 vpx_free(cpi->nmvcosts[1]); in dealloc_compressor_data()962 cpi->nmvcosts[0] = NULL; in dealloc_compressor_data()963 cpi->nmvcosts[1] = NULL; in dealloc_compressor_data()1086 memcpy(cc->nmvcosts[0], cpi->nmvcosts[0], in save_coding_context()1087 MV_VALS * sizeof(*cpi->nmvcosts[0])); in save_coding_context()1088 memcpy(cc->nmvcosts[1], cpi->nmvcosts[1], in save_coding_context()1089 MV_VALS * sizeof(*cpi->nmvcosts[1])); in save_coding_context()1114 memcpy(cpi->nmvcosts[0], cc->nmvcosts[0], MV_VALS * sizeof(*cc->nmvcosts[0])); in restore_coding_context()1115 memcpy(cpi->nmvcosts[1], cc->nmvcosts[1], MV_VALS * sizeof(*cc->nmvcosts[1])); in restore_coding_context()[all …]
67 int nmvcosts[2][MV_VALS]; member632 int *nmvcosts[2]; member