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

  /external/libvpx/vp8/common/
findnearmv.c 22 unsigned int as_int; member in union:__anon5071
76 mv[0].as_int = mv[1].as_int = mv[2].as_int = 0;
82 if (above->mbmi.mv.as_int)
84 (++mv)->as_int = above->mbmi.mv.as_int;
95 if (left->mbmi.mv.as_int)
99 this_mv.as_int = left->mbmi.mv.as_int;
    [all...]
blockd.h 147 int as_int; member in union:__anon5047::__anon5048
168 int as_int; member in union:__anon5050::__anon5051

Completed in 206 milliseconds