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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h53 int nmvcosts_hp[2][MV_VALS]; member in struct:__anon13166
276 int *nmvcosts_hp[2]; member in struct:VP9_COMP
H A Dvp9_encoder.c180 vpx_free(cpi->nmvcosts_hp[0]);
181 vpx_free(cpi->nmvcosts_hp[1]);
182 cpi->nmvcosts_hp[0] = NULL;
183 cpi->nmvcosts_hp[1] = NULL;
245 vpx_memcpy(cc->nmvcosts_hp[0], cpi->nmvcosts_hp[0],
246 MV_VALS * sizeof(*cpi->nmvcosts_hp[0]));
247 vpx_memcpy(cc->nmvcosts_hp[1], cpi->nmvcosts_hp[1],
248 MV_VALS * sizeof(*cpi->nmvcosts_hp[
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h122 int nmvcosts_hp[2][MV_VALS]; member in struct:macroblock
H A Dvp9_onyx_int.h53 int nmvcosts_hp[2][MV_VALS]; member in struct:__anon24951
H A Dvp9_onyx_if.c213 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp);
234 vp9_copy(cpi->mb.nmvcosts_hp, cc->nmvcosts_hp);
1245 cpi->mb.nmvcost_hp[0] = &cpi->mb.nmvcosts_hp[0][MV_MAX];
1246 cpi->mb.nmvcost_hp[1] = &cpi->mb.nmvcosts_hp[1][MV_MAX];

Completed in 1396 milliseconds