Home | History | Annotate | Download | only in src

Lines Matching refs:sum_mad

507     average_mad = (pMP->encoded_frames == 0 ? 0 : pMP->sum_mad / (OsclFloat)pMP->encoded_frames); /* this function is called from the scond encoded frame*/
546 pMP->sum_mad += curr_mad;
547 //average_mad = (pMP->encoded_frames < 1 ? curr_mad : pMP->sum_mad/(OsclFloat)(pMP->encoded_frames+1)); /* this function is called from the scond encoded frame*/
676 pMP->sum_mad -= pMP->mad;