Searched refs:SuperBlockSize (Results 1 – 3 of 3) sorted by relevance
483 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()];484 const int block_width4x4_log2 = k4x4HeightLog2[SuperBlockSize()];604 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()]; in ProcessSuperBlockRow()652 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()]; in ParseAndDecode()667 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()]; in Parse()756 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()]; in ThreadedParseAndDecode()908 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()]; in PopulateIntraPredictionBuffer()1962 const int super_block_size4x4 = kNum4x4BlocksHigh[SuperBlockSize()]; in AssignIntraMv()2273 PartitionTreeNode(row4x4_start, column4x4_start, SuperBlockSize())); in ProcessPartition()2494 const BlockSize block_size = SuperBlockSize(); in ProcessSuperBlock()
349 if ((block.size == SuperBlockSize() && bp.skip)) { in ReadQuantizerIndexDelta()362 (block.size == SuperBlockSize() && bp.skip)) { in ReadLoopFilterDelta()
609 BlockSize SuperBlockSize() const { in SuperBlockSize() function