Searched refs:width_ (Results 1 - 25 of 177) sorted by last modified time

12345678

/external/webp/src/dec/
H A Dalpha.c55 dec->width_ = width;
75 const size_t alpha_decoded_size = dec->width_ * dec->height_;
90 const int width = alph_dec->width_;
122 const int width = dec->pic_hdr_.width_;
H A Dalphai.h28 int width_; member in struct:ALPHDecoder
H A Dframe.c553 (uint64_t)dec->pic_hdr_.width_ * dec->pic_hdr_.height_ : 0ULL;
H A Dvp8.c298 pic_hdr->width_ = ((buf[4] << 8) | buf[3]) & 0x3fff;
305 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4;
308 io->width = pic_hdr->width_;
H A Dvp8i.h116 uint16_t width_; member in struct:__anon33334
H A Dvp8l.c638 const int cache_pixs = dec->width_ * num_rows;
671 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_;
729 (uint8_t*)dec->pixels_ + dec->width_ * dec->last_row_;
1087 dec->width_ = width;
1192 const uint64_t num_pixels = (uint64_t)dec->width_ * dec->height_;
1201 assert(dec->width_ <= final_width);
1213 const uint64_t total_num_pixels = (uint64_t)dec->width_ * dec->height_;
1228 const uint32_t* const in = dec->pixels_ + dec->width_ * dec->last_row_;
1235 const int width = dec->io_->width; // the final width (!= dec->width_)
1256 dec->width_
[all...]
H A Dvp8li.h70 int width_; member in struct:VP8LDecoder
/external/webp/src/demux/
H A Ddemux.c45 int width_, height_; member in struct:Frame
253 frame->width_ = features.width;
312 frame->width_ = 1 + ReadLE24s(mem);
319 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) {
447 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) {
449 dmux->canvas_width_ = frame->width_;
603 if (frame->width_ <= 0 || frame->height_ <= 0) return 0;
617 if (frame->width_ != canvas_width || frame->height_ != canvas_height) {
622 if (frame->width_ + frame->x_offset_ > canvas_width) return 0;
663 if (f->width_ <
[all...]
/external/webp/src/utils/
H A Dquant_levels_dec.c46 int width_, height_; // dimension member in struct:__anon33398
81 const int w = p->width_;
102 p->src_ += p->width_;
112 const int w = p->width_;
134 const int w = p->width_;
234 p->width_ = width;
/external/skia/src/images/
H A Dbmpdecoderhelper.cpp48 width_ = GetInt();
63 width_ = GetShort();
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {
75 if (width_ * height_ > max_pixels) {
129 rowLen = width_ * 4;
132 rowLen = width_ * 3;
134 rowLen = width_ * 2;
136 rowLen = width_;
138 rowLen = width_ /
[all...]
H A Dbmpdecoderhelper.h95 int width_; member in class:image_codec::BmpDecoderHelper
/external/openfst/src/include/fst/script/
H A Ddraw-impl.h60 title_(title), width_(width), height_(height), portrait_(portrait),
79 Print(width_);
219 float width_; member in class:fst::FstDrawer
/external/libvpx/libvpx/test/
H A Di420_video_source.h34 width_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
88 width_ = width;
110 unsigned int width_; member in class:libvpx_test::I420VideoSource
H A Dsad_test.cc52 SADTestBase(int width, int height) : width_(width), height_(height) {}
79 source_stride_ = (width_ + 31) & ~31;
80 reference_stride_ = width_ * 2;
95 for (int w = 0; w < width_; ++w) {
108 for (int w = 0; w < width_; ++w) {
116 for (int w = 0; w < width_; ++w) {
122 int width_, height_; member in class:__anon24792::SADTestBase
H A Dsixtap_predict_test.cc67 width_ = GET_PARAM(0);
75 int width_; member in class:__anon24794::SixtapPredictTest
150 for (int j = 0; j < width_; ++j)
152 << "i==" << (i * width_ + j);
177 for (int j = 0; j < width_; ++j)
179 << "i==" << (i * width_ + j);
H A Dvariance_test.cc86 width_ = 1 << log2width_;
92 block_size_ = width_ * height_;
113 int width_, log2width_; member in class:__anon24800::VarianceTest
127 REGISTER_STATE_CHECK(var = variance_(src_, width_, ref_, width_, &sse));
142 REGISTER_STATE_CHECK(var1 = variance_(src_, width_, ref_, width_, &sse1));
158 REGISTER_STATE_CHECK(var = variance_(src_, width_, ref_, width_, &sse));
202 width_
231 int width_, log2width_; member in class:__anon24800::SubpelVarianceTest
[all...]
H A Dvideo_source.h87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
122 if (width != width_ || height != height_) {
126 width_ = width;
138 unsigned int width_; member in class:libvpx_test::DummyVideoSource
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp810 width_(0) {
859 if (!WriteEbmlElement(writer, kMkvPixelWidth, width_))
890 uint64 size = EbmlElementSize(kMkvPixelWidth, width_);
H A Dmkvmuxer.hpp432 void set_width(uint64 width) { width_ = width; }
433 uint64 width() const { return width_; }
446 uint64 width_; member in class:mkvmuxer::VideoTrack
/external/harfbuzz_ng/util/
H A Dansi-print.cc95 image_t (unsigned int width_, argument
99 width (width_),
104 image_t (unsigned int width_, argument
106 width (width_),
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp199 int width_,
206 , width (width_)
197 TextureSpec(TextureType type_, deUint32 format_, int width_, int height_, int depth_, int numLevels_, const tcu::Sampler& sampler_) argument
/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp319 FboSpec(int width_, int height_, int samples_) : width(width_), height(height_), samples(samples_){} argument
H A Des31fSeparateShaderTests.cpp957 Rectangle (int x_, int y_, int width_, int height_)
960 , width (width_)
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) argument
388 , width (width_)
H A DglsLongStressCase.hpp151 const int width_,
165 , width (width_)
149 TextureSpec(const gls::TextureTestUtil::TextureType texType, const deUint32 unit, const int width_, const int height_, const deUint32 format_, const deUint32 dataType_, const deUint32 internalFormat_, const bool useMipmap_, const deUint32 minFilter_, const deUint32 magFilter_, const deUint32 sWrap_, const deUint32 tWrap_, const tcu::Vec4& minValue_, const tcu::Vec4& maxValue_) argument

Completed in 1333 milliseconds

12345678