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.c924 vpx_free(cpi->nmvcosts_hp[0]); in dealloc_compressor_data()
925 vpx_free(cpi->nmvcosts_hp[1]); in dealloc_compressor_data()
926 cpi->nmvcosts_hp[0] = NULL; in dealloc_compressor_data()
927 cpi->nmvcosts_hp[1] = NULL; in dealloc_compressor_data()
1043 memcpy(cc->nmvcosts_hp[0], cpi->nmvcosts_hp[0], in save_coding_context()
1044 MV_VALS * sizeof(*cpi->nmvcosts_hp[0])); in save_coding_context()
1045 memcpy(cc->nmvcosts_hp[1], cpi->nmvcosts_hp[1], in save_coding_context()
1046 MV_VALS * sizeof(*cpi->nmvcosts_hp[1])); in save_coding_context()
1069 memcpy(cpi->nmvcosts_hp[0], cc->nmvcosts_hp[0], in restore_coding_context()
1070 MV_VALS * sizeof(*cc->nmvcosts_hp[0])); in restore_coding_context()
[all …]
Dvp9_encoder.h64 int nmvcosts_hp[2][MV_VALS]; member
635 int *nmvcosts_hp[2]; member