Searched defs:qshift (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_fwd_alias_cnx.c | 73 WORD32 qshift, WORD32 *preshift) { in ixheaacd_synthesis_tool() 101 WORD32 qshift = 0; in ixheaacd_fwd_alias_cancel_tool() local
|
H A D | ixheaacd_tcx_fwd_mdct.c | 124 WORD8 qshift; in ixheaacd_lpc_to_td() local
|
H A D | ixheaacd_imdct.c | 186 VOID ixheaacd_acelp_imdct(WORD32 *imdct_in, WORD32 npoints, WORD8 *qshift, in ixheaacd_acelp_imdct()
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_rdoq_macros.h | 50 #define COMPUTE_RATE_COST_CLIP30_RDOQ(r, l, qshift) \ argument
|
H A D | ihevce_ipe_structs.h | 101 #define COMPUTE_RATE_COST_CLIP30(r, l, qshift) ((WORD32)CLIP30((ULWORD64)((r) * (l)) >> (qshift))) argument
|
H A D | ihevce_enc_loop_structs.h | 72 #define COMPUTE_RATE_COST_CLIP30(r, l, qshift) ((WORD32)CLIP30((ULWORD64)((r) * (l)) >> (qshift))) argument
|