Home | History | Annotate | Download | only in src

Lines Matching refs:sum_mad

509     average_mad = (pMP->encoded_frames == 0 ? 0 : pMP->sum_mad / (OsclFloat)pMP->encoded_frames); /* this function is called from the scond encoded frame*/
548 pMP->sum_mad += curr_mad;
549 //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*/
678 pMP->sum_mad -= pMP->mad;