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

  /external/libvpx/libvpx/vp8/common/
findnearmv.c 32 enum { CNT_INTRA, CNT_NEAREST, CNT_NEAR, CNT_SPLITMV };
91 if (cnt[CNT_SPLITMV]) {
96 cnt[CNT_SPLITMV] =
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 288 enum { CNT_INTRA, CNT_NEAREST, CNT_NEAR, CNT_SPLITMV };
365 cnt[CNT_NEAREST] += ((cnt[CNT_SPLITMV] > 0) &
402 cnt[CNT_SPLITMV] =
407 if (vp8_read(bc, vp8_mode_contexts[cnt[CNT_SPLITMV]][3])) {

Completed in 74 milliseconds