Searched refs:MV_VALS (Results 1 – 5 of 5) sorted by relevance
72 #define MV_VALS ((MV_MAX << 1) + 1) macro
61 int nmv_costs[2][MV_VALS];62 int nmv_costs_hp[2][MV_VALS];806 int nmv_costs[2][MV_VALS];807 int nmv_costs_hp[2][MV_VALS];945 int dv_cost[2][MV_VALS];
77 #define MV_VALS ((MV_MAX << 1) + 1) macro
63 int nmvcosts[2][MV_VALS];64 int nmvcosts_hp[2][MV_VALS];
1040 MV_VALS * sizeof(*cpi->nmvcosts[0])); in save_coding_context()1042 MV_VALS * sizeof(*cpi->nmvcosts[1])); in save_coding_context()1044 MV_VALS * sizeof(*cpi->nmvcosts_hp[0])); in save_coding_context()1046 MV_VALS * sizeof(*cpi->nmvcosts_hp[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()1070 MV_VALS * sizeof(*cc->nmvcosts_hp[0])); in restore_coding_context()1072 MV_VALS * sizeof(*cc->nmvcosts_hp[1])); in restore_coding_context()2170 vpx_calloc(MV_VALS, sizeof(*cpi->nmvcosts[0]))); in vp9_create_compressor()2172 vpx_calloc(MV_VALS, sizeof(*cpi->nmvcosts[1]))); in vp9_create_compressor()[all …]