Searched refs:fxp_mul_16_by_16 (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dtrans4m_freq_2_time_fxp.cpp726 limiter(*(pOutput_buffer++), (test1 + (fxp_mul_16_by_16(dat1, win1) >> shift)));
728 limiter(*(pOutput_buffer_2++), (test2 + (fxp_mul_16_by_16(dat2, win2) >> shift)));
806 temp = fxp_mul_16_by_16(dat1, win1) >> shift;
809 temp2 = fxp_mul_16_by_16(dat2, win2) >> shift;
911 test = fxp_mul_16_by_16(dat1, win1);
918 test = fxp_mul_16_by_16(dat1, win1);
950 temp = fxp_mul_16_by_16(dat1, win1) >> shift;
957 temp = fxp_mul_16_by_16(*pFreq_2_Time_data_2++, *(pLong_Window_2--)) >> shift;
1130 *(pOverlap_and_Add_Buffer_2++) = temp + (fxp_mul_16_by_16(dat2, win2) >> shift);
1132 *(pOverlap_and_Add_Buffer_1++) = fxp_mul_16_by_16(dat
[all...]
H A Dfxp_mul32_c_msc_evc_armv5.h56 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
H A Dfxp_mul32_c_equivalent.h74 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
H A Dfxp_mul32_c_msc_evc.h72 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
H A Dfxp_mul32_arm_gcc.h84 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
H A Dfxp_mul32_arm_v4.h86 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
H A Dfxp_mul32_arm_v4_gcc.h94 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
H A Dfxp_mul32_arm_v5.h63 __inline Int32 fxp_mul_16_by_16(Int32 L_var1, Int32 L_var2) function

Completed in 97 milliseconds