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

  /external/libvpx/vp8/encoder/arm/
encodemb_arm.h 39 #undef vp8_encodemb_submbuv macro
40 #define vp8_encodemb_submbuv vp8_subtract_mbuv_neon macro
  /external/libvpx/vp8/encoder/x86/
encodemb_x86.h 47 #undef vp8_encodemb_submbuv macro
48 #define vp8_encodemb_submbuv vp8_subtract_mbuv_mmx macro
  /external/libvpx/vp8/encoder/
encodemb.h 70 #ifndef vp8_encodemb_submbuv
71 #define vp8_encodemb_submbuv vp8_subtract_mbuv_c macro
73 extern prototype_submbuv(vp8_encodemb_submbuv);

Completed in 629 milliseconds