Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dentropymv.h32 MVPcount = MVPbits + mvlong_width /* (with independent probabilities) */ enumerator
37 vp8_prob prob[MVPcount]; /* often come in row, col pairs */
/external/libvpx/vp8/encoder/
Dencodemv.c272 vp8_prob Pnew [MVPcount]; in write_component_probs()
275 vp8_copy_array(Pnew, default_mvc, MVPcount); in write_component_probs()
Dencodeframe.c861 for (cnt = 0; cnt < MVPcount; cnt++) in vp8_encode_frame()
866 vpx_memcpy(cm->fc.pre_mvc[0], cm->fc.mvc[0], MVPcount); in vp8_encode_frame()
871 for (cnt = 0; cnt < MVPcount; cnt++) in vp8_encode_frame()
876 vpx_memcpy(cm->fc.pre_mvc[1], cm->fc.mvc[1], MVPcount); in vp8_encode_frame()
/external/libvpx/vp8/decoder/
Ddecodemv.c189 vp8_prob *const pstop = p + MVPcount; in read_mvcontexts()