Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropymv.h24 MVvals = (2 * mv_max) + 1, /* # possible values "" */ enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h139 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */
Donyx_int.h77 int mvcosts[2][MVvals+1];
694 int mvcosts[2][MVvals+1];
Dencodemv.c228 const unsigned int events [MVvals], in write_component_probs()
Dencodeframe.c885 for(c_idx = 0; c_idx < MVvals; c_idx++) in vp8_encode_frame()