Home | History | Annotate | Download | only in test

Lines Matching refs:block_size_

92     block_size_ = width_ * height_;
93 src_ = new uint8_t[block_size_];
94 ref_ = new uint8_t[block_size_];
115 int block_size_;
122 memset(src_, i, block_size_);
124 memset(ref_, j, block_size_);
136 for (int j = 0; j < block_size_; j++) {
152 memset(src_, 255, block_size_);
153 const int half = block_size_ / 2;
159 const unsigned int expected = block_size_ * 255 * 255 / 4;
208 block_size_ = width_ * height_;
209 src_ = reinterpret_cast<uint8_t *>(vpx_memalign(16, block_size_));
210 sec_ = reinterpret_cast<uint8_t *>(vpx_memalign(16, block_size_));
211 ref_ = new uint8_t[block_size_ + width_ + height_ + 1];
233 int block_size_;
241 for (int j = 0; j < block_size_; j++) {
244 for (int j = 0; j < block_size_ + width_ + height_ + 1; j++) {
263 for (int j = 0; j < block_size_; j++) {
267 for (int j = 0; j < block_size_ + width_ + height_ + 1; j++) {