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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h129 int nmvsadcosts_hp[2][MV_VALS]; member in struct:macroblock
H A Dvp9_onyx_if.c1247 cpi->mb.nmvsadcost_hp[0] = &cpi->mb.nmvsadcosts_hp[0][MV_MAX];
1248 cpi->mb.nmvsadcost_hp[1] = &cpi->mb.nmvsadcosts_hp[1][MV_MAX];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h278 int *nmvsadcosts_hp[2]; member in struct:VP9_COMP
H A Dvp9_encoder.c190 vpx_free(cpi->nmvsadcosts_hp[0]);
191 vpx_free(cpi->nmvsadcosts_hp[1]);
192 cpi->nmvsadcosts_hp[0] = NULL;
193 cpi->nmvsadcosts_hp[1] = NULL;
806 CHECK_MEM_ERROR(cm, cpi->nmvsadcosts_hp[0],
807 vpx_calloc(MV_VALS, sizeof(*cpi->nmvsadcosts_hp[0])));
808 CHECK_MEM_ERROR(cm, cpi->nmvsadcosts_hp[1],
809 vpx_calloc(MV_VALS, sizeof(*cpi->nmvsadcosts_hp[1])));
899 cpi->mb.nmvsadcost_hp[0] = &cpi->nmvsadcosts_hp[0][MV_MAX];
900 cpi->mb.nmvsadcost_hp[1] = &cpi->nmvsadcosts_hp[
[all...]

Completed in 241 milliseconds