Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dentropymv.h72 #define MV_VALS ((MV_MAX << 1) + 1) macro
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h77 #define MV_VALS ((MV_MAX << 1) + 1) macro
/external/libaom/libaom/av1/encoder/
Dblock.h283 int nmv_costs[2][MV_VALS];
284 int nmv_costs_hp[2][MV_VALS];
Drd.h91 int mv_component[2][MV_VALS];
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h67 int nmvcosts[2][MV_VALS];
68 int nmvcosts_hp[2][MV_VALS];
Dvp9_encoder.c1087 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 …]