Searched refs:nmvsadcosts (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h127 int nmvsadcosts[2][MV_VALS]; member in struct:macroblock
H A Dvp9_onyx_if.c1241 cpi->mb.nmvsadcost[0] = &cpi->mb.nmvsadcosts[0][MV_MAX];
1242 cpi->mb.nmvsadcost[1] = &cpi->mb.nmvsadcosts[1][MV_MAX];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h277 int *nmvsadcosts[2]; member in struct:VP9_COMP
H A Dvp9_encoder.c185 vpx_free(cpi->nmvsadcosts[0]);
186 vpx_free(cpi->nmvsadcosts[1]);
187 cpi->nmvsadcosts[0] = NULL;
188 cpi->nmvsadcosts[1] = NULL;
802 CHECK_MEM_ERROR(cm, cpi->nmvsadcosts[0],
803 vpx_calloc(MV_VALS, sizeof(*cpi->nmvsadcosts[0])));
804 CHECK_MEM_ERROR(cm, cpi->nmvsadcosts[1],
805 vpx_calloc(MV_VALS, sizeof(*cpi->nmvsadcosts[1])));
893 cpi->mb.nmvsadcost[0] = &cpi->nmvsadcosts[0][MV_MAX];
894 cpi->mb.nmvsadcost[1] = &cpi->nmvsadcosts[
[all...]

Completed in 218 milliseconds