Home
last modified time | relevance | path

Searched refs:MV_VALS (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropymv.h72 #define MV_VALS ((MV_MAX << 1) + 1) macro
/external/libaom/libaom/av1/encoder/
Dencoder.h61 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];
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h77 #define MV_VALS ((MV_MAX << 1) + 1) macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h63 int nmvcosts[2][MV_VALS];
64 int nmvcosts_hp[2][MV_VALS];
Dvp9_encoder.c1040 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 …]