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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h364 int64_t last_intra_error; member in struct:VP8_COMP
H A Donyx_if.c2992 cpi->last_intra_error)) / (1 + cpi->last_intra_error);
2997 cpi->last_intra_error = cpi->mb.intra_error;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h367 int64_t last_intra_error; member in struct:VP8_COMP
H A Donyx_if.c2942 cpi->last_intra_error)) / (1 + cpi->last_intra_error);
2947 cpi->last_intra_error = cpi->mb.intra_error;

Completed in 159 milliseconds