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

  /external/libxaac/decoder/
ixheaacd_hybrid.c 161 cum[7] = ixheaacd_shl32(ixheaacd_negate32_sat(ixheaacd_add32_sat(
179 ixheaacd_negate32_sat(ixheaacd_add32_sat(imag, real)), tcom),
ixheaacd_mps_poly_filt.c 77 ixheaacd_mult32(ixheaacd_negate32_sat(ptr_in[k]), table_im[k >> 1]),
ixheaacd_avq_dec.c 61 rem_temp[i] = ixheaacd_negate32_sat(
ixheaacd_lpfuncs.c 198 ixheaacd_mult32x16in32(ixheaacd_negate32_sat(temp_coef), win2),
309 ixheaacd_negate32_sat(coef[SIZE07 - 1 - i]), 16 - q_shift);
319 ixheaacd_negate32_sat(coef[SIZE07 - 1 - i]), q_shift));
ixheaacd_basic_ops32.h 313 static PLATFORM_INLINE WORD32 ixheaacd_negate32_sat(WORD32 a) { function
ixheaacd_imdct.c 110 *r_ptr++ = ((ixheaacd_mult32(ixheaacd_negate32_sat(*ptr_x), (*cos_ptr)) -
ixheaacd_block.c     [all...]
  /external/libxaac/decoder/generic/
ixheaacd_qmf_dec_generic.c 412 *psubband12-- = ixheaacd_negate32_sat(*psubband2 >> 1);
420 *psubband2++ = ixheaacd_negate32_sat(ixheaacd_add32_sat(
443 *psubband12-- = ixheaacd_negate32_sat(ixheaacd_add32_sat(
459 *psubband2++ = ixheaacd_negate32_sat(ixheaacd_add32_sat(
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_qmf_dec_armv8.c 1029 *psubband12-- = ixheaacd_negate32_sat(*psubband2 >> 1);
1038 *psubband2++ = ixheaacd_negate32_sat((WORD32)(
1067 *psubband12-- = ixheaacd_negate32_sat((WORD32)(
1089 *psubband2++ = ixheaacd_negate32_sat((WORD32)(
    [all...]

Completed in 130 milliseconds