Home
last modified time | relevance | path

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

/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.c869 MV_VALS * sizeof(*cpi->nmvcosts[0])); in save_coding_context()
871 MV_VALS * sizeof(*cpi->nmvcosts[1])); in save_coding_context()
873 MV_VALS * sizeof(*cpi->nmvcosts_hp[0])); in save_coding_context()
875 MV_VALS * sizeof(*cpi->nmvcosts_hp[1])); in save_coding_context()
896 memcpy(cpi->nmvcosts[0], cc->nmvcosts[0], MV_VALS * sizeof(*cc->nmvcosts[0])); in restore_coding_context()
897 memcpy(cpi->nmvcosts[1], cc->nmvcosts[1], MV_VALS * sizeof(*cc->nmvcosts[1])); in restore_coding_context()
899 MV_VALS * sizeof(*cc->nmvcosts_hp[0])); in restore_coding_context()
901 MV_VALS * sizeof(*cc->nmvcosts_hp[1])); in restore_coding_context()
2056 vpx_calloc(MV_VALS, sizeof(*cpi->nmvcosts[0]))); in vp9_create_compressor()
2058 vpx_calloc(MV_VALS, sizeof(*cpi->nmvcosts[1]))); in vp9_create_compressor()
[all …]