Home | History | Annotate | Download | only in dec

Lines Matching defs:params_

58   WebPDecParams params_;   // Params to store output info
302 const WebPDecParams* const params = &idec->params_;
442 WebPResetDecParams(&idec->params_);
443 idec->params_.output = output_buffer ? output_buffer : &idec->output_;
444 WebPInitCustomIo(&idec->params_, &idec->io_); // Plug the I/O functions.
466 idec->params_.options = &config->options;
586 return idec->params_.output;
598 if (height) *height = idec->params_.last_y;
614 if (last_y) *last_y = idec->params_.last_y;
631 if (last_y) *last_y = idec->params_.last_y;