HomeSort by relevance Sort by last modified time
    Searched refs:MVPcount (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/common/
entropymv.h 32 MVPcount = MVPbits + mvlong_width /* (with independent probabilities) */
37 vp8_prob prob[MVPcount]; /* often come in row, col pairs */
  /external/libvpx/vp8/encoder/
encodemv.c 272 vp8_prob Pnew [MVPcount];
275 vp8_copy_array(Pnew, default_mvc, MVPcount);
encodeframe.c     [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 189 vp8_prob *const pstop = p + MVPcount;

Completed in 283 milliseconds