HomeSort by relevance Sort by last modified time
    Searched defs:wpi (Results 1 - 3 of 3) sorted by null

  /external/webp/src/mux/
muxedit.c 138 const WebPMuxImage* wpi; local
141 wpi = mux->images_;
142 assert(wpi != NULL && wpi->img_ != NULL);
143 *image = wpi->img_->data_;
144 if (wpi->alpha_ != NULL) {
145 *alpha = wpi->alpha_->data_;
213 // Extracts image & alpha data from the given bitstream and then sets wpi.alpha_
214 // and wpi.img_ appropriately.
216 const WebPData* const bitstream, int copy_data, WebPMuxImage* const wpi) {
235 WebPMuxImage wpi; local
267 WebPMuxImage wpi; local
427 WebPMuxImage* wpi = NULL; local
    [all...]
muxread.c 76 int MuxImageFinalize(WebPMuxImage* const wpi) {
77 const WebPChunk* const img = wpi->img_;
88 if (is_lossless && (wpi->alpha_ != NULL)) {
89 ChunkDelete(wpi->alpha_);
90 wpi->alpha_ = NULL;
92 wpi->width_ = w;
93 wpi->height_ = h;
94 wpi->has_alpha_ = vp8l_has_alpha || (wpi->alpha_ != NULL);
100 WebPMuxImage* const wpi) {
181 WebPMuxImage* wpi = NULL; local
340 const WebPMuxImage* const wpi = mux->images_; local
484 WebPMuxImage* wpi; local
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFFT.h 482 // RealScalar wpi = -std::sin(2 * M_PI/n);
484 const RealScalar wpi = (Dir == FFT_FORWARD) local
488 const ComplexScalar wp(wtemp, wpi);

Completed in 592 milliseconds