Lines Matching full:weight
723 const picoos_uint16 * weight, /* integer weights */
736 weighted_sum += inout[i] * weight[i];
749 /* input[i] * fact * weight[i] is the additive modification in PICODATA_PRECISION */
751 rest += fact * inout[i] * weight[i];
769 const picoos_uint16 * weight, /* integer weights */
808 if (NULL == weight) {
811 transDurWeighted(frame_duration_exp,array_length,inout,weight,inputdur,targetdur,dur_rest);