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

  /external/libvpx/libvpx/vp8/common/
entropymode.c 144 -LEFT4X4, 2,
blockd.h 121 LEFT4X4,
130 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 979 m = LEFT4X4;
992 case LEFT4X4:
1013 m = LEFT4X4;
1164 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
    [all...]
bitstream.c 444 assert(LEFT4X4 <= m && m <= NEW4X4);
447 vp8_sub_mv_ref_encoding_array + (m - LEFT4X4));
    [all...]
onyx_if.c     [all...]

Completed in 156 milliseconds