• Home
  • Raw
  • Download

Lines Matching refs:param_i

281   WORD32 *param_r, *param_i, *param_prev_r, *param_prev_i;  in ixheaacd_smooth_m1m2()  local
345 param_i = ptr_i2; in ixheaacd_smooth_m1m2()
361 acc = (WORD64)((WORD64)param_i[pb] * (WORD64)(*delta_ptr) + in ixheaacd_smooth_m1m2()
367 param_i[pb] = (WORD32)acc; in ixheaacd_smooth_m1m2()
373 param_i += MAX_PARAMETER_BANDS; in ixheaacd_smooth_m1m2()
380 param_prev_i = param_i - MAX_PARAMETER_BANDS; in ixheaacd_smooth_m1m2()
394 acc = (WORD64)((WORD64)param_i[pb] * (WORD64)(del) + in ixheaacd_smooth_m1m2()
400 param_i[pb] = (WORD32)acc; in ixheaacd_smooth_m1m2()
404 param_i += MAX_PARAMETER_BANDS; in ixheaacd_smooth_m1m2()
481 param_i = ptr_i1; in ixheaacd_smooth_m1m2()
496 acc = (WORD64)((WORD64)(param_i[pb]) * (WORD64)(del) + in ixheaacd_smooth_m1m2()
501 param_i[pb] = (WORD32)acc; in ixheaacd_smooth_m1m2()
509 param_i += MAX_PARAMETER_BANDS; in ixheaacd_smooth_m1m2()
516 param_prev_i = param_i - MAX_PARAMETER_BANDS; in ixheaacd_smooth_m1m2()
527 acc = (WORD64)((WORD64)(param_i[pb]) * (WORD64)(del) + in ixheaacd_smooth_m1m2()
532 param_i[pb] = (WORD32)acc; in ixheaacd_smooth_m1m2()
536 param_i += MAX_PARAMETER_BANDS; in ixheaacd_smooth_m1m2()
558 param_i = ptr_i1; in ixheaacd_smooth_m1m2()
569 acc = (WORD64)((WORD64)(param_i[pb]) * (WORD64)del + in ixheaacd_smooth_m1m2()
573 param_i[pb] = (WORD32)acc; in ixheaacd_smooth_m1m2()
580 param_i += MAX_PARAMETER_BANDS; in ixheaacd_smooth_m1m2()
586 param_prev_i = param_i - MAX_PARAMETER_BANDS; in ixheaacd_smooth_m1m2()
597 acc = (WORD64)((WORD64)(param_i[pb]) * (WORD64)del + in ixheaacd_smooth_m1m2()
601 param_i[pb] = (WORD32)acc; in ixheaacd_smooth_m1m2()
605 param_i += MAX_PARAMETER_BANDS; in ixheaacd_smooth_m1m2()