Home
last modified time | relevance | path

Searched refs:encoded_frames_prev (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Drate_control.cpp501 pMP[n]->encoded_frames_prev = pMP[n]->encoded_frames; in RC_UpdateBXRCParams()
568 if (pMP->overlapped_win_size > 0 && pMP->encoded_frames_prev >= 0) /* 7/31/03 */ in targetBitCalculation()
569 …MP->aver_mad_prev = (pMP->aver_mad_prev * pMP->encoded_frames_prev + curr_mad) / (pMP->encoded_fra… in targetBitCalculation()
Dmp4lib_int.h303 Int encoded_frames_prev; /* previous encoded_frames */ member
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Davcenc_int.h200 int encoded_frames_prev; /* previous encoded_frames */ member
Drate_control.cpp556 if (pMP->overlapped_win_size > 0 && pMP->encoded_frames_prev >= 0) in targetBitCalculation()
557 …MP->aver_mad_prev = (pMP->aver_mad_prev * pMP->encoded_frames_prev + curr_mad) / (pMP->encoded_fra… in targetBitCalculation()