Lines Matching defs:stepindx
37 int stepindx [2] ;
263 short step, stepindx, *sampledata ;
287 stepindx = blockdata [1] & 0x7F ;
288 stepindx = clamp_ima_step_index (stepindx) ;
302 { step = ima_step_size [stepindx] ;
306 stepindx += ima_indx_adjust [bytecode] ;
307 stepindx = clamp_ima_step_index (stepindx) ;
338 pima->block [blockindx++] = (pima->previous [chan] & 0x80) + (pima->stepindx [chan] & 0x7F) ;
345 step = ima_step_size [pima->stepindx [chan]] ;
371 pima->stepindx [chan] += ima_indx_adjust [bytecode] ;
373 pima->stepindx [chan] = clamp_ima_step_index (pima->stepindx [chan]) ;
394 short step, bytecode, stepindx [2] = { 0 };
414 stepindx [chan] = pima->block [chan*4+2] ;
415 stepindx [chan] = clamp_ima_step_index (stepindx [chan]) ;
453 step = ima_step_size [stepindx [chan]] ;
473 stepindx [chan] += ima_indx_adjust [bytecode] ;
474 stepindx [chan] = clamp_ima_step_index (stepindx [chan]) ;
492 pima->block [chan*4+2] = pima->stepindx [chan] ;
506 step = ima_step_size [pima->stepindx [chan]] ;
533 pima->stepindx [chan] += ima_indx_adjust [bytecode] ;
534 pima->stepindx [chan] = clamp_ima_step_index (pima->stepindx [chan]) ;