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

  /external/libvpx/vp8/common/
blockd.h 130 NEW4X4,
136 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
entropymode.c 163 -ZERO4X4, -NEW4X4
  /external/libvpx/vp8/encoder/
rdopt.c 962 case NEW4X4 :
1203 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
1219 if (this_mode == NEW4X4)
    [all...]
bitstream.c 804 assert(LEFT4X4 <= m && m <= NEW4X4);
1039 if (b->mode == NEW4X4)
    [all...]
encodeframe.c     [all...]
onyx_if.c     [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 369 case NEW4X4:

Completed in 31 milliseconds