Searched refs:nmvcosts (Results 1 – 2 of 2) sorted by relevance
919 vpx_free(cpi->nmvcosts[0]); in dealloc_compressor_data()920 vpx_free(cpi->nmvcosts[1]); in dealloc_compressor_data()921 cpi->nmvcosts[0] = NULL; in dealloc_compressor_data()922 cpi->nmvcosts[1] = NULL; in dealloc_compressor_data()1039 memcpy(cc->nmvcosts[0], cpi->nmvcosts[0], in save_coding_context()1040 MV_VALS * sizeof(*cpi->nmvcosts[0])); in save_coding_context()1041 memcpy(cc->nmvcosts[1], cpi->nmvcosts[1], in save_coding_context()1042 MV_VALS * sizeof(*cpi->nmvcosts[1])); in save_coding_context()1067 memcpy(cpi->nmvcosts[0], cc->nmvcosts[0], MV_VALS * sizeof(*cc->nmvcosts[0])); in restore_coding_context()1068 memcpy(cpi->nmvcosts[1], cc->nmvcosts[1], MV_VALS * sizeof(*cc->nmvcosts[1])); in restore_coding_context()[all …]
63 int nmvcosts[2][MV_VALS]; member634 int *nmvcosts[2]; member