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/encoder/
vp9_encodemv.c 43 if (mv_class == MV_CLASS_0) {
55 mv_class == MV_CLASS_0 ? mvcomp->class0_fp[d] : mvcomp->fp,
61 mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp);
102 if (c == MV_CLASS_0) {
110 if (c == MV_CLASS_0) {
116 if (c == MV_CLASS_0) {
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 49 MV_CLASS_0 = 0, /* (0, 2] integer pel */
vp9_entropymv.c 29 -MV_CLASS_0, 2,
129 MV_CLASS_TYPE c = MV_CLASS_0;
164 if (c == MV_CLASS_0) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 214 const int class0 = mv_class == MV_CLASS_0;

Completed in 53 milliseconds