Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c919 vpx_free(cpi->nmvcosts[0]); in dealloc_compressor_data()
920 vpx_free(cpi->nmvcosts[1]); in dealloc_compressor_data()
921 cpi->nmvcosts[0] = NULL; in dealloc_compressor_data()
922 cpi->nmvcosts[1] = NULL; in dealloc_compressor_data()
1039 memcpy(cc->nmvcosts[0], cpi->nmvcosts[0], in save_coding_context()
1040 MV_VALS * sizeof(*cpi->nmvcosts[0])); in save_coding_context()
1041 memcpy(cc->nmvcosts[1], cpi->nmvcosts[1], in save_coding_context()
1042 MV_VALS * sizeof(*cpi->nmvcosts[1])); in save_coding_context()
1067 memcpy(cpi->nmvcosts[0], cc->nmvcosts[0], MV_VALS * sizeof(*cc->nmvcosts[0])); in restore_coding_context()
1068 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
634 int *nmvcosts[2]; member