Searched refs:MPYHIRC (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/ |
D | ia_basic_ops40.h | 434 #define MPYHIRC(x, y) \ macro 444 high = (MPYHIRC(a, b) + (MPYLUHS(a, b) >> 15)); in mult32_shl_sat()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 52 #define MPYHIRC(x, y) \ macro 2039 MPYHIRC(si10, yt1_0) + MPYHIRC(co10, xt1_0) + in ixheaacd_fft32x32_ld_dec() 2043 MPYHIRC(co10, yt1_0) - MPYHIRC(si10, xt1_0) + in ixheaacd_fft32x32_ld_dec() 2047 MPYHIRC(si20, yt0_0) + MPYHIRC(co20, xt0_0) + in ixheaacd_fft32x32_ld_dec() 2051 MPYHIRC(co20, yt0_0) - MPYHIRC(si20, xt0_0) + in ixheaacd_fft32x32_ld_dec() 2055 MPYHIRC(si30, yt2_0) + MPYHIRC(co30, xt2_0) + in ixheaacd_fft32x32_ld_dec() 2059 MPYHIRC(co30, yt2_0) - MPYHIRC(si30, xt2_0) + in ixheaacd_fft32x32_ld_dec()
|