Home
last modified time | relevance | path

Searched refs:nmvcosts_hp (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c965 vpx_free(cpi->nmvcosts_hp[0]); in dealloc_compressor_data()
966 vpx_free(cpi->nmvcosts_hp[1]); in dealloc_compressor_data()
967 cpi->nmvcosts_hp[0] = NULL; in dealloc_compressor_data()
968 cpi->nmvcosts_hp[1] = NULL; in dealloc_compressor_data()
1090 memcpy(cc->nmvcosts_hp[0], cpi->nmvcosts_hp[0], in save_coding_context()
1091 MV_VALS * sizeof(*cpi->nmvcosts_hp[0])); in save_coding_context()
1092 memcpy(cc->nmvcosts_hp[1], cpi->nmvcosts_hp[1], in save_coding_context()
1093 MV_VALS * sizeof(*cpi->nmvcosts_hp[1])); in save_coding_context()
1116 memcpy(cpi->nmvcosts_hp[0], cc->nmvcosts_hp[0], in restore_coding_context()
1117 MV_VALS * sizeof(*cc->nmvcosts_hp[0])); in restore_coding_context()
[all …]
Dvp9_encoder.h68 int nmvcosts_hp[2][MV_VALS]; member
633 int *nmvcosts_hp[2]; member