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

  /external/libvpx/vp8/encoder/arm/
encodemb_arm.h 20 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);
  /external/libvpx/vp8/encoder/
encodemb.h 27 #define prototype_subb(sym) \ macro
63 extern prototype_subb(vp8_encodemb_subb);
81 prototype_subb(*subb);

Completed in 65 milliseconds