Home
last modified time | relevance | path

Searched refs:last_prediction_error (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h343 int64_t last_prediction_error; member
Donyx_if.c2730 abs((int)(cpi->mb.prediction_error - cpi->last_prediction_error)) / in decide_key_frame()
2731 (1 + cpi->last_prediction_error); in decide_key_frame()
2735 cpi->last_prediction_error = cpi->mb.prediction_error; in decide_key_frame()