Home | History | Annotate | Download | only in test

Lines Matching refs:block_size_

44     block_size_ = block_size;
55 for (int x = -1 ; x <= block_size_; x++)
57 for (int y = 0; y < block_size_; y++)
67 for (int i = -1; i < block_size_; ++i)
74 memset(&data_ptr_[p][-1 - stride_], 127, block_size_ + 2);
83 switch (block_size_) {
102 for (int x = 0; x < block_size_; x++)
105 for (int y = 0; y < block_size_; y++)
112 for (int y = 1; y < block_size_; ++y)
114 block_size_));
116 for (int x = 1; x < block_size_; ++x)
127 for (int y = 0; y < block_size_; y++)
129 &data_ptr_[p][y * stride_], block_size_));
136 for (int y = 0; y < block_size_; y++)
137 for (int x = 0; x < block_size_; x++)
153 for (int y = 0; y < block_size_; y++)
154 for (int x = 0; x < block_size_; x++) {
215 int block_size_;