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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 19 -MV_CLASS_0, 2, -MV_CLASS_1, 4, 6,
128 if (c == MV_CLASS_0) {
vp9_entropymv.h 57 MV_CLASS_0 = 0, /* (0, 2] integer pel */
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 51 if (mv_class == MV_CLASS_0) {
61 mv_class == MV_CLASS_0 ? mvcomp->class0_fp[d] : mvcomp->fp,
66 vpx_write(w, hp, mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp);
99 // MV_CLASS_0
102 int cost = class_cost[MV_CLASS_0];
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 240 const int class0 = mv_class == MV_CLASS_0;

Completed in 459 milliseconds