HomeSort by relevance Sort by last modified time
    Searched refs:prediction_error (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/encoder/
picklpf.c 296 int prediction_difference = (int)(100 * abs((int)(cpi->last_auto_filter_prediction_error - cpi->prediction_error)) / (1 + cpi->prediction_error));
434 cpi->last_auto_filter_prediction_error = cpi->prediction_error;
encodeframe.c 586 cpi->prediction_error = 0;
    [all...]
onyx_int.h 327 long long prediction_error; member in struct:__anon5299
onyx_if.c     [all...]

Completed in 26 milliseconds