Lines Matching refs:kLhs
39 (*local_pos)[Side::kLhs] = square_index & ((1 << size_log2) - 1); in DecodeTraversalLinear()
54 (*local_pos)[Side::kLhs] = n16 & 0xffff; in DecodeTraversalFractalZ()
62 (*local_pos)[Side::kLhs] ^= (*local_pos)[Side::kRhs]; in DecodeTraversalFractalU()
86 (*local_pos)[Side::kLhs] = y; in DecodeTraversalFractalHilbert()
122 for (Side side : {Side::kLhs, Side::kRhs}) { in GetBlockByIndex()
450 block_map->dims[Side::kLhs] = rows; in MakeBlockMap()
452 block_map->kernel_dims[Side::kLhs] = kernel_rows; in MakeBlockMap()
455 block_map->rectangularness_log2[Side::kLhs] = rows_rectangularness_log2; in MakeBlockMap()
457 block_map->small_block_dims[Side::kLhs] = small_block_rows; in MakeBlockMap()
459 block_map->large_blocks[Side::kLhs] = rows_of_large_blocks; in MakeBlockMap()
491 for (Side side : {Side::kLhs, Side::kRhs}) { in GetBlockMatrixCoords()