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

  /external/libvpx/vp8/common/
blockd.h 125 LEFT4X4,
134 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
entropymode.c 161 -LEFT4X4, 2,
270 vp8_sub_mv_ref_tree, LEFT4X4);
  /external/libvpx/vp8/decoder/
decodemv.c 370 case LEFT4X4:
  /external/libvpx/vp8/encoder/
rdopt.c 912 m = LEFT4X4;
924 case LEFT4X4:
942 m = LEFT4X4;
1092 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
    [all...]
bitstream.c 794 assert(LEFT4X4 <= m && m <= NEW4X4);
797 vp8_sub_mv_ref_encoding_array - LEFT4X4 + m);
    [all...]
onyx_if.c     [all...]

Completed in 204 milliseconds