HomeSort by relevance Sort by last modified time
    Searched full:vp8_encodemb_subb (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/arm/
encodemb_arm.h 21 #undef vp8_encodemb_subb macro
22 #define vp8_encodemb_subb vp8_subtract_b_armv6 macro
52 #undef vp8_encodemb_subb macro
53 #define vp8_encodemb_subb vp8_subtract_b_neon macro
  /external/libvpx/vp8/encoder/x86/
encodemb_x86.h 41 #undef vp8_encodemb_subb macro
42 #define vp8_encodemb_subb vp8_subtract_b_mmx macro
72 #undef vp8_encodemb_subb macro
73 #define vp8_encodemb_subb vp8_subtract_b_sse2 macro
  /external/libvpx/vp8/encoder/
encodemb.h 60 #ifndef vp8_encodemb_subb
61 #define vp8_encodemb_subb vp8_subtract_b_c macro
63 extern prototype_subb(vp8_encodemb_subb);

Completed in 187 milliseconds