Searched refs:MV_VALS (Results 1 – 6 of 6) sorted by relevance
72 #define MV_VALS ((MV_MAX << 1) + 1) macro
77 #define MV_VALS ((MV_MAX << 1) + 1) macro
283 int nmv_costs[2][MV_VALS];284 int nmv_costs_hp[2][MV_VALS];
91 int mv_component[2][MV_VALS];
67 int nmvcosts[2][MV_VALS];68 int nmvcosts_hp[2][MV_VALS];
1087 MV_VALS * sizeof(*cpi->nmvcosts[0])); in save_coding_context()1089 MV_VALS * sizeof(*cpi->nmvcosts[1])); in save_coding_context()1091 MV_VALS * sizeof(*cpi->nmvcosts_hp[0])); in save_coding_context()1093 MV_VALS * sizeof(*cpi->nmvcosts_hp[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()1117 MV_VALS * sizeof(*cc->nmvcosts_hp[0])); in restore_coding_context()1119 MV_VALS * sizeof(*cc->nmvcosts_hp[1])); in restore_coding_context()2328 vpx_calloc(MV_VALS, sizeof(*cpi->nmvcosts[0]))); in vp9_create_compressor()2330 vpx_calloc(MV_VALS, sizeof(*cpi->nmvcosts[1]))); in vp9_create_compressor()[all …]