Searched refs:MVvals (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | entropymv.h | 22 MVvals = (2 * mv_max) + 1, /* # possible values "" */ enumerator
|
/external/libvpx/libvpx/vp8/encoder/ |
D | block.h | 136 unsigned int MVcount[2][MVvals]; /* (row,col) MV cts this frame */
|
D | onyx_int.h | 69 int mvcosts[2][MVvals + 1]; 686 int mvcosts[2][MVvals + 1];
|
D | encodemv.c | 191 const unsigned int events[MVvals], in write_component_probs() argument
|
D | mcomp.c | 33 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()
|
D | encodeframe.c | 831 for (c_idx = 0; c_idx < MVvals; ++c_idx) { in vp8_encode_frame()
|