Home
last modified time | relevance | path

Searched refs:LP_SHIFT_VAL (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c61 #define LP_SHIFT_VAL 7 macro
85 *p_out++ = input[48] >> LP_SHIFT_VAL; in ixheaacd_dct3_32()
91 temp1[0] = ixheaacd_add32_sat(ixheaacd_shr32(temp1[0], LP_SHIFT_VAL), in ixheaacd_dct3_32()
92 ixheaacd_shr32(temp1[1], LP_SHIFT_VAL)); in ixheaacd_dct3_32()
96 temp1[1] = ixheaacd_sub32_sat(ixheaacd_shr32(temp1[2], LP_SHIFT_VAL), in ixheaacd_dct3_32()
97 ixheaacd_shr32(temp1[3], LP_SHIFT_VAL)); in ixheaacd_dct3_32()
116 temp1[1] = ixheaacd_sub32_sat(ixheaacd_shr32(temp1[1], LP_SHIFT_VAL), in ixheaacd_dct3_32()
117 ixheaacd_shr32(temp1[0], LP_SHIFT_VAL)); in ixheaacd_dct3_32()
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c56 #define LP_SHIFT_VAL 7 macro
79 *p_out++ = input[48] >> LP_SHIFT_VAL; in ixheaacd_dct3_32()
85 temp1[0] = ixheaacd_add32_sat(ixheaacd_shr32(temp1[0], LP_SHIFT_VAL), in ixheaacd_dct3_32()
86 ixheaacd_shr32(temp1[1], LP_SHIFT_VAL)); in ixheaacd_dct3_32()
90 temp1[1] = ixheaacd_sub32_sat(ixheaacd_shr32(temp1[2], LP_SHIFT_VAL), in ixheaacd_dct3_32()
91 ixheaacd_shr32(temp1[3], LP_SHIFT_VAL)); in ixheaacd_dct3_32()
110 temp1[1] = ixheaacd_sub32_sat(ixheaacd_shr32(temp1[1], LP_SHIFT_VAL), in ixheaacd_dct3_32()
111 ixheaacd_shr32(temp1[0], LP_SHIFT_VAL)); in ixheaacd_dct3_32()
/external/libxaac/decoder/armv7/
Dixheaacd_qmf_dec_armv7.c63 #define LP_SHIFT_VAL 7 macro
/external/libxaac/decoder/
Dixheaacd_qmf_dec.c55 #define LP_SHIFT_VAL 7 macro