Searched refs:qshift (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_fwd_alias_cnx.c | 71 WORD32 qshift, WORD32 *preshift) { in ixheaacd_synthesis_tool() argument 79 s, ixheaacd_mul32_sh(a[j], x[i - j], (WORD8)(qshift))); in ixheaacd_synthesis_tool() 81 s, ixheaacd_mul32_sh(a[j + 1], x[i - (j + 1)], (WORD8)(qshift))); in ixheaacd_synthesis_tool() 83 s, ixheaacd_mul32_sh(a[j + 2], x[i - (j + 2)], (WORD8)(qshift))); in ixheaacd_synthesis_tool() 85 s, ixheaacd_mul32_sh(a[j + 3], x[i - (j + 3)], (WORD8)(qshift))); in ixheaacd_synthesis_tool() 99 WORD32 qshift = 0; in ixheaacd_fwd_alias_cancel_tool() local 113 err = ixheaacd_acelp_mdct(x_in, fac_signal, &qshift, fac_length, ptr_scratch); in ixheaacd_fwd_alias_cancel_tool() 120 (FLOAT32)((FLOAT32)fac_signal[i] / (1 << (16 - qshift))); in ixheaacd_fwd_alias_cancel_tool() 128 fac_signal[i] = (WORD32)(ptr_fac_signal_flt[i] * (1 << (16 - qshift))); in ixheaacd_fwd_alias_cancel_tool() 133 (WORD32)ixheaacd_mul32_sh(fac_signal[i], gain, (WORD8)(16 - qshift))); in ixheaacd_fwd_alias_cancel_tool()
|
D | ixheaacd_tcx_fwd_mdct.c | 122 WORD8 qshift; in ixheaacd_lpc_to_td() local 149 qshift = ixheaacd_norm32(itemp); in ixheaacd_lpc_to_td() 152 idata_r[i] = (WORD32)(data_r[i] * ((WORD64)1 << qshift)); in ixheaacd_lpc_to_td() 153 idata_i[i] = (WORD32)(data_i[i] * ((WORD64)1 << qshift)); in ixheaacd_lpc_to_td() 159 qfac = 1.0f / ((FLOAT32)((WORD64)1 << (qshift - preshift))); in ixheaacd_lpc_to_td()
|
D | ixheaacd_windows.h | 50 WORD32 ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift,
|
D | ixheaacd_imdct.c | 176 WORD32 ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift, in ixheaacd_acelp_imdct() argument 198 *qshift -= preshift; in ixheaacd_acelp_imdct()
|
/external/openssh/ |
D | sntrup4591761.c | 237 #define qshift 2295 macro 632 f0 = *f++ + qshift; in rq_encode() 633 f1 = *f++ + qshift; in rq_encode() 634 f2 = *f++ + qshift; in rq_encode() 635 f3 = *f++ + qshift; in rq_encode() 636 f4 = *f++ + qshift; in rq_encode() 657 f0 = *f++ + qshift; in rq_encode() 738 *f++ = modq_freeze(f0 + q - qshift); in rq_decode() 739 *f++ = modq_freeze(f1 + q - qshift); in rq_decode() 740 *f++ = modq_freeze(f2 + q - qshift); in rq_decode() [all …]
|
/external/libhevc/encoder/ |
D | ihevce_rdoq_macros.h | 50 #define COMPUTE_RATE_COST_CLIP30_RDOQ(r, l, qshift) \ argument 51 ((WORD32)CLIP30((((ULWORD64)r) * ((ULWORD64)l)) >> (qshift)))
|
D | ihevce_ipe_structs.h | 101 #define COMPUTE_RATE_COST_CLIP30(r, l, qshift) ((WORD32)CLIP30((ULWORD64)((r) * (l)) >> (qshift))) argument
|
D | ihevce_enc_loop_structs.h | 72 #define COMPUTE_RATE_COST_CLIP30(r, l, qshift) ((WORD32)CLIP30((ULWORD64)((r) * (l)) >> (qshift))) argument
|