Lines Matching refs:nmvcosts_hp
357 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()
461 memcpy(cpi->nmvcosts_hp[1], cc->nmvcosts_hp[1], in restore_coding_context()
462 MV_VALS * sizeof(*cc->nmvcosts_hp[1])); in restore_coding_context()
1657 CHECK_MEM_ERROR(cm, cpi->nmvcosts_hp[0], in vp9_create_compressor()
1658 vpx_calloc(MV_VALS, sizeof(*cpi->nmvcosts_hp[0]))); in vp9_create_compressor()
1659 CHECK_MEM_ERROR(cm, cpi->nmvcosts_hp[1], in vp9_create_compressor()
1660 vpx_calloc(MV_VALS, sizeof(*cpi->nmvcosts_hp[1]))); in vp9_create_compressor()
1746 cpi->td.mb.nmvcost_hp[0] = &cpi->nmvcosts_hp[0][MV_MAX]; in vp9_create_compressor()
1747 cpi->td.mb.nmvcost_hp[1] = &cpi->nmvcosts_hp[1][MV_MAX]; in vp9_create_compressor()