HomeSort by relevance Sort by last modified time
    Searched full:qres (Results 1 - 2 of 2) sorted by null

  /external/libopus/silk/
Inlines.h 97 static OPUS_INLINE opus_int32 silk_DIV32_varQ( /* O returns a good approximation of "(a32 << Qres) / b32" */
100 const opus_int Qres /* I Q-domain of result (>= 0) */
107 silk_assert( Qres >= 0 );
128 /* Convert to Qres domain */
129 lshift = 29 + a_headrm - b_headrm - Qres;
143 static OPUS_INLINE opus_int32 silk_INVERSE32_varQ( /* O returns a good approximation of "(1 << Qres) / b32" */
145 const opus_int Qres /* I Q-domain of result (> 0) */
152 silk_assert( Qres > 0 );
170 /* Convert to Qres domain */
171 lshift = 61 - b_headrm - Qres;
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 9577 IRTemp qres = newTempV128(); local
9879 IRTemp qres = math_ZERO_ALL_EXCEPT_LOWEST_LANE( local
9897 IRTemp qres = math_ZERO_ALL_EXCEPT_LOWEST_LANE(size, mkexpr(qresFW)); local
11181 IRTemp qres = newTempV128(); local
11924 IRTemp qres = newTempV128(); local
11991 IRTemp qres = newTempV128(), nres = newTempV128(); local
    [all...]

Completed in 73 milliseconds