Home
last modified time | relevance | path

Searched refs:num_4x4_blocks (Results 1 – 4 of 4) sorted by relevance

/external/libaom/test/
Dav1_external_partition_test.cc105 const int num_4x4_blocks = 4 * 4 * 4; in ext_part_get_partition_decision_whole_tree() local
116 for (int i = 5; i < num_blocks - num_4x4_blocks; ++i) { in ext_part_get_partition_decision_whole_tree()
119 for (int i = num_blocks - num_4x4_blocks; i < num_blocks; ++i) { in ext_part_get_partition_decision_whole_tree()
129 const int num_4x4_blocks = 2 * 4 * 4 * 4; in ext_part_get_partition_decision_whole_tree() local
140 for (int i = 5; i < num_blocks - num_4x4_blocks; ++i) { in ext_part_get_partition_decision_whole_tree()
143 for (int i = num_blocks - num_4x4_blocks; i < num_blocks; ++i) { in ext_part_get_partition_decision_whole_tree()
153 const int num_4x4_blocks = 2 * 4 * 4 * 4; in ext_part_get_partition_decision_whole_tree() local
164 for (int i = 5; i < num_blocks - num_4x4_blocks; ++i) { in ext_part_get_partition_decision_whole_tree()
167 for (int i = num_blocks - num_4x4_blocks; i < num_blocks; ++i) { in ext_part_get_partition_decision_whole_tree()
177 const int num_4x4_blocks = 4 * 4 * 4 * 4; in ext_part_get_partition_decision_whole_tree() local
[all …]
/external/skia/src/core/
DSkCompressedDataUtils.cpp58 static int num_4x4_blocks(int size) { in num_4x4_blocks() function
89 int numXBlocks = num_4x4_blocks(dimensions.width()); in decompress_etc1()
90 int numYBlocks = num_4x4_blocks(dimensions.height()); in decompress_etc1()
184 int numXBlocks = num_4x4_blocks(dimensions.width()); in decompress_bc1()
185 int numYBlocks = num_4x4_blocks(dimensions.height()); in decompress_bc1()
262 int numBlocks = num_4x4_blocks(dimensions.width()) * in SkCompressedDataSize()
263 num_4x4_blocks(dimensions.height()); in SkCompressedDataSize()
/external/skia/src/gpu/ganesh/
DGrDataUtils.cpp120 static int num_4x4_blocks(int size) { in num_4x4_blocks() function
125 w = num_4x4_blocks(w); in num_ETC1_blocks()
126 h = num_4x4_blocks(h); in num_ETC1_blocks()
169 int numBlocksWidth = num_4x4_blocks(baseDimensions.width()); in GrNumBlocks()
170 int numBlocksHeight = num_4x4_blocks(baseDimensions.height()); in GrNumBlocks()
185 int numBlocksWidth = num_4x4_blocks(width); in GrCompressedRowBytes()
201 int numBlocksWidth = num_4x4_blocks(baseDimensions.width()); in GrCompressedDimensions()
202 int numBlocksHeight = num_4x4_blocks(baseDimensions.height()); in GrCompressedDimensions()
253 int numXBlocks = num_4x4_blocks(pixmap.width()); in GrTwoColorBC1Compress()
254 int numYBlocks = num_4x4_blocks(pixmap.height()); in GrTwoColorBC1Compress()
/external/skia/gm/
Dbc1_transparency.cpp30 static int num_4x4_blocks(int size) { in num_4x4_blocks() function
92 int numXBlocks = num_4x4_blocks(kImgWidth); in make_compressed_data()
93 int numYBlocks = num_4x4_blocks(kImgHeight); in make_compressed_data()