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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 904 int this_error; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 561 int this_error; local
574 this_error = vp8_encode_intra(cpi, x, use_dc_pred);
585 this_error += intrapenalty;
588 intra_error += (int64_t)this_error;
645 (gf_motion_error < this_error)) {
659 if (motion_error <= this_error) {
665 if ((((this_error - intrapenalty) * 9) <= (motion_error * 10)) &&
666 (this_error < (2 * intrapenalty))) {
672 this_error = motion_error;
726 coded_error += (int64_t)this_error;
    [all...]

Completed in 77 milliseconds