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

  /external/opencore/codecs_v2/audio/aac/dec/src/
trans4m_freq_2_time_fxp.cpp 726 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;
    [all...]
fxp_mul32_c_msc_evc_armv5.h 56 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_c_equivalent.h 74 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_c_msc_evc.h 72 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_arm_gcc.h 84 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_arm_v4.h 86 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_arm_v4_gcc.h 94 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_arm_v5.h 63 __inline Int32 fxp_mul_16_by_16(Int32 L_var1, Int32 L_var2) function
  /frameworks/base/media/libstagefright/codecs/aacdec/
trans4m_freq_2_time_fxp.cpp 726 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;
    [all...]
fxp_mul32_c_msc_evc_armv5.h 56 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_c_equivalent.h 74 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_c_msc_evc.h 72 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_arm_gcc.h 84 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_arm_v4.h 86 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_arm_v4_gcc.h 94 #define fxp_mul_16_by_16(a, b) fxp_mul_16_by_16bb( a, b) macro
fxp_mul32_arm_v5.h 63 __inline Int32 fxp_mul_16_by_16(Int32 L_var1, Int32 L_var2) function

Completed in 2117 milliseconds