Home
last modified time | relevance | path

Searched refs:MVvals (Results 1 – 6 of 6) 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];
686 int mvcosts[2][MVvals + 1];
Dencodemv.c191 const unsigned int events[MVvals], in write_component_probs() argument
Dmcomp.c33 clamp((mv->as_mv.row - ref->as_mv.row) >> 1, 0, MVvals); in vp8_mv_bit_cost()
35 clamp((mv->as_mv.col - ref->as_mv.col) >> 1, 0, MVvals); in vp8_mv_bit_cost()
44 clamp((mv->as_mv.row - ref->as_mv.row) >> 1, 0, MVvals); in mv_err_cost()
46 clamp((mv->as_mv.col - ref->as_mv.col) >> 1, 0, MVvals); in mv_err_cost()
Dencodeframe.c831 for (c_idx = 0; c_idx < MVvals; ++c_idx) { in vp8_encode_frame()