Searched refs:MV_VALS (Results 1 – 3 of 3) sorted by relevance
74 #define MV_VALS ((MV_MAX << 1) + 1) macro
55 int nmvcosts[2][MV_VALS];56 int nmvcosts_hp[2][MV_VALS];
430 MV_VALS * sizeof(*cpi->nmvcosts[0])); in save_coding_context()432 MV_VALS * sizeof(*cpi->nmvcosts[1])); in save_coding_context()434 MV_VALS * sizeof(*cpi->nmvcosts_hp[0])); in save_coding_context()436 MV_VALS * sizeof(*cpi->nmvcosts_hp[1])); in save_coding_context()457 memcpy(cpi->nmvcosts[0], cc->nmvcosts[0], MV_VALS * sizeof(*cc->nmvcosts[0])); in restore_coding_context()458 memcpy(cpi->nmvcosts[1], cc->nmvcosts[1], MV_VALS * sizeof(*cc->nmvcosts[1])); in restore_coding_context()460 MV_VALS * sizeof(*cc->nmvcosts_hp[0])); in restore_coding_context()462 MV_VALS * sizeof(*cc->nmvcosts_hp[1])); in restore_coding_context()1654 vpx_calloc(MV_VALS, sizeof(*cpi->nmvcosts[0]))); in vp9_create_compressor()1656 vpx_calloc(MV_VALS, sizeof(*cpi->nmvcosts[1]))); in vp9_create_compressor()[all …]