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

  /external/libvpx/vp8/common/
idct.h 21 #define prototype_idct_scalar_add(sym) \ macro
47 extern prototype_idct_scalar_add(vp8_idct_idct1_scalar_add);
61 typedef prototype_idct_scalar_add((*vp8_idct_scalar_add_fn_t)); typedef
  /external/libvpx/vp8/common/arm/
idct_arm.h 18 extern prototype_idct_scalar_add(vp8_dc_only_idct_add_v6);
43 extern prototype_idct_scalar_add(vp8_dc_only_idct_add_neon);
  /external/libvpx/vp8/common/x86/
idct_x86.h 25 extern prototype_idct_scalar_add(vp8_dc_only_idct_add_mmx);

Completed in 937 milliseconds