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

  /external/libvpx/libvpx/vp8/common/
findnearmv.c 42 enum {CNT_INTRA, CNT_NEAREST, CNT_NEAR, CNT_SPLITMV};
118 if (cnt[CNT_NEAR] > cnt[CNT_NEAREST])
122 cnt[CNT_NEAREST] = cnt[CNT_NEAR];
123 cnt[CNT_NEAR] = tmp;
125 near_mvs[CNT_NEAREST].as_int = near_mvs[CNT_NEAR].as_int;
126 near_mvs[CNT_NEAR].as_int = tmp;
136 nearby->as_int = near_mvs[CNT_NEAR].as_int;
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 345 enum {CNT_INTRA, CNT_NEAREST, CNT_NEAR, CNT_SPLITMV};
437 if (cnt[CNT_NEAR] > cnt[CNT_NEAREST])
441 cnt[CNT_NEAREST] = cnt[CNT_NEAR];
442 cnt[CNT_NEAR] = tmp;
444 near_mvs[CNT_NEAREST].as_int = near_mvs[CNT_NEAR].as_int;
445 near_mvs[CNT_NEAR].as_int = tmp;
451 if( vp8_read(bc, vp8_mode_contexts [cnt[CNT_NEAR]] [2]) )
515 mbmi->mv.as_int = near_mvs[CNT_NEAR].as_int;

Completed in 22 milliseconds