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.c767 vpx_free(cpi->nmvcosts_hp[0]); in dealloc_compressor_data()
768 vpx_free(cpi->nmvcosts_hp[1]); in dealloc_compressor_data()
769 cpi->nmvcosts_hp[0] = NULL; in dealloc_compressor_data()
770 cpi->nmvcosts_hp[1] = NULL; in dealloc_compressor_data()
872 memcpy(cc->nmvcosts_hp[0], cpi->nmvcosts_hp[0], in save_coding_context()
873 MV_VALS * sizeof(*cpi->nmvcosts_hp[0])); in save_coding_context()
874 memcpy(cc->nmvcosts_hp[1], cpi->nmvcosts_hp[1], in save_coding_context()
875 MV_VALS * sizeof(*cpi->nmvcosts_hp[1])); in save_coding_context()
898 memcpy(cpi->nmvcosts_hp[0], cc->nmvcosts_hp[0], in restore_coding_context()
899 MV_VALS * sizeof(*cc->nmvcosts_hp[0])); in restore_coding_context()
[all …]
Dvp9_encoder.h64 int nmvcosts_hp[2][MV_VALS]; member
508 int *nmvcosts_hp[2]; member