Home
last modified time | relevance | path

Searched refs:last_error (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c1237 int last_error = INT_MAX; in vp8_regulate_q() local
1272 if ((target_bits_per_mb - bits_per_mb_at_this_q) <= last_error) in vp8_regulate_q()
1280 last_error = bits_per_mb_at_this_q - target_bits_per_mb; in vp8_regulate_q()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c368 int last_error = INT_MAX; in vp9_rc_regulate_q() local
387 if ((target_bits_per_mb - bits_per_mb_at_this_q) <= last_error) in vp9_rc_regulate_q()
394 last_error = bits_per_mb_at_this_q - target_bits_per_mb; in vp9_rc_regulate_q()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc6821 const int last_error = errno; in FailFromInternalError() local
6823 << GetLastErrnoDescription() << " [" << last_error << "]"; in FailFromInternalError()