Searched refs:SuperBlockSize (Results 1 – 3 of 3) sorted by relevance
482 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()];483 const int block_width4x4_log2 = k4x4HeightLog2[SuperBlockSize()];609 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()]; in ProcessSuperBlockRow()657 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()]; in ParseAndDecode()672 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()]; in Parse()761 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()]; in ThreadedParseAndDecode()913 const int block_width4x4 = kNum4x4BlocksWide[SuperBlockSize()]; in PopulateIntraPredictionBuffer()1955 const int super_block_size4x4 = kNum4x4BlocksHigh[SuperBlockSize()]; in AssignIntraMv()2227 PartitionTreeNode(row4x4_start, column4x4_start, SuperBlockSize())); in ProcessPartition()2448 const BlockSize block_size = SuperBlockSize(); in ProcessSuperBlock()
343 if ((block.size == SuperBlockSize() && bp.skip)) { in ReadQuantizerIndexDelta()356 (block.size == SuperBlockSize() && bp.skip)) { in ReadLoopFilterDelta()
580 BlockSize SuperBlockSize() const { in SuperBlockSize() function