Home
last modified time | relevance | path

Searched refs:last_error (Results 1 – 2 of 2) 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()