Searched refs:scal (Results 1 – 2 of 2) sorted by relevance
/third_party/libsnd/src/GSM610/ |
D | long_term.c | 59 int16_t R, S, dmax, scal, best_k ; in Cut_Calculation_of_the_LTP_parameters() local 76 scal = 0 ; in Cut_Calculation_of_the_LTP_parameters() 81 if (temp > 6) scal = 0 ; in Cut_Calculation_of_the_LTP_parameters() 82 else scal = 6 - temp ; in Cut_Calculation_of_the_LTP_parameters() 83 assert (scal >= 0) ; in Cut_Calculation_of_the_LTP_parameters() 89 wt_k = SASR_W (d [best_k], scal) ; in Cut_Calculation_of_the_LTP_parameters() 103 assert (scal <= 100 && scal >= -100) ; in Cut_Calculation_of_the_LTP_parameters() 104 L_max = L_max >> (6 - scal) ; /* sub (6, scal) */ in Cut_Calculation_of_the_LTP_parameters() 159 int16_t R, S, dmax, scal ; in Calculation_of_the_LTP_parameters() local 174 scal = 0 ; in Calculation_of_the_LTP_parameters() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | s-c.c | 294 int scal, i, j; in do_threads_test() local 380 for (scal = 0; scal < 5 * SCALABILITY_FACTOR; scal++) { in do_threads_test() 539 ts_cumul.tv_nsec, scal); in do_threads_test()
|