Searched refs:last_prediction_error (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h363 int64_t last_prediction_error; member in struct:VP8_COMP
H A Donyx_if.c2994 cpi->last_prediction_error)) / (1 + cpi->last_prediction_error);
2998 cpi->last_prediction_error = cpi->mb.prediction_error;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h366 int64_t last_prediction_error; member in struct:VP8_COMP
H A Donyx_if.c2944 cpi->last_prediction_error)) / (1 + cpi->last_prediction_error);
2948 cpi->last_prediction_error = cpi->mb.prediction_error;

Completed in 961 milliseconds