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.c357 vpx_free(cpi->nmvcosts_hp[0]); in dealloc_compressor_data()
358 vpx_free(cpi->nmvcosts_hp[1]); in dealloc_compressor_data()
359 cpi->nmvcosts_hp[0] = NULL; in dealloc_compressor_data()
360 cpi->nmvcosts_hp[1] = NULL; in dealloc_compressor_data()
433 memcpy(cc->nmvcosts_hp[0], cpi->nmvcosts_hp[0], in save_coding_context()
434 MV_VALS * sizeof(*cpi->nmvcosts_hp[0])); in save_coding_context()
435 memcpy(cc->nmvcosts_hp[1], cpi->nmvcosts_hp[1], in save_coding_context()
436 MV_VALS * sizeof(*cpi->nmvcosts_hp[1])); in save_coding_context()
459 memcpy(cpi->nmvcosts_hp[0], cc->nmvcosts_hp[0], in restore_coding_context()
460 MV_VALS * sizeof(*cc->nmvcosts_hp[0])); in restore_coding_context()
[all …]
Dvp9_encoder.h56 int nmvcosts_hp[2][MV_VALS]; member
348 int *nmvcosts_hp[2]; member