Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c762 vpx_free(cpi->nmvcosts[0]); in dealloc_compressor_data()
763 vpx_free(cpi->nmvcosts[1]); in dealloc_compressor_data()
764 cpi->nmvcosts[0] = NULL; in dealloc_compressor_data()
765 cpi->nmvcosts[1] = NULL; in dealloc_compressor_data()
868 memcpy(cc->nmvcosts[0], cpi->nmvcosts[0], in save_coding_context()
869 MV_VALS * sizeof(*cpi->nmvcosts[0])); in save_coding_context()
870 memcpy(cc->nmvcosts[1], cpi->nmvcosts[1], in save_coding_context()
871 MV_VALS * sizeof(*cpi->nmvcosts[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()
[all …]
Dvp9_encoder.h63 int nmvcosts[2][MV_VALS]; member
507 int *nmvcosts[2]; member