Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dentropymv.h24 MVvals = (2 * mv_max) + 1, /* # possible values "" */ enumerator
/external/libvpx/libvpx/vp8/encoder/
Dblock.h142 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */
Donyx_int.h74 int mvcosts[2][MVvals+1];
708 int mvcosts[2][MVvals+1];
Dencodemv.c228 const unsigned int events [MVvals], in write_component_probs()
Dencodeframe.c906 for(c_idx = 0; c_idx < MVvals; c_idx++) in vp8_encode_frame()