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

  /external/aac/libFDK/include/arm/
fixmul_arm.h 129 inline INT fixmuldiv2_SD (const SHORT a, const INT b)
  /external/aac/libFDK/include/
fixmul.h 174 inline LONG fixmuldiv2_SD (const SHORT a, const LONG b)
186 { return fixmuldiv2_SD(b, a); }
218 return fixmuldiv2_SD (a, b) << 1 ;
common_fix.h 207 FDK_INLINE LONG fMultDiv2(SHORT a, LONG b) { return fixmuldiv2_SD(a, b); }

Completed in 1035 milliseconds