HomeSort by relevance Sort by last modified time
    Searched refs:average_mad (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 413 OsclFloat curr_mad, prev_mad, curr_RD, prev_RD, average_mad, aver_QP; local
509 average_mad = (pMP->encoded_frames == 0 ? 0 : pMP->sum_mad / (OsclFloat)pMP->encoded_frames); /* this function is called from the scond encoded frame*/
511 ((OsclFloat)rateCtrl->Qc <= aver_QP*1.1 || curr_mad <= average_mad*1.1) &&
525 OsclFloat curr_mad;//, average_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*/
550 //pMP->aver_mad = average_mad;
557 /*2.average_mad, mad ==> diff_counter_BTsrc, diff_counter_BTdst */
569 else /* curr_mad <= average_mad*1.1 */
590 else /* curr_mad <= average_mad*1.1 */
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 536 float curr_mad;//, average_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*/
564 //pMP->aver_mad = average_mad;
571 /*2.average_mad, mad ==> diff_counter_BTsrc, diff_counter_BTdst */
583 else /* curr_mad <= average_mad*1.1 */
605 else /* curr_mad <= average_mad*1.1 */
708 float curr_mad, prev_mad, curr_RD, prev_RD, average_mad, aver_QP; local
    [all...]

Completed in 142 milliseconds