Home | History | Annotate | Download | only in src

Lines Matching refs:sum_mad

508         pMP[n]->sum_mad = pMP[n]->sum_QP = 0;
562 pMP->sum_mad += curr_mad;
563 //average_mad = (pMP->encoded_frames < 1 ? curr_mad : pMP->sum_mad/(float)(pMP->encoded_frames+1)); /* this function is called from the scond encoded frame*/
785 average_mad = (pMP->encoded_frames == 0 ? 0 : pMP->sum_mad / (float)pMP->encoded_frames); /* this function is called from the scond encoded frame*/
871 pMP->sum_mad -= pMP->mad;