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

  /external/libvpx/libvpx/vp8/common/
entropymode.c 146 -ZERO4X4, -NEW4X4
blockd.h 124 NEW4X4,
130 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 989 case NEW4X4 :
1164 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
1179 if (this_mode == NEW4X4)
    [all...]
bitstream.c 444 assert(LEFT4X4 <= m && m <= NEW4X4);
693 if (blockmode == NEW4X4)
    [all...]
onyx_if.c     [all...]

Completed in 423 milliseconds