Home
last modified time | relevance | path

Searched refs:MVvals (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dentropymv.h22 MVvals = (2 * mv_max) + 1, /* # possible values "" */ enumerator
/external/libvpx/libvpx/vp8/encoder/
Dblock.h136 unsigned int MVcount[2][MVvals]; /* (row,col) MV cts this frame */
Donyx_int.h69 int mvcosts[2][MVvals + 1];
681 int mvcosts[2][MVvals + 1];
Dencodemv.c197 const unsigned int events[MVvals], in write_component_probs() argument
Dencodeframe.c834 for (c_idx = 0; c_idx < MVvals; ++c_idx) { in vp8_encode_frame()