Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c960 vpx_free(cpi->nmvcosts[0]); in dealloc_compressor_data()
961 vpx_free(cpi->nmvcosts[1]); in dealloc_compressor_data()
962 cpi->nmvcosts[0] = NULL; in dealloc_compressor_data()
963 cpi->nmvcosts[1] = NULL; in dealloc_compressor_data()
1086 memcpy(cc->nmvcosts[0], cpi->nmvcosts[0], in save_coding_context()
1087 MV_VALS * sizeof(*cpi->nmvcosts[0])); in save_coding_context()
1088 memcpy(cc->nmvcosts[1], cpi->nmvcosts[1], in save_coding_context()
1089 MV_VALS * sizeof(*cpi->nmvcosts[1])); in save_coding_context()
1114 memcpy(cpi->nmvcosts[0], cc->nmvcosts[0], MV_VALS * sizeof(*cc->nmvcosts[0])); in restore_coding_context()
1115 memcpy(cpi->nmvcosts[1], cc->nmvcosts[1], MV_VALS * sizeof(*cc->nmvcosts[1])); in restore_coding_context()
[all …]
Dvp9_encoder.h67 int nmvcosts[2][MV_VALS]; member
632 int *nmvcosts[2]; member