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

  /external/libvpx/vp8/encoder/
encodemb.h 27 #define prototype_subb(sym) \ macro
63 extern prototype_subb(vp8_encodemb_subb);
81 prototype_subb(*subb);
  /external/libvpx/vp8/encoder/arm/
encodemb_arm.h 16 extern prototype_subb(vp8_subtract_b_armv6);
38 extern prototype_subb(vp8_subtract_b_neon);
  /external/libvpx/vp8/encoder/x86/
encodemb_x86.h 26 extern prototype_subb(vp8_subtract_b_mmx);
58 extern prototype_subb(vp8_subtract_b_sse2);

Completed in 402 milliseconds