Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/bitstream/
Dpartition.cc46 if (block_size != kBlock128x128) { in PartitionCdfGatherHorizontalAlike()
75 if (block_size != kBlock128x128) { in PartitionCdfGatherVerticalAlike()
/external/libgav1/libgav1/src/utils/
Dconstants.cc46 kBlockInvalid, kBlock128x128},
126 {{kBlock128x128, kBlock128x64}, {kBlock64x128, kBlock64x64}}};
Dconstants.h252 kBlock128x128, enumerator
578 case kBlock128x128: in ToString()
/external/libgav1/libgav1/src/
Dtile.h581 return sequence_header_.use_128x128_superblock ? kBlock128x128 in SuperBlockSize()