Searched refs:columns4x4_ (Results 1 – 6 of 6) sorted by relevance
/external/libgav1/libgav1/src/utils/ |
D | block_parameters_holder.cc | 41 columns4x4_ = columns4x4; in Reset() 43 if (!block_parameters_cache_.Reset(rows4x4_, columns4x4_)) { in Reset() 50 RowsOrColumns4x4ToSuperBlocks(columns4x4_, use_128x128_superblock_); in Reset() 77 columns4x4_ - column4x4); in FillCache() 82 SetBlock<BlockParameters*>(rows, 1, bp, bp_dst, columns4x4_); in FillCache() 84 SetBlock<BlockParameters*>(rows, 2, bp, bp_dst, columns4x4_); in FillCache() 86 SetBlock<BlockParameters*>(rows, 4, bp, bp_dst, columns4x4_); in FillCache() 88 SetBlock<BlockParameters*>(rows, 8, bp, bp_dst, columns4x4_); in FillCache() 90 SetBlock<BlockParameters*>(rows, 16, bp, bp_dst, columns4x4_); in FillCache() 92 SetBlock<BlockParameters*>(rows, 32, bp, bp_dst, columns4x4_); in FillCache() [all …]
|
D | segmentation_map.cc | 25 columns4x4_ = columns4x4; in Allocate() 26 segment_id_buffer_.reset(new (std::nothrow) int8_t[rows4x4_ * columns4x4_]); in Allocate() 28 segment_id_.Reset(rows4x4_, columns4x4_, segment_id_buffer_.get()); in Allocate() 33 memset(segment_id_buffer_.get(), 0, rows4x4_ * columns4x4_); in Clear() 37 assert(rows4x4_ == from.rows4x4_ && columns4x4_ == from.columns4x4_); in CopyFrom() 39 rows4x4_ * columns4x4_); in CopyFrom()
|
D | block_parameters_holder.h | 53 return block_parameters_cache_.data() + row4x4 * columns4x4_ + column4x4; in Address() 57 return block_parameters_cache_.data() + row4x4 * columns4x4_ + column4x4; in Address() 60 int columns4x4() const { return columns4x4_; } in columns4x4() 73 int columns4x4_ = 0; variable
|
D | segmentation_map.h | 61 int32_t columns4x4_ = 0; variable
|
/external/libgav1/libgav1/src/ |
D | buffer_pool.cc | 71 columns4x4_ = frame_header.columns4x4; in SetFrameDimensions() 75 const int columns4x4_half = DivideBy2(columns4x4_); in SetFrameDimensions() 80 return segmentation_map_.Allocate(rows4x4_, columns4x4_); in SetFrameDimensions()
|
D | buffer_pool.h | 127 int32_t columns4x4() const { return columns4x4_; } in columns4x4() 312 int32_t columns4x4_ = 0; variable
|