Searched refs:pitchBytes (Results 1 – 1 of 1) sorted by relevance
861 Ncv32u pitchBytes = alignUp(widthBytes, allocator.alignment()); in NCVMatrixAlloc() local865 ncvAssertPrintReturn(pitch_ >= pitchBytes && in NCVMatrixAlloc()868 pitchBytes = pitch_; in NCVMatrixAlloc()871 Ncv32u requiredAllocSize = pitchBytes * height_; in NCVMatrixAlloc()879 this->_pitch = pitchBytes; in NCVMatrixAlloc()932 Ncv32u pitchBytes = alignUp(widthBytes, alignment); in NCVMatrixReuse() local938 ncvAssertPrintReturn(pitch_ >= pitchBytes && in NCVMatrixReuse()946 pitchBytes = pitch_; in NCVMatrixReuse()949 ncvAssertPrintReturn(pitchBytes * height_ <= memSegment.size, \ in NCVMatrixReuse()954 this->_pitch = pitchBytes; in NCVMatrixReuse()