Searched refs:nmvcosts_hp (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h56 int nmvcosts_hp[2][MV_VALS]; member in struct:__anon11273
348 int *nmvcosts_hp[2]; member in struct:VP9_COMP
H A Dvp9_encoder.c357 vpx_free(cpi->nmvcosts_hp[0]);
358 vpx_free(cpi->nmvcosts_hp[1]);
359 cpi->nmvcosts_hp[0] = NULL;
360 cpi->nmvcosts_hp[1] = NULL;
433 memcpy(cc->nmvcosts_hp[0], cpi->nmvcosts_hp[0],
434 MV_VALS * sizeof(*cpi->nmvcosts_hp[0]));
435 memcpy(cc->nmvcosts_hp[1], cpi->nmvcosts_hp[1],
436 MV_VALS * sizeof(*cpi->nmvcosts_hp[
[all...]

Completed in 46 milliseconds