Searched refs:wstart (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacpsy_mips.h | 68 int start = 0, wstart = 0; in calc_thr_3gpp_mips() local 70 wstart = 0; in calc_thr_3gpp_mips() 77 if (wstart < cutoff) { in calc_thr_3gpp_mips() 120 wstart += band_sizes[g]; in calc_thr_3gpp_mips()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_exp.c | 172 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local 243 wstart = bits - 1; /* The top bit of the window */ in BN_mod_exp_recp() 258 if (BN_is_bit_set(p, wstart) == 0) { in BN_mod_exp_recp() 262 if (wstart == 0) in BN_mod_exp_recp() 264 wstart--; in BN_mod_exp_recp() 268 * We now have wstart on a 'set' bit, we now need to work out how bit in BN_mod_exp_recp() 275 if (wstart - i < 0) in BN_mod_exp_recp() 277 if (BN_is_bit_set(p, wstart - i)) { in BN_mod_exp_recp() 298 wstart -= wend + 1; in BN_mod_exp_recp() 301 if (wstart < in BN_mod_exp_recp() 315 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_mont() local 1314 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_simple() local [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_exp.c | 172 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local 243 wstart = bits - 1; /* The top bit of the window */ in BN_mod_exp_recp() 250 if (BN_is_bit_set(p, wstart) == 0) { in BN_mod_exp_recp() 254 if (wstart == 0) in BN_mod_exp_recp() 256 wstart--; in BN_mod_exp_recp() 260 * We now have wstart on a 'set' bit, we now need to work out how bit in BN_mod_exp_recp() 267 if (wstart - i < 0) in BN_mod_exp_recp() 269 if (BN_is_bit_set(p, wstart - i)) { in BN_mod_exp_recp() 290 wstart -= wend + 1; in BN_mod_exp_recp() 293 if (wstart < in BN_mod_exp_recp() 307 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_mont() local 1306 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_simple() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aacpsy.c | 604 int start = 0, wstart = 0; in calc_thr_3gpp() local 606 wstart = 0; in calc_thr_3gpp() 613 if (wstart < cutoff) { in calc_thr_3gpp() 624 wstart += band_sizes[g]; in calc_thr_3gpp()
|
H A D | aaccoder.c | 582 int wstart = w*128; in search_for_pns() local 589 const int start = wstart+sce->ics.swb_offset[g]; in search_for_pns() 590 const float freq = (start-wstart)*freq_mult; in search_for_pns() 592 if (freq < NOISE_LOW_LIMIT || (start-wstart) >= cutoff) { in search_for_pns()
|
Completed in 8 milliseconds