Searched refs:mvcosts (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h74 int mvcosts[2][MVvals+1]; member in struct:__anon13085
694 int mvcosts[2][MVvals+1]; member in struct:VP8_COMP::rd_costs_struct
H A Dratectrl.c232 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts);
270 vp8_copy(cpi->rd_costs.mvcosts, cc->mvcosts);
H A Donyx_if.c2151 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max+1];
2152 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max+1];
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h77 int mvcosts[2][MVvals+1]; member in struct:__anon24875
694 int mvcosts[2][MVvals+1]; member in struct:VP8_COMP::rd_costs_struct
H A Dratectrl.c232 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts);
270 vp8_copy(cpi->rd_costs.mvcosts, cc->mvcosts);
H A Donyx_if.c2101 cpi->mb.mvcost[0] = &cpi->rd_costs.mvcosts[0][mv_max+1];
2102 cpi->mb.mvcost[1] = &cpi->rd_costs.mvcosts[1][mv_max+1];

Completed in 1935 milliseconds