Home
last modified time | relevance | path

Searched refs:stride_ (Results 1 – 12 of 12) sorted by relevance

/external/gemmlowp/public/
Dmap.h40 int rows_, cols_, stride_; variable
43 MatrixMap() : data_(nullptr), rows_(0), cols_(0), stride_(0) {} in MatrixMap()
45 : data_(data), rows_(rows), cols_(cols), stride_(stride) {} in MatrixMap()
50 stride_(other.stride_) {} in MatrixMap()
54 int stride() const { return stride_; } in stride()
55 int rows_stride() const { return kOrder == MapOrder::ColMajor ? 1 : stride_; } in rows_stride()
56 int cols_stride() const { return kOrder == MapOrder::RowMajor ? 1 : stride_; } in cols_stride()
71 stride_); in block()
/external/libvpx/libvpx/test/
Dvp9_intrapred_test.cc43 *error_count += ref_dst_[x + y * stride_] != dst_[x + y * stride_]; in CheckPrediction()
45 ASSERT_EQ(ref_dst_[x + y * stride_], dst_[x + y * stride_]) in CheckPrediction()
87 ptrdiff_t stride_; member in __anonb9c1d2630111::VP9IntraPredBase
105 stride_ = block_size_ * 3; in SetUp()
112 ref_fn_(ref_dst_, stride_, const_above_row, const_left_col, bit_depth_); in Predict()
113 ASM_REGISTER_STATE_CHECK(pred_fn_(dst_, stride_, const_above_row, in Predict()
/external/gemmlowp/internal/
Dpack.h147 : data_(data), width_(width), depth_(depth), stride_(stride) {} in SideMap()
151 stride_ = kOrder == SideMapOrder::WidthMajor ? depth_ : width_; in SideMap()
158 stride_(other.stride_) {} in SideMap()
162 int stride() const { return stride_; } in stride()
164 return kOrder == SideMapOrder::DepthMajor ? 1 : stride_; in width_stride()
167 return kOrder == SideMapOrder::WidthMajor ? 1 : stride_; in depth_stride()
184 stride_); in block()
189 int width_, depth_, stride_; variable
/external/gemmlowp/test/
Dtest.h61 using Map::stride_;
85 stride_ = kOrder == MapOrder::ColMajor ? rows : cols; in Resize()
94 ConstMap const_map() const { return ConstMap(data_, rows_, cols_, stride_); } in const_map()
/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_unittest.cc37 stride_ = (kBytesPerPixel * width); in InitDiffer()
40 differ_.reset(new Differ(width_, height_, bytes_per_pixel_, stride_)); in InitDiffer()
76 int block_offset = ((block_y * stride_) + (block_x * bytes_per_pixel_)) in DiffBlock()
80 stride_); in DiffBlock()
101 buffer += (y * stride_) + (x * bytes_per_pixel_); in WritePixel()
197 int stride_; member in webrtc::DifferTest
Ddesktop_frame.h34 int stride() const { return stride_; } in stride()
80 const int stride_; variable
Ddesktop_frame.cc23 stride_(stride), in DesktopFrame()
/external/deqp/framework/referencerenderer/
DrrVertexAttrib.hpp127 …VertexAttrib (VertexAttribType type_, int size_, int stride_, int instanceDivisor_, const void* po… in VertexAttrib()
130 , stride (stride_) in VertexAttrib()
/external/deqp/framework/opengl/
DgluDrawUtil.hpp122 …xComponentConversion convert_, int numComponents_, int numElements_, int stride_, const void* data… in VertexArrayPointer()
127 , stride (stride_) in VertexArrayPointer()
DgluDrawUtil.cpp56 int stride_, in VertexAttributeDescriptor()
63 , stride (stride_) in VertexAttributeDescriptor()
/external/harfbuzz_ng/util/
Dansi-print.cc100 unsigned int stride_) : in image_t()
105 stride (stride_) {} in image_t()
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1918 …age storage_, Array::Usage usage_, int componentCount_, int offset_, int stride_, bool normalize_,… in ArraySpec() argument
1925 , stride (stride_) in ArraySpec()