Lines Matching full:maxout_total
9046 double maxout_total; /* Total including quantization error */
9091 vi->maxout_total = vi->maxout + vi->outquant * .5;
9268 if (encoded_error < vi->maxout_total && encoded_error < vi->outlog)
9361 if (encoded_error < vi->maxout_total)
9511 is_lo = ceil(outmax * tmp - vi->maxout_total);
9530 is_hi = floor(outmax * tmp + vi->maxout_total);
9566 is_lo = ceil(outmax * tmp - vi->maxout_total);
9577 is_hi = floor(outmax * tmp + vi->maxout_total);