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 40 #undef vp8_encodemb_submbuv macro
41 #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
78 #undef vp8_encodemb_submbuv macro
79 #define vp8_encodemb_submbuv vp8_subtract_mbuv_sse2 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 164 milliseconds