Home
last modified time | relevance | path

Searched refs:MVPcount (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dentropymv.h36 MVPcount = MVPbits + mvlong_width /* (with independent probabilities) */ enumerator
40 vp8_prob prob[MVPcount]; /* often come in row, col pairs */
/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c203 vp8_prob Pnew[MVPcount]; in write_component_probs()
206 vp8_copy_array(Pnew, default_mvc, MVPcount); in write_component_probs()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c102 vp8_prob *const pstop = p + MVPcount; in read_mvcontexts()